#CAAF90

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

Shades of Tan #CAAF90

Tints of Tan #CAAF90

Color information

#CAAF90 (or 0xCAAF90) is unknown color: approx Tan. HEX triplet: CA, AF and 90. RGB value is (202,175,144). Sum of RGB (Red+Green+Blue) = 202+175+144=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF90 is #35506F. Grayscale: #B3B3B3. Windows color (decimal): -3494000 or 9482186. OLE color: 9482186.

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

Color convert

RGB202175144-
CMYK00.130.290.21
HSL32.07º35.37%67.84%-
HSV(B)32.07º28.71%79.22%-
XYZ44.7245.2332.76-
YUV179.54107.95144.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=38.77%
G=33.59%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217514400.130.290.2132.0735.3767.84
HexCAAF900D1D15202344
Octal31225722001535254043104
Binary1100101010101111100100000110111101101011000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF90; }

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

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

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

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

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

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

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

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