#CAAF8C

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

Shades of Tan #CAAF8C

Tints of Tan #CAAF8C

Color information

#CAAF8C (or 0xCAAF8C) is unknown color: approx Tan. HEX triplet: CA, AF and 8C. RGB value is (202,175,140). Sum of RGB (Red+Green+Blue) = 202+175+140=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF8C is #355073. Grayscale: #B3B3B3. Windows color (decimal): -3494004 or 9220042. OLE color: 9220042.

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

Color convert

RGB202175140-
CMYK00.130.310.21
HSL33.87º36.9%67.06%-
HSV(B)33.87º30.69%79.22%-
XYZ44.4245.1131.18-
YUV179.08105.95144.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=39.07%
G=33.85%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217514000.130.310.2133.8736.967.06
HexCAAF8C0D1F15222543
Octal31225721401537254245103
Binary1100101010101111100011000110111111101011000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF8C; }

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

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

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

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

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

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

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

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