HEX: #C36B6A
RGB: (195,107,106)
#C36B6A enthält hauptsächlich rote Farbe. Für #C36B6A ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C36B6A wird in RGB als (195,107,106) definiert.
RGB: (195,107,106)
(76%, 42%, 42%)
R 195 von 255 = 76%
G 107 von 255 = 42%
B 106 von 255 = 42%
R + G + B ~ 53%. #C36B6A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 195 + 107 + 106 = 408 (100%)
R 195 von 408 ~ 47.79%
G 107 von 408 ~ 26.23%
B 106 von 408 ~ 25.98'%
Die Farbe #C36B6A wird in CMYK als (0,45,46,24) definiert.
CMYK: (0,45,46,24)
C0M45Y46K24 (0%, 45%, 46%, 24%)
(0.00 / 0.45 / 0.46 / 0.24)
Farbe #C36B6A in den populären Farbmodellen.
C3 | 6B | 6A | |
---|---|---|---|
RGB | 195 | 107 | 106 |
HSL | 1° | 42.58% | 59.02% |
HSB/HSV | 1° | 45.64% | 76.47% |
CMYK | 0.00% | 45.13% | 45.64% |
23.53% |
Die Farbe #C36B6A in den populären Zahlensystemen.
Hexadezimal | C3 | 6B | 6A |
Dezimal | 195 | 107 | 106 |
Binär | 11000011 | 1101011 | 1101010 |
Oktal | 303 | 153 | 152 |
Dunkle Töne der Farbe #C36B6A
Helle Töne der Farbe #C36B6A
Beispiele css- und html für Elemente in der Farbe #C36B6A. Bitte benutzen Sie auch rgb(195,107,106) statt hex-Code.
.myTextColor { color: #C36B6A; }
<p style="color:#C36B6A">This sample text font color is #C36B6A.</p>
Die Farbe dieses Textes ist #C36B6A.
.myBgColor { background-color: #C36B6A; }
<div style="background-color:#C36B6A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C36B6A.
.myBorderColor { border: 1px solid #C36B6A; }
<div style="border:3px solid #C36B6A">Div</div>
Die Grenzen von diesem div sind in Farbe #C36B6A.
.myOpacity80 { color: #C36B6A; opacity: 0.8; }
<p style="color:#C36B6A;opacity:0.8;">80%</p>
Text in Farbe #C36B6A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C36B6A;}
<p style="text-shadow: 3px 3px 1px #C36B6A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C36B6A.
.textShadow {text-shadow: 3px 3px 1px #C36B6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C36B6A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C36B6A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C36B6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C36B6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C36B6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C36B6A;
-webkit-box-shadow: 1px 1px 3px 2px #C36B6A;
box-shadow: 1px 1px 3px 2px #C36B6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C36B6A; -webkit-box-shadow: 1px 1px 3px 2px #C36B6A; box-shadow:1px 1px 3px 2px #C36B6A;">
Div content here
</div>
Dieser Text ist in der Farbe #C36B6A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C36B6A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C36B6A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C36B6A.
Kontrastfarbe für #hex ist #3C9495.