#CAC062

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

Shades of Tacha #CAC062

Tints of Tacha #CAC062

Color information

#CAC062 (or 0xCAC062) is unknown color: approx Tacha. HEX triplet: CA, C0 and 62. RGB value is (202,192,98). Sum of RGB (Red+Green+Blue) = 202+192+98=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC062 is #353F9D. Grayscale: #B8B8B8. Windows color (decimal): -3489694 or 6471882. OLE color: 6471882.

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

Color convert

RGB20219298-
CMYK00.050.510.21
HSL54.23º49.52%58.82%-
HSV(B)54.23º51.49%79.22%-
XYZ45.4151.1419.03-
YUV184.2779.31140.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=41.06%
G=39.02%
B=19.92%

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
Decimal2021929800.050.510.2154.2349.5258.82
HexCAC06205331536323b
Octal312300142056325666273
Binary11001010110000001100010010111001110101110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC062; }

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

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

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

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

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

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

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

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