#C2A410

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

Shades of Buddha Gold #C2A410

Tints of Buddha Gold #C2A410

Color information

#C2A410 (or 0xC2A410) is unknown color: approx Buddha Gold. HEX triplet: C2, A4 and 10. RGB value is (194,164,16). Sum of RGB (Red+Green+Blue) = 194+164+16=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A410 is #3D5BEF. Grayscale: #9C9C9C. Windows color (decimal): -4021232 or 1090754. OLE color: 1090754.

HSL color Cylindrical-coordinate representation of color #C2A410: hue angle of 49.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2A410 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19416416-
CMYK00.150.920.24
HSL49.89º84.76%41.18%-
HSV(B)49.89º91.75%76.08%-
XYZ35.6238.065.96-
YUV156.148.94155.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 16 (6.64% from 255) = 4.28%
R=51.87%
G=43.85%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941641600.150.920.2449.8984.7641.18
HexC2A4100F5C18325529
Octal30224420017134306212551
Binary110000101010010010000011111011100110001100101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A410; }

 p { color: rgb(194,164,16); }

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

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

 a { background-color: rgb(194,164,16); }

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

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

 span { border-color: rgb(194,164,16); }

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