#CAB08F

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

Shades of Tan #CAB08F

Tints of Tan #CAB08F

Color information

#CAB08F (or 0xCAB08F) is unknown color: approx Tan. HEX triplet: CA, B0 and 8F. RGB value is (202,176,143). Sum of RGB (Red+Green+Blue) = 202+176+143=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB08F is #354F70. Grayscale: #B4B4B4. Windows color (decimal): -3493745 or 9416906. OLE color: 9416906.

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

Color convert

RGB202176143-
CMYK00.130.290.21
HSL33.56º35.76%67.65%-
HSV(B)33.56º29.21%79.22%-
XYZ44.8445.5932.42-
YUV180.01107.11143.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=38.77%
G=33.78%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217614300.130.290.2133.5635.7667.65
HexCAB08F0D1D15222444
Octal31226021701535254244104
Binary1100101010110000100011110110111101101011000101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB08F; }

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

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

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

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

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

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

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

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