#CAC057

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

Shades of Tacha #CAC057

Tints of Tacha #CAC057

Color information

#CAC057 (or 0xCAC057) is unknown color: approx Tacha. HEX triplet: CA, C0 and 57. RGB value is (202,192,87). Sum of RGB (Red+Green+Blue) = 202+192+87=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC057 is #353FA8. Grayscale: #B7B7B7. Windows color (decimal): -3489705 or 5750986. OLE color: 5750986.

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

Color convert

RGB20219287-
CMYK00.050.570.21
HSL54.78º52.04%56.67%-
HSV(B)54.78º56.93%79.22%-
XYZ44.9350.9416.48-
YUV183.0273.81141.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 87 (34.38% from 255) = 18.09%
R=42.00%
G=39.92%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021928700.050.570.2154.7852.0456.67
HexCAC057053915373439
Octal312300127057125676471
Binary11001010110000001010111010111100110101110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC057; }

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

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

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

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

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

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

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

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