#CAB58D

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

Shades of Tan #CAB58D

Tints of Tan #CAB58D

Color information

#CAB58D (or 0xCAB58D) is unknown color: approx Tan. HEX triplet: CA, B5 and 8D. RGB value is (202,181,141). Sum of RGB (Red+Green+Blue) = 202+181+141=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB58D is #354A72. Grayscale: #B6B6B6. Windows color (decimal): -3492467 or 9287114. OLE color: 9287114.

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

Color convert

RGB202181141-
CMYK00.100.300.21
HSL39.34º36.53%67.25%-
HSV(B)39.34º30.2%79.22%-
XYZ45.6947.5331.96-
YUV182.72104.46141.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=38.55%
G=34.54%
B=26.91%

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
Decimal20218114100.100.300.2139.3436.5367.25
HexCAB58D0A1E15272543
Octal31226521501236254745103
Binary1100101010110101100011010101011110101011001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB58D; }

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

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

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

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

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

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

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

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