Shades of Buddha Gold #C0A510
Tints of Buddha Gold #C0A510
RGB
CMYK
RGB Variations
Color information
#C0A510 (or 0xC0A510) is known color: Buddha Gold. HEX triplet: C0, A5 and 10. RGB value is (192,165,16). Sum of RGB (Red+Green+Blue) = 192+165+16=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A510 is #3F5AEF. Grayscale: #9C9C9C. Windows color (decimal): -4152048 or 1091008. OLE color: 1091008.
HSL color Cylindrical-coordinate representation of color #C0A510: hue angle of 50.8º 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 #C0A510 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.25 |
| HSL | 50.8º | 0.85% | 0.41% | - |
| HSV(B) | 50.8º | 0.92% | 0.75% | - |
| XYZ | 35.29 | 38.15 | 5.99 | - |
| YUV | 156.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 16 | 0 | 0.14 | 0.92 | 0.25 | 50.8 | 0.85 | 0.41 |
| Hex | C0 | A5 | 10 | 0 | E | 5C | 19 | 33 | 55 | 29 |
| Octal | 300 | 245 | 20 | 0 | 16 | 134 | 31 | 63 | 125 | 51 |
| Binary | 11000000 | 10100101 | 10000 | 0 | 1110 | 1011100 | 11001 | 110011 | 1010101 | 101001 |
Color Harmonies of #C0A510
Complementary color
Monochromatic Colors of #C0A510
Black with #C0A510
Text Example
Text Example
White with #C0A510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A510; }
p { color: rgb(192,165,16); }
H1.HeaderClassName
{
color: #C0A510;
}
.AnyTagClassName
{
color: #C0A510;
}
</style>
background-color css
<style>
a { background-color: #C0A510; }
a { background-color: rgb(192,165,16); }
div.DivClassName
{
background-color: #C0A510;
}
.BgClassName
{
background-color: #C0A510;
}
</style>
border-color css
<style>
span { border-color: #C0A510; }
span { border-color: rgb(192,165,16); }
td.TdClassName
{
border-color: #C0A510;
}
.TagClassName
{
border-color: #C0A510;
}
</style>