#C4A616

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

Shades of Buddha Gold #C4A616

Tints of Buddha Gold #C4A616

Color information

#C4A616 (or 0xC4A616) is unknown color: approx Buddha Gold. HEX triplet: C4, A6 and 16. RGB value is (196,166,22). Sum of RGB (Red+Green+Blue) = 196+166+22=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A616 is #3B59E9. Grayscale: #9F9F9F. Windows color (decimal): -3889642 or 1484484. OLE color: 1484484.

HSL color Cylindrical-coordinate representation of color #C4A616: hue angle of 49.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4A616 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19616622-
CMYK00.150.890.23
HSL49.66º79.82%42.75%-
HSV(B)49.66º88.78%76.86%-
XYZ36.5539.076.37-
YUV158.5550.94154.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.04%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 22 (8.98% from 255) = 5.73%
R=51.04%
G=43.23%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961662200.150.890.2349.6679.8242.75
HexC4A6160F591732502b
Octal30424626017131276212053
Binary110001001010011010110011111011001101111100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A616; }

 p { color: rgb(196,166,22); }

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

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

 a { background-color: rgb(196,166,22); }

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

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

 span { border-color: rgb(196,166,22); }

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