HEX: #C5B795
RGB: (197,183,149)
#C5B795 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5B795 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C5B795 wird in RGB als (197,183,149) definiert.
RGB: (197,183,149) (77%,72%,58%)
R 197 von 255 = 77%
G 183 von 255 = 72%
B 149 von 255 = 58%
R + G + B ~ 69%. #C5B795 ziemlich helle Farbe.
R + G + B =
197 + 183 + 149 = 529 (100%)
R 197 von 529 ~ 37.24%
G 183 von 529 ~ 34.59%
B 149 von 529 ~ 28.17%
Die Farbe #C5B795 wird in CMYK als (0,7,24,23) definiert.
CMYK: (0,7,24,23) C0M7Y24K23 (0%,7%,24%,23%) (0.00/0.07/0.24/0.23)
C5 | B7 | 95 | |
---|---|---|---|
RGB | 197 | 183 | 149 |
HSL | 43° | 29.27% | 67.84% |
HSB/HSV | 43° | 24.37% | 77.25% |
CMYK | 0.00% | 7.11% | 24.37% |
22.75% |
Hexadezimal | C5 | B7 | 95 |
Dezimal | 197 | 183 | 149 |
Binär | 11000101 | 10110111 | 10010101 |
Oktal | 305 | 267 | 225 |
Beispiele css- und html für Elemente in der Farbe #C5B795. Bitte benutzen Sie auch rgb(197,183,149) statt hex-Code.
.myTextColor { color: #C5B795; }
<p style="color:#C5B795">This sample text font color is #C5B795.</p>
Die Farbe dieses Textes ist #C5B795.
.myBgColor { background-color: #C5B795; }
<div style="background-color:#C5B795">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5B795.
.myBorderColor { border: 1px solid #C5B795; }
<div style="border:3px solid #C5B795">Div</div>
Die Grenzen von diesem div sind in Farbe #C5B795.
.myOpacity80 { color: #C5B795; opacity: 0.8; }
<p style="color:#C5B795;opacity:0.8;">80%</p>
Text in Farbe #C5B795 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B795;}
<p style="text-shadow: 3px 3px 1px #C5B795">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5B795.
.textShadow {text-shadow: 3px 3px 1px #C5B795, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B795, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5B795 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B795, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B795, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B795 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5B795; -webkit-box-shadow: 1px 1px 3px 2px #C5B795; box-shadow: 1px 1px 3px 2px #C5B795; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5B795; -webkit-box-shadow: 1px 1px 3px 2px #C5B795; box-shadow:1px 1px 3px 2px #C5B795;">
Div content here</div>
Dieser Text ist in der Farbe #C5B795 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5B795 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5B795.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5B795.