#C9AF90

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

Shades of Tan #C9AF90

Tints of Tan #C9AF90

Color information

#C9AF90 (or 0xC9AF90) is unknown color: approx Tan. HEX triplet: C9, AF and 90. RGB value is (201,175,144). Sum of RGB (Red+Green+Blue) = 201+175+144=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF90 is #36506F. Grayscale: #B3B3B3. Windows color (decimal): -3559536 or 9482185. OLE color: 9482185.

HSL color Cylindrical-coordinate representation of color #C9AF90: hue angle of 32.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9AF90 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB201175144-
CMYK00.130.280.21
HSL32.63º34.55%67.65%-
HSV(B)32.63º28.36%78.82%-
XYZ44.4545.0932.75-
YUV179.24108.11143.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=38.65%
G=33.65%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117514400.130.280.2132.6334.5567.65
HexC9AF900D1C15212344
Octal31125722001534254143104
Binary1100100110101111100100000110111100101011000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AF90; }

 p { color: rgb(201,175,144); }

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

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

 a { background-color: rgb(201,175,144); }

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

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

 span { border-color: rgb(201,175,144); }

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