#C0A610

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

Shades of Buddha Gold #C0A610

Tints of Buddha Gold #C0A610

Color information

#C0A610 (or 0xC0A610) is unknown color: approx Buddha Gold. HEX triplet: C0, A6 and 10. RGB value is (192,166,16). Sum of RGB (Red+Green+Blue) = 192+166+16=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A610 is #3F59EF. Grayscale: #9D9D9D. Windows color (decimal): -4151792 or 1091264. OLE color: 1091264.

HSL color Cylindrical-coordinate representation of color #C0A610: hue angle of 51.14º 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 #C0A610 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19216616-
CMYK00.140.920.25
HSL51.14º84.62%40.78%-
HSV(B)51.14º91.67%75.29%-
XYZ35.4738.526.06-
YUV156.6748.61153.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.34%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 16 (6.64% from 255) = 4.28%
R=51.34%
G=44.39%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921661600.140.920.2551.1484.6240.78
HexC0A6100E5C19335529
Octal30024620016134316312551
Binary110000001010011010000011101011100110011100111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A610; }

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

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

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

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

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

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

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

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