#C4B29F

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

Shades of Sour Dough #C4B29F

Tints of Sour Dough #C4B29F

Color information

#C4B29F (or 0xC4B29F) is unknown color: approx Sour Dough. HEX triplet: C4, B2 and 9F. RGB value is (196,178,159). Sum of RGB (Red+Green+Blue) = 196+178+159=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B29F is #3B4D60. Grayscale: #B5B5B5. Windows color (decimal): -3886433 or 10465988. OLE color: 10465988.

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

Color convert

RGB196178159-
CMYK00.090.190.23
HSL30.81º23.87%69.61%-
HSV(B)30.81º18.88%76.86%-
XYZ44.9446.0839.33-
YUV181.22115.46138.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=36.77%
G=33.40%
B=29.83%

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
Decimal19617815900.090.190.2330.8123.8769.61
HexC4B29F0913171f1846
Octal30426223701123273730106
Binary11000100101100101001111101001100111011111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B29F; }

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

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

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

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

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

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

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

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