#CAAD8A

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

Shades of Tan #CAAD8A

Tints of Tan #CAAD8A

Color information

#CAAD8A (or 0xCAAD8A) is unknown color: approx Tan. HEX triplet: CA, AD and 8A. RGB value is (202,173,138). Sum of RGB (Red+Green+Blue) = 202+173+138=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD8A is #355275. Grayscale: #B1B1B1. Windows color (decimal): -3494518 or 9088458. OLE color: 9088458.

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

Color convert

RGB202173138-
CMYK00.140.320.21
HSL32.81º37.65%66.67%-
HSV(B)32.81º31.68%79.22%-
XYZ43.8944.2830.28-
YUV177.68105.61145.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=39.38%
G=33.72%
B=26.90%

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
Decimal20217313800.140.320.2132.8137.6566.67
HexCAAD8A0E2015212643
Octal31225521201640254146103
Binary11001010101011011000101001110100000101011000011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD8A; }

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

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

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

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

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

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

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

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