#CAC058

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

Shades of Tacha #CAC058

Tints of Tacha #CAC058

Color information

#CAC058 (or 0xCAC058) is unknown color: approx Tacha. HEX triplet: CA, C0 and 58. RGB value is (202,192,88). Sum of RGB (Red+Green+Blue) = 202+192+88=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC058 is #353FA7. Grayscale: #B7B7B7. Windows color (decimal): -3489704 or 5816522. OLE color: 5816522.

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

Color convert

RGB20219288-
CMYK00.050.560.21
HSL54.74º51.82%56.86%-
HSV(B)54.74º56.44%79.22%-
XYZ44.9750.9616.7-
YUV183.1374.31141.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=41.91%
G=39.83%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021928800.050.560.2154.7451.8256.86
HexCAC058053815373439
Octal312300130057025676471
Binary11001010110000001011000010111100010101110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC058; }

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

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

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

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

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

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

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

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