#C4B397

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

Shades of Sour Dough #C4B397

Tints of Sour Dough #C4B397

Color information

#C4B397 (or 0xC4B397) is unknown color: approx Sour Dough. HEX triplet: C4, B3 and 97. RGB value is (196,179,151). Sum of RGB (Red+Green+Blue) = 196+179+151=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B397 is #3B4C68. Grayscale: #B5B5B5. Windows color (decimal): -3886185 or 9941956. OLE color: 9941956.

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

Color convert

RGB196179151-
CMYK00.090.230.23
HSL37.33º27.61%68.04%-
HSV(B)37.33º22.96%76.86%-
XYZ44.4746.2135.85-
YUV180.89111.13138.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=37.26%
G=34.03%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617915100.090.230.2337.3327.6168.04
HexC4B397091717251c44
Octal30426322701127274534104
Binary110001001011001110010111010011011110111100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B397; }

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

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

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

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

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

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

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

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