#cac157

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

Shades of Tacha #CAC157

Tints of Tacha #CAC157

Color information

#CAC157 (or 0xCAC157) is unknown color: approx Tacha. HEX triplet: CA, C1 and 57. RGB value is (202,193,87). Sum of RGB (Red+Green+Blue) = 202+193+87=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC157 is #353EA8. Grayscale: #B8B8B8. Windows color (decimal): -3489449 or 5751242. OLE color: 5751242.

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

Color convert

RGB20219387-
CMYK00.040.570.21
HSL55.3º52.04%56.67%-
HSV(B)55.3º56.93%79.22%-
XYZ45.1551.3816.56-
YUV183.6173.48141.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 87 (34.38% from 255) = 18.05%
R=41.91%
G=40.04%
B=18.05%

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
Decimal2021938700.040.570.2155.352.0456.67
HexCAC157043915373439
Octal312301127047125676471
Binary11001010110000011010111010011100110101110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cac157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cac157; }

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

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

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

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

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

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

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

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