#CAB086

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

Shades of Tan #CAB086

Tints of Tan #CAB086

Color information

#CAB086 (or 0xCAB086) is unknown color: approx Tan. HEX triplet: CA, B0 and 86. RGB value is (202,176,134). Sum of RGB (Red+Green+Blue) = 202+176+134=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB086 is #354F79. Grayscale: #B3B3B3. Windows color (decimal): -3493754 or 8827082. OLE color: 8827082.

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

Color convert

RGB202176134-
CMYK00.130.340.21
HSL37.06º39.08%65.88%-
HSV(B)37.06º33.66%79.22%-
XYZ44.1945.3328.97-
YUV178.99102.61144.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=39.45%
G=34.38%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217613400.130.340.2137.0639.0865.88
HexCAB0860D2215252742
Octal31226020601542254547102
Binary11001010101100001000011001101100010101011001011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB086; }

 p { color: rgb(202,176,134); }

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

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

 a { background-color: rgb(202,176,134); }

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

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

 span { border-color: rgb(202,176,134); }

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