#C9AF8C

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

Shades of Tan #C9AF8C

Tints of Tan #C9AF8C

Color information

#C9AF8C (or 0xC9AF8C) is unknown color: approx Tan. HEX triplet: C9, AF and 8C. RGB value is (201,175,140). Sum of RGB (Red+Green+Blue) = 201+175+140=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF8C is #365073. Grayscale: #B2B2B2. Windows color (decimal): -3559540 or 9220041. OLE color: 9220041.

HSL color Cylindrical-coordinate representation of color #C9AF8C: hue angle of 34.43º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9AF8C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201175140-
CMYK00.130.300.21
HSL34.43º36.09%66.86%-
HSV(B)34.43º30.35%78.82%-
XYZ44.1544.9731.16-
YUV178.78106.11143.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=38.95%
G=33.91%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117514000.130.300.2134.4336.0966.86
HexC9AF8C0D1E15222443
Octal31125721401536254244103
Binary1100100110101111100011000110111110101011000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AF8C; }

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

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

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

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

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

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

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

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