#CAAD89

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

Shades of Tan #CAAD89

Tints of Tan #CAAD89

Color information

#CAAD89 (or 0xCAAD89) is unknown color: approx Tan. HEX triplet: CA, AD and 89. RGB value is (202,173,137). Sum of RGB (Red+Green+Blue) = 202+173+137=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD89 is #355276. Grayscale: #B1B1B1. Windows color (decimal): -3494519 or 9022922. OLE color: 9022922.

HSL color Cylindrical-coordinate representation of color #CAAD89: hue angle of 33.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAAD89 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202173137-
CMYK00.140.320.21
HSL33.23º38.01%66.47%-
HSV(B)33.23º32.18%79.22%-
XYZ43.8244.2529.9-
YUV177.57105.11145.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=39.45%
G=33.79%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217313700.140.320.2133.2338.0166.47
HexCAAD890E2015212642
Octal31225521101640254146102
Binary11001010101011011000100101110100000101011000011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD89; }

 p { color: rgb(202,173,137); }

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

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

 a { background-color: rgb(202,173,137); }

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

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

 span { border-color: rgb(202,173,137); }

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