#CAC256

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

Shades of Tacha #CAC256

Tints of Tacha #CAC256

Color information

#CAC256 (or 0xCAC256) is unknown color: approx Tacha. HEX triplet: CA, C2 and 56. RGB value is (202,194,86). Sum of RGB (Red+Green+Blue) = 202+194+86=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC256 is #353DA9. Grayscale: #B8B8B8. Windows color (decimal): -3489194 or 5685962. OLE color: 5685962.

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

Color convert

RGB20219486-
CMYK00.040.570.21
HSL55.86º52.25%56.47%-
HSV(B)55.86º57.43%79.22%-
XYZ45.3351.8116.42-
YUV184.0872.65140.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 86 (33.98% from 255) = 17.84%
R=41.91%
G=40.25%
B=17.84%

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
Decimal2021948600.040.570.2155.8652.2556.47
HexCAC256043915383438
Octal312302126047125706470
Binary11001010110000101010110010011100110101111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC256; }

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

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

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

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

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

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

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

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