#CAC059

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

Shades of Tacha #CAC059

Tints of Tacha #CAC059

Color information

#CAC059 (or 0xCAC059) is unknown color: approx Tacha. HEX triplet: CA, C0 and 59. RGB value is (202,192,89). Sum of RGB (Red+Green+Blue) = 202+192+89=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC059 is #353FA6. Grayscale: #B7B7B7. Windows color (decimal): -3489703 or 5882058. OLE color: 5882058.

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

Color convert

RGB20219289-
CMYK00.050.560.21
HSL54.69º51.6%57.06%-
HSV(B)54.69º55.94%79.22%-
XYZ45.0150.9816.92-
YUV183.2574.81141.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 89 (35.16% from 255) = 18.43%
R=41.82%
G=39.75%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021928900.050.560.2154.6951.657.06
HexCAC059053815373439
Octal312300131057025676471
Binary11001010110000001011001010111100010101110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC059; }

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

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

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

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

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

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

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

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