#CAAE8B

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

Shades of Tan #CAAE8B

Tints of Tan #CAAE8B

Color information

#CAAE8B (or 0xCAAE8B) is unknown color: approx Tan. HEX triplet: CA, AE and 8B. RGB value is (202,174,139). Sum of RGB (Red+Green+Blue) = 202+174+139=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE8B is #355174. Grayscale: #B2B2B2. Windows color (decimal): -3494261 or 9154250. OLE color: 9154250.

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

Color convert

RGB202174139-
CMYK00.140.310.21
HSL33.33º37.28%66.86%-
HSV(B)33.33º31.19%79.22%-
XYZ44.1544.6930.73-
YUV178.38105.78144.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=39.22%
G=33.79%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217413900.140.310.2133.3337.2866.86
HexCAAE8B0E1F15212543
Octal31225621301637254145103
Binary1100101010101110100010110111011111101011000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE8B; }

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

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

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

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

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

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

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

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