#C4B59E

Color #C4B59E Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #C4B59E

Tints of Sour Dough #C4B59E

Color information

#C4B59E (or 0xC4B59E) is unknown color: approx Sour Dough. HEX triplet: C4, B5 and 9E. RGB value is (196,181,158). Sum of RGB (Red+Green+Blue) = 196+181+158=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B59E is #3B4A61. Grayscale: #B6B6B6. Windows color (decimal): -3885666 or 10401220. OLE color: 10401220.

HSL color Cylindrical-coordinate representation of color #C4B59E: hue angle of 36.32º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4B59E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196181158-
CMYK00.080.190.23
HSL36.32º24.36%69.41%-
HSV(B)36.32º19.39%76.86%-
XYZ45.4647.2539.07-
YUV182.86113.97137.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=36.64%
G=33.83%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618115800.080.190.2336.3224.3669.41
HexC4B59E081317241845
Octal30426523601023274430105
Binary110001001011010110011110010001001110111100100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B59E; }

 p { color: rgb(196,181,158); }

 H1.HeaderClassName
 {
   color: #C4B59E;
 }
 .AnyTagClassName
 {
   color: #C4B59E;
 }
</style>
background-color css

<style>
 a { background-color: #C4B59E; }

 a { background-color: rgb(196,181,158); }

 div.DivClassName
 {
   background-color: #C4B59E;
 }
 .BgClassName
 {
   background-color: #C4B59E;
 }
</style>
border-color css

<style>
 span { border-color: #C4B59E; }

 span { border-color: rgb(196,181,158); }

 td.TdClassName
 {
   border-color: #C4B59E;
 }
 .TagClassName
 {
   border-color: #C4B59E;
 }
</style>