#CAAF87

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

Shades of Tan #CAAF87

Tints of Tan #CAAF87

Color information

#CAAF87 (or 0xCAAF87) is unknown color: approx Tan. HEX triplet: CA, AF and 87. RGB value is (202,175,135). Sum of RGB (Red+Green+Blue) = 202+175+135=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF87 is #355078. Grayscale: #B2B2B2. Windows color (decimal): -3494009 or 8892362. OLE color: 8892362.

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

Color convert

RGB202175135-
CMYK00.130.330.21
HSL35.82º38.73%66.08%-
HSV(B)35.82º33.17%79.22%-
XYZ44.0644.9729.28-
YUV178.51103.45144.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=39.45%
G=34.18%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217513500.130.330.2135.8238.7366.08
HexCAAF870D2115242742
Octal31225720701541254447102
Binary11001010101011111000011101101100001101011001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF87; }

 p { color: rgb(202,175,135); }

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

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

 a { background-color: rgb(202,175,135); }

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

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

 span { border-color: rgb(202,175,135); }

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