#CAAE87

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

Shades of Tan #CAAE87

Tints of Tan #CAAE87

Color information

#CAAE87 (or 0xCAAE87) is unknown color: approx Tan. HEX triplet: CA, AE and 87. RGB value is (202,174,135). Sum of RGB (Red+Green+Blue) = 202+174+135=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE87 is #355178. Grayscale: #B2B2B2. Windows color (decimal): -3494265 or 8892106. OLE color: 8892106.

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

Color convert

RGB202174135-
CMYK00.140.330.21
HSL34.93º38.73%66.08%-
HSV(B)34.93º33.17%79.22%-
XYZ43.8744.5829.21-
YUV177.93103.78145.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=39.53%
G=34.05%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217413500.140.330.2134.9338.7366.08
HexCAAE870E2115232742
Octal31225620701641254347102
Binary11001010101011101000011101110100001101011000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE87; }

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

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

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

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

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

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

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

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