#CAAF8B

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

Shades of Tan #CAAF8B

Tints of Tan #CAAF8B

Color information

#CAAF8B (or 0xCAAF8B) is unknown color: approx Tan. HEX triplet: CA, AF and 8B. RGB value is (202,175,139). Sum of RGB (Red+Green+Blue) = 202+175+139=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF8B is #355074. Grayscale: #B3B3B3. Windows color (decimal): -3494005 or 9154506. OLE color: 9154506.

HSL color Cylindrical-coordinate representation of color #CAAF8B: hue angle of 34.29º 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 #CAAF8B is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202175139-
CMYK00.130.310.21
HSL34.29º37.28%66.86%-
HSV(B)34.29º31.19%79.22%-
XYZ44.3545.0830.79-
YUV178.97105.45144.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=39.15%
G=33.91%
B=26.94%

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
Decimal20217513900.130.310.2134.2937.2866.86
HexCAAF8B0D1F15222543
Octal31225721301537254245103
Binary1100101010101111100010110110111111101011000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF8B; }

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

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

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

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

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

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

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

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