#C4AF95

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

Shades of Sour Dough #C4AF95

Tints of Sour Dough #C4AF95

Color information

#C4AF95 (or 0xC4AF95) is unknown color: approx Sour Dough. HEX triplet: C4, AF and 95. RGB value is (196,175,149). Sum of RGB (Red+Green+Blue) = 196+175+149=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF95 is #3B506A. Grayscale: #B2B2B2. Windows color (decimal): -3887211 or 9809860. OLE color: 9809860.

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

Color convert

RGB196175149-
CMYK00.110.240.23
HSL33.19º28.48%67.65%-
HSV(B)33.19º23.98%76.86%-
XYZ43.5244.5734.74-
YUV178.32111.46140.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=37.69%
G=33.65%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617514900.110.240.2333.1928.4867.65
HexC4AF950B1817211c44
Octal30425722501330274134104
Binary110001001010111110010101010111100010111100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF95; }

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

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

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

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

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

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

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

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