#CAB58C

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

Shades of Tan #CAB58C

Tints of Tan #CAB58C

Color information

#CAB58C (or 0xCAB58C) is unknown color: approx Tan. HEX triplet: CA, B5 and 8C. RGB value is (202,181,140). Sum of RGB (Red+Green+Blue) = 202+181+140=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB58C is #354A73. Grayscale: #B6B6B6. Windows color (decimal): -3492468 or 9221578. OLE color: 9221578.

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

Color convert

RGB202181140-
CMYK00.100.310.21
HSL39.68º36.9%67.06%-
HSV(B)39.68º30.69%79.22%-
XYZ45.6147.531.57-
YUV182.6103.96141.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 181 (71.09% from 255) = 34.61%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=38.62%
G=34.61%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218114000.100.310.2139.6836.967.06
HexCAB58C0A1F15282543
Octal31226521401237255045103
Binary1100101010110101100011000101011111101011010001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB58C; }

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

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

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

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

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

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

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

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