HEX: #C7625E
RGB: (199,98,94)
#C7625E enthält hauptsächlich rote Farbe. Für #C7625E ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C7625E wird in RGB als (199,98,94) definiert.
RGB: (199,98,94)
(78%, 38%, 37%)
R 199 von 255 = 78%
G 98 von 255 = 38%
B 94 von 255 = 37%
R + G + B ~ 51%. #C7625E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 199 + 98 + 94 = 391 (100%)
R 199 von 391 ~ 50.9%
G 98 von 391 ~ 25.06%
B 94 von 391 ~ 24.04'%
Die Farbe #C7625E wird in CMYK als (0,51,53,22) definiert.
CMYK: (0,51,53,22) C0M51Y53K22 (0%,51%,53%,22%) (0.00/0.51/0.53/0.22)
Farbe #C7625E in den populären Farbmodellen.
C7 | 62 | 5E | |
---|---|---|---|
RGB | 199 | 98 | 94 |
HSL | 2° | 48.39% | 57.45% |
HSB/HSV | 2° | 52.76% | 78.04% |
CMYK | 0.00% | 50.75% | 52.76% |
21.96% |
Die Farbe #C7625E in den populären Zahlensystemen.
Hexadezimal | C7 | 62 | 5E |
Dezimal | 199 | 98 | 94 |
Binär | 11000111 | 1100010 | 1011110 |
Oktal | 307 | 142 | 136 |
Dunkle Töne der Farbe #C7625E
Helle Töne der Farbe #C7625E
Beispiele css- und html für Elemente in der Farbe #C7625E. Bitte benutzen Sie auch rgb(199,98,94) statt hex-Code.
.myTextColor { color: #C7625E; }
<p style="color:#C7625E">This sample text font color is #C7625E.</p>
Die Farbe dieses Textes ist #C7625E.
.myBgColor { background-color: #C7625E; }
<div style="background-color:#C7625E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7625E.
.myBorderColor { border: 1px solid #C7625E; }
<div style="border:3px solid #C7625E">Div</div>
Die Grenzen von diesem div sind in Farbe #C7625E.
.myOpacity80 { color: #C7625E; opacity: 0.8; }
<p style="color:#C7625E;opacity:0.8;">80%</p>
Text in Farbe #C7625E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7625E;}
<p style="text-shadow: 3px 3px 1px #C7625E">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7625E.
.textShadow {text-shadow: 3px 3px 1px #C7625E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7625E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7625E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7625E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7625E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7625E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7625E;
-webkit-box-shadow: 1px 1px 3px 2px #C7625E;
box-shadow: 1px 1px 3px 2px #C7625E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7625E; -webkit-box-shadow: 1px 1px 3px 2px #C7625E; box-shadow:1px 1px 3px 2px #C7625E;">
Div content here
</div>
Dieser Text ist in der Farbe #C7625E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7625E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7625E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7625E.
Kontrastfarbe für #hex ist #389DA1.