#C2A912

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

Shades of Buddha Gold #C2A912

Tints of Buddha Gold #C2A912

Color information

#C2A912 (or 0xC2A912) is unknown color: approx Buddha Gold. HEX triplet: C2, A9 and 12. RGB value is (194,169,18). Sum of RGB (Red+Green+Blue) = 194+169+18=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A912 is #3D56ED. Grayscale: #9F9F9F. Windows color (decimal): -4019950 or 1223106. OLE color: 1223106.

HSL color Cylindrical-coordinate representation of color #C2A912: hue angle of 51.48º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2A912 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19416918-
CMYK00.130.910.24
HSL51.48º83.02%41.57%-
HSV(B)51.48º90.72%76.08%-
XYZ36.5539.896.35-
YUV159.2648.28152.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 18 (7.42% from 255) = 4.72%
R=50.92%
G=44.36%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941691800.130.910.2451.4883.0241.57
HexC2A9120D5B1833532a
Octal30225122015133306312352
Binary110000101010100110010011011011011110001100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A912; }

 p { color: rgb(194,169,18); }

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

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

 a { background-color: rgb(194,169,18); }

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

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

 span { border-color: rgb(194,169,18); }

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