HEX: #C5767A
RGB: (197,118,122)
#C5767A enthält hauptsächlich rote Farbe. Für #C5767A ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C5767A wird in RGB als (197,118,122) definiert.
RGB: (197,118,122) (77%,46%,48%)
R 197 von 255 = 77%
G 118 von 255 = 46%
B 122 von 255 = 48%
R + G + B ~ 57%. #C5767A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
197 + 118 + 122 = 437 (100%)
R 197 von 437 ~ 45.08%
G 118 von 437 ~ 27%
B 122 von 437 ~ 27.92%
Die Farbe #C5767A wird in CMYK als (0,40,38,23) definiert.
CMYK: (0,40,38,23) C0M40Y38K23 (0%,40%,38%,23%) (0.00/0.40/0.38/0.23)
C5 | 76 | 7A | |
---|---|---|---|
RGB | 197 | 118 | 122 |
HSL | 357° | 40.51% | 61.76% |
HSB/HSV | 357° | 40.10% | 77.25% |
CMYK | 0.00% | 40.10% | 38.07% |
22.75% |
Hexadezimal | C5 | 76 | 7A |
Dezimal | 197 | 118 | 122 |
Binär | 11000101 | 1110110 | 1111010 |
Oktal | 305 | 166 | 172 |
Beispiele css- und html für Elemente in der Farbe #C5767A. Bitte benutzen Sie auch rgb(197,118,122) statt hex-Code.
.myTextColor { color: #C5767A; }
<p style="color:#C5767A">This sample text font color is #C5767A.</p>
Die Farbe dieses Textes ist #C5767A.
.myBgColor { background-color: #C5767A; }
<div style="background-color:#C5767A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5767A.
.myBorderColor { border: 1px solid #C5767A; }
<div style="border:3px solid #C5767A">Div</div>
Die Grenzen von diesem div sind in Farbe #C5767A.
.myOpacity80 { color: #C5767A; opacity: 0.8; }
<p style="color:#C5767A;opacity:0.8;">80%</p>
Text in Farbe #C5767A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5767A;}
<p style="text-shadow: 3px 3px 1px #C5767A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5767A.
.textShadow {text-shadow: 3px 3px 1px #C5767A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5767A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5767A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5767A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5767A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5767A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5767A; -webkit-box-shadow: 1px 1px 3px 2px #C5767A; box-shadow: 1px 1px 3px 2px #C5767A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5767A; -webkit-box-shadow: 1px 1px 3px 2px #C5767A; box-shadow:1px 1px 3px 2px #C5767A;">
Div content here</div>
Dieser Text ist in der Farbe #C5767A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5767A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5767A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5767A.