#C4B29E

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

Shades of Sour Dough #C4B29E

Tints of Sour Dough #C4B29E

Color information

#C4B29E (or 0xC4B29E) is unknown color: approx Sour Dough. HEX triplet: C4, B2 and 9E. RGB value is (196,178,158). Sum of RGB (Red+Green+Blue) = 196+178+158=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B29E is #3B4D61. Grayscale: #B5B5B5. Windows color (decimal): -3886434 or 10400452. OLE color: 10400452.

HSL color Cylindrical-coordinate representation of color #C4B29E: hue angle of 31.58º 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 #C4B29E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196178158-
CMYK00.090.190.23
HSL31.58º24.36%69.41%-
HSV(B)31.58º19.39%76.86%-
XYZ44.8646.0538.87-
YUV181.1114.96138.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=36.84%
G=33.46%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617815800.090.190.2331.5824.3669.41
HexC4B29E091317201845
Octal30426223601123274030105
Binary110001001011001010011110010011001110111100000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B29E; }

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

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

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

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

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

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

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

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