#CAAD8F

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

Shades of Tan #CAAD8F

Tints of Tan #CAAD8F

Color information

#CAAD8F (or 0xCAAD8F) is unknown color: approx Tan. HEX triplet: CA, AD and 8F. RGB value is (202,173,143). Sum of RGB (Red+Green+Blue) = 202+173+143=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD8F is #355270. Grayscale: #B2B2B2. Windows color (decimal): -3494513 or 9416138. OLE color: 9416138.

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

Color convert

RGB202173143-
CMYK00.140.290.21
HSL30.51º35.76%67.65%-
HSV(B)30.51º29.21%79.22%-
XYZ44.2644.4332.23-
YUV178.25108.11144.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=39.00%
G=33.40%
B=27.61%

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
Decimal20217314300.140.290.2130.5135.7667.65
HexCAAD8F0E1D151f2444
Octal31225521701635253744104
Binary110010101010110110001111011101110110101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD8F; }

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

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

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

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

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

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

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

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