#CAC158

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

Shades of Tacha #CAC158

Tints of Tacha #CAC158

Color information

#CAC158 (or 0xCAC158) is unknown color: approx Tacha. HEX triplet: CA, C1 and 58. RGB value is (202,193,88). Sum of RGB (Red+Green+Blue) = 202+193+88=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC158 is #353EA7. Grayscale: #B8B8B8. Windows color (decimal): -3489448 or 5816778. OLE color: 5816778.

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

Color convert

RGB20219388-
CMYK00.040.560.21
HSL55.26º51.82%56.86%-
HSV(B)55.26º56.44%79.22%-
XYZ45.1951.416.77-
YUV183.7273.98141.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 88 (34.77% from 255) = 18.22%
R=41.82%
G=39.96%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021938800.040.560.2155.2651.8256.86
HexCAC158043815373439
Octal312301130047025676471
Binary11001010110000011011000010011100010101110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC158; }

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

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

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

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

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

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

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

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