#CAC463

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

Shades of Tacha #CAC463

Tints of Tacha #CAC463

Color information

#CAC463 (or 0xCAC463) is unknown color: approx Tacha. HEX triplet: CA, C4 and 63. RGB value is (202,196,99). Sum of RGB (Red+Green+Blue) = 202+196+99=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC463 is #353B9C. Grayscale: #BBBBBB. Windows color (decimal): -3488669 or 6538442. OLE color: 6538442.

HSL color Cylindrical-coordinate representation of color #CAC463: hue angle of 56.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAC463 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20219699-
CMYK00.030.510.21
HSL56.5º49.28%59.02%-
HSV(B)56.5º50.99%79.22%-
XYZ46.3552.9419.58-
YUV186.7478.49138.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=40.64%
G=39.44%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021969900.030.510.2156.549.2859.02
HexCAC46303331539313b
Octal312304143036325716173
Binary1100101011000100110001101111001110101111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC463; }

 p { color: rgb(202,196,99); }

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

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

 a { background-color: rgb(202,196,99); }

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

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

 span { border-color: rgb(202,196,99); }

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