#C4B29D

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

Shades of Sour Dough #C4B29D

Tints of Sour Dough #C4B29D

Color information

#C4B29D (or 0xC4B29D) is unknown color: approx Sour Dough. HEX triplet: C4, B2 and 9D. RGB value is (196,178,157). Sum of RGB (Red+Green+Blue) = 196+178+157=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B29D is #3B4D62. Grayscale: #B5B5B5. Windows color (decimal): -3886435 or 10334916. OLE color: 10334916.

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

Color convert

RGB196178157-
CMYK00.090.200.23
HSL32.31º24.84%69.22%-
HSV(B)32.31º19.9%76.86%-
XYZ44.7746.0138.42-
YUV180.99114.46138.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=36.91%
G=33.52%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617815700.090.200.2332.3124.8469.22
HexC4B29D091417201945
Octal30426223501124274031105
Binary110001001011001010011101010011010010111100000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B29D; }

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

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

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

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

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

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

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

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