#C4B399

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

Shades of Sour Dough #C4B399

Tints of Sour Dough #C4B399

Color information

#C4B399 (or 0xC4B399) is unknown color: approx Sour Dough. HEX triplet: C4, B3 and 99. RGB value is (196,179,153). Sum of RGB (Red+Green+Blue) = 196+179+153=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B399 is #3B4C66. Grayscale: #B5B5B5. Windows color (decimal): -3886183 or 10073028. OLE color: 10073028.

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

Color convert

RGB196179153-
CMYK00.090.220.23
HSL36.28º26.71%68.43%-
HSV(B)36.28º21.94%76.86%-
XYZ44.6346.2836.72-
YUV181.12112.13138.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=37.12%
G=33.90%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617915300.090.220.2336.2826.7168.43
HexC4B399091617241b44
Octal30426323101126274433104
Binary110001001011001110011001010011011010111100100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B399; }

 p { color: rgb(196,179,153); }

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

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

 a { background-color: rgb(196,179,153); }

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

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

 span { border-color: rgb(196,179,153); }

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