#C4AF99

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

Shades of Sour Dough #C4AF99

Tints of Sour Dough #C4AF99

Color information

#C4AF99 (or 0xC4AF99) is unknown color: approx Sour Dough. HEX triplet: C4, AF and 99. RGB value is (196,175,153). Sum of RGB (Red+Green+Blue) = 196+175+153=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF99 is #3B5066. Grayscale: #B2B2B2. Windows color (decimal): -3887207 or 10072004. OLE color: 10072004.

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

Color convert

RGB196175153-
CMYK00.110.220.23
HSL30.7º26.71%68.43%-
HSV(B)30.7º21.94%76.86%-
XYZ43.8444.736.45-
YUV178.77113.46140.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=37.40%
G=33.40%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617515300.110.220.2330.726.7168.43
HexC4AF990B16171f1b44
Octal30425723101326273733104
Binary11000100101011111001100101011101101011111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF99; }

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

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

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

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

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

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

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

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