#C4AF97

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

Shades of Sour Dough #C4AF97

Tints of Sour Dough #C4AF97

Color information

#C4AF97 (or 0xC4AF97) is unknown color: approx Sour Dough. HEX triplet: C4, AF and 97. RGB value is (196,175,151). Sum of RGB (Red+Green+Blue) = 196+175+151=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF97 is #3B5068. Grayscale: #B2B2B2. Windows color (decimal): -3887209 or 9940932. OLE color: 9940932.

HSL color Cylindrical-coordinate representation of color #C4AF97: hue angle of 32º 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 #C4AF97 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196175151-
CMYK00.110.230.23
HSL32º27.61%68.04%-
HSV(B)32º22.96%76.86%-
XYZ43.6844.6335.59-
YUV178.54112.46140.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=37.55%
G=33.52%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617515100.110.230.233227.6168.04
HexC4AF970B1717201c44
Octal30425722701327274034104
Binary110001001010111110010111010111011110111100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF97; }

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

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

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

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

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

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

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

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