#CAAD8D

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

Shades of Tan #CAAD8D

Tints of Tan #CAAD8D

Color information

#CAAD8D (or 0xCAAD8D) is unknown color: approx Tan. HEX triplet: CA, AD and 8D. RGB value is (202,173,141). Sum of RGB (Red+Green+Blue) = 202+173+141=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD8D is #355272. Grayscale: #B2B2B2. Windows color (decimal): -3494515 or 9285066. OLE color: 9285066.

HSL color Cylindrical-coordinate representation of color #CAAD8D: hue angle of 31.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAD8D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202173141-
CMYK00.140.300.21
HSL31.48º36.53%67.25%-
HSV(B)31.48º30.2%79.22%-
XYZ44.1144.3731.44-
YUV178.02107.11145.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=39.15%
G=33.53%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217314100.140.300.2131.4836.5367.25
HexCAAD8D0E1E151f2543
Octal31225521501636253745103
Binary110010101010110110001101011101111010101111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD8D; }

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

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

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

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

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

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

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

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