#C4AF9A

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

Shades of Sour Dough #C4AF9A

Tints of Sour Dough #C4AF9A

Color information

#C4AF9A (or 0xC4AF9A) is unknown color: approx Sour Dough. HEX triplet: C4, AF and 9A. RGB value is (196,175,154). Sum of RGB (Red+Green+Blue) = 196+175+154=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF9A is #3B5065. Grayscale: #B2B2B2. Windows color (decimal): -3887206 or 10137540. OLE color: 10137540.

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

Color convert

RGB196175154-
CMYK00.110.210.23
HSL30º26.25%68.63%-
HSV(B)30º21.43%76.86%-
XYZ43.9344.7336.89-
YUV178.89113.96140.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=37.33%
G=33.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617515400.110.210.233026.2568.63
HexC4AF9A0B15171e1a45
Octal30425723201325273632105
Binary11000100101011111001101001011101011011111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF9A; }

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

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

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

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

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

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

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

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