#C0A810

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

Shades of Buddha Gold #C0A810

Tints of Buddha Gold #C0A810

Color information

#C0A810 (or 0xC0A810) is unknown color: approx Buddha Gold. HEX triplet: C0, A8 and 10. RGB value is (192,168,16). Sum of RGB (Red+Green+Blue) = 192+168+16=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A810 is #3F57EF. Grayscale: #9E9E9E. Windows color (decimal): -4151280 or 1091776. OLE color: 1091776.

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

Color convert

RGB19216816-
CMYK00.120.920.25
HSL51.82º84.62%40.78%-
HSV(B)51.82º91.67%75.29%-
XYZ35.8339.256.18-
YUV157.8547.95152.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 168 (66.02% from 255) = 44.68%
BLUE value IS 16 (6.64% from 255) = 4.26%
R=51.06%
G=44.68%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921681600.120.920.2551.8284.6240.78
HexC0A8100C5C19345529
Octal30025020014134316412551
Binary110000001010100010000011001011100110011101001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A810; }

 p { color: rgb(192,168,16); }

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

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

 a { background-color: rgb(192,168,16); }

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

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

 span { border-color: rgb(192,168,16); }

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