#C3A612

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

Shades of Buddha Gold #C3A612

Tints of Buddha Gold #C3A612

Color information

#C3A612 (or 0xC3A612) is unknown color: approx Buddha Gold. HEX triplet: C3, A6 and 12. RGB value is (195,166,18). Sum of RGB (Red+Green+Blue) = 195+166+18=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A612 is #3C59ED. Grayscale: #9E9E9E. Windows color (decimal): -3955182 or 1222339. OLE color: 1222339.

HSL color Cylindrical-coordinate representation of color #C3A612: hue angle of 50.17º 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 #C3A612 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19516618-
CMYK00.150.910.24
HSL50.17º83.1%41.76%-
HSV(B)50.17º90.77%76.47%-
XYZ36.2538.926.17-
YUV157.849.11154.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.45%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=51.45%
G=43.80%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951661800.150.910.2450.1783.141.76
HexC3A6120F5B1832532a
Octal30324622017133306212352
Binary110000111010011010010011111011011110001100101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A612; }

 p { color: rgb(195,166,18); }

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

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

 a { background-color: rgb(195,166,18); }

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

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

 span { border-color: rgb(195,166,18); }

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