#C4B29A

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

Shades of Sour Dough #C4B29A

Tints of Sour Dough #C4B29A

Color information

#C4B29A (or 0xC4B29A) is unknown color: approx Sour Dough. HEX triplet: C4, B2 and 9A. RGB value is (196,178,154). Sum of RGB (Red+Green+Blue) = 196+178+154=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B29A is #3B4D65. Grayscale: #B4B4B4. Windows color (decimal): -3886438 or 10138308. OLE color: 10138308.

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

Color convert

RGB196178154-
CMYK00.090.210.23
HSL34.29º26.25%68.63%-
HSV(B)34.29º21.43%76.86%-
XYZ44.5245.9137.09-
YUV180.65112.96138.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=37.12%
G=33.71%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617815400.090.210.2334.2926.2568.63
HexC4B29A091517221a45
Octal30426223201125274232105
Binary110001001011001010011010010011010110111100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B29A; }

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

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

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

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

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

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

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

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