#CAAE90

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

Shades of Tan #CAAE90

Tints of Tan #CAAE90

Color information

#CAAE90 (or 0xCAAE90) is unknown color: approx Tan. HEX triplet: CA, AE and 90. RGB value is (202,174,144). Sum of RGB (Red+Green+Blue) = 202+174+144=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE90 is #35516F. Grayscale: #B3B3B3. Windows color (decimal): -3494256 or 9481930. OLE color: 9481930.

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

Color convert

RGB202174144-
CMYK00.140.290.21
HSL31.03º35.37%67.84%-
HSV(B)31.03º28.71%79.22%-
XYZ44.5344.8432.69-
YUV178.95108.28144.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=38.85%
G=33.46%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217414400.140.290.2131.0335.3767.84
HexCAAE900E1D151f2344
Octal31225622001635253743104
Binary110010101010111010010000011101110110101111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE90; }

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

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

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

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

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

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

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

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