#CAB08B

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

Shades of Tan #CAB08B

Tints of Tan #CAB08B

Color information

#CAB08B (or 0xCAB08B) is unknown color: approx Tan. HEX triplet: CA, B0 and 8B. RGB value is (202,176,139). Sum of RGB (Red+Green+Blue) = 202+176+139=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB08B is #354F74. Grayscale: #B3B3B3. Windows color (decimal): -3493749 or 9154762. OLE color: 9154762.

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

Color convert

RGB202176139-
CMYK00.130.310.21
HSL35.24º37.28%66.86%-
HSV(B)35.24º31.19%79.22%-
XYZ44.5445.4730.86-
YUV179.56105.11144.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=39.07%
G=34.04%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217613900.130.310.2135.2437.2866.86
HexCAB08B0D1F15232543
Octal31226021301537254345103
Binary1100101010110000100010110110111111101011000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB08B; }

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

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

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

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

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

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

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

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