#CAC257

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

Shades of Tacha #CAC257

Tints of Tacha #CAC257

Color information

#CAC257 (or 0xCAC257) is unknown color: approx Tacha. HEX triplet: CA, C2 and 57. RGB value is (202,194,87). Sum of RGB (Red+Green+Blue) = 202+194+87=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC257 is #353DA8. Grayscale: #B8B8B8. Windows color (decimal): -3489193 or 5751498. OLE color: 5751498.

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

Color convert

RGB20219487-
CMYK00.040.570.21
HSL55.83º52.04%56.67%-
HSV(B)55.83º56.93%79.22%-
XYZ45.3751.8316.63-
YUV184.1973.15140.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 87 (34.38% from 255) = 18.01%
R=41.82%
G=40.17%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021948700.040.570.2155.8352.0456.67
HexCAC257043915383439
Octal312302127047125706471
Binary11001010110000101010111010011100110101111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC257; }

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

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

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

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

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

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

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

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