#CAC063

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

Shades of Tacha #CAC063

Tints of Tacha #CAC063

Color information

#CAC063 (or 0xCAC063) is unknown color: approx Tacha. HEX triplet: CA, C0 and 63. RGB value is (202,192,99). Sum of RGB (Red+Green+Blue) = 202+192+99=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC063 is #353F9C. Grayscale: #B8B8B8. Windows color (decimal): -3489693 or 6537418. OLE color: 6537418.

HSL color Cylindrical-coordinate representation of color #CAC063: hue angle of 54.17º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAC063 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20219299-
CMYK00.050.510.21
HSL54.17º49.28%59.02%-
HSV(B)54.17º50.99%79.22%-
XYZ45.4651.1619.28-
YUV184.3979.81140.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 99 (39.06% from 255) = 20.08%
R=40.97%
G=38.95%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021929900.050.510.2154.1749.2859.02
HexCAC06305331536313b
Octal312300143056325666173
Binary11001010110000001100011010111001110101110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC063; }

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

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

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

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

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

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

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

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