#CAC052

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

Shades of Tacha #CAC052

Tints of Tacha #CAC052

Color information

#CAC052 (or 0xCAC052) is unknown color: approx Tacha. HEX triplet: CA, C0 and 52. RGB value is (202,192,82). Sum of RGB (Red+Green+Blue) = 202+192+82=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC052 is #353FAD. Grayscale: #B6B6B6. Windows color (decimal): -3489710 or 5423306. OLE color: 5423306.

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

Color convert

RGB20219282-
CMYK00.050.590.21
HSL55º53.1%55.69%-
HSV(B)55º59.41%79.22%-
XYZ44.7350.8715.44-
YUV182.4571.31141.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 192 (75.39% from 255) = 40.34%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=42.44%
G=40.34%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021928200.050.590.215553.155.69
HexCAC052053B15373538
Octal312300122057325676570
Binary11001010110000001010010010111101110101110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC052; }

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

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

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

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

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

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

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

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