#CAB58E

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

Shades of Tan #CAB58E

Tints of Tan #CAB58E

Color information

#CAB58E (or 0xCAB58E) is unknown color: approx Tan. HEX triplet: CA, B5 and 8E. RGB value is (202,181,142). Sum of RGB (Red+Green+Blue) = 202+181+142=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB58E is #354A71. Grayscale: #B7B7B7. Windows color (decimal): -3492466 or 9352650. OLE color: 9352650.

HSL color Cylindrical-coordinate representation of color #CAB58E: hue angle of 39º degrees, saturation: 0.36, 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 #CAB58E is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202181142-
CMYK00.100.300.21
HSL39º36.14%67.45%-
HSV(B)39º29.7%79.22%-
XYZ45.7647.5632.36-
YUV182.83104.96141.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=38.48%
G=34.48%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218114200.100.300.213936.1467.45
HexCAB58E0A1E15272443
Octal31226521601236254744103
Binary1100101010110101100011100101011110101011001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB58E; }

 p { color: rgb(202,181,142); }

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

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

 a { background-color: rgb(202,181,142); }

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

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

 span { border-color: rgb(202,181,142); }

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