#CAAF89

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

Shades of Tan #CAAF89

Tints of Tan #CAAF89

Color information

#CAAF89 (or 0xCAAF89) is unknown color: approx Tan. HEX triplet: CA, AF and 89. RGB value is (202,175,137). Sum of RGB (Red+Green+Blue) = 202+175+137=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF89 is #355076. Grayscale: #B2B2B2. Windows color (decimal): -3494007 or 9023434. OLE color: 9023434.

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

Color convert

RGB202175137-
CMYK00.130.320.21
HSL35.08º38.01%66.47%-
HSV(B)35.08º32.18%79.22%-
XYZ44.245.0230.03-
YUV178.74104.45144.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=39.30%
G=34.05%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217513700.130.320.2135.0838.0166.47
HexCAAF890D2015232642
Octal31225721101540254346102
Binary11001010101011111000100101101100000101011000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF89; }

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

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

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

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

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

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

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

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