#CAB58F

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

Shades of Tan #CAB58F

Tints of Tan #CAB58F

Color information

#CAB58F (or 0xCAB58F) is unknown color: approx Tan. HEX triplet: CA, B5 and 8F. RGB value is (202,181,143). Sum of RGB (Red+Green+Blue) = 202+181+143=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB58F is #354A70. Grayscale: #B7B7B7. Windows color (decimal): -3492465 or 9418186. OLE color: 9418186.

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

Color convert

RGB202181143-
CMYK00.100.290.21
HSL38.64º35.76%67.65%-
HSV(B)38.64º29.21%79.22%-
XYZ45.8447.5932.76-
YUV182.95105.46141.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=38.40%
G=34.41%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218114300.100.290.2138.6435.7667.65
HexCAB58F0A1D15272444
Octal31226521701235254744104
Binary1100101010110101100011110101011101101011001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB58F; }

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

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

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

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

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

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

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

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