#CAB759

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

Shades of Tacha #CAB759

Tints of Tacha #CAB759

Color information

#CAB759 (or 0xCAB759) is unknown color: approx Tacha. HEX triplet: CA, B7 and 59. RGB value is (202,183,89). Sum of RGB (Red+Green+Blue) = 202+183+89=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB759 is #3548A6. Grayscale: #B2B2B2. Windows color (decimal): -3492007 or 5879754. OLE color: 5879754.

HSL color Cylindrical-coordinate representation of color #CAB759: hue angle of 49.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAB759 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20218389-
CMYK00.090.560.21
HSL49.91º51.6%57.06%-
HSV(B)49.91º55.94%79.22%-
XYZ43.0947.1416.28-
YUV177.9677.79145.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 89 (35.16% from 255) = 18.78%
R=42.62%
G=38.61%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021838900.090.560.2149.9151.657.06
HexCAB759093815323439
Octal3122671310117025626471
Binary110010101011011110110010100111100010101110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB759; }

 p { color: rgb(202,183,89); }

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

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

 a { background-color: rgb(202,183,89); }

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

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

 span { border-color: rgb(202,183,89); }

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