Shades of Buddha Gold #C0A716
Tints of Buddha Gold #C0A716
RGB
CMYK
RGB Variations
Color information
#C0A716 (or 0xC0A716) is known color: Buddha Gold. HEX triplet: C0, A7 and 16. RGB value is (192,167,22). Sum of RGB (Red+Green+Blue) = 192+167+22=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A716 is #3F58E9. Grayscale: #9E9E9E. Windows color (decimal): -4151530 or 1484736. OLE color: 1484736.
HSL color Cylindrical-coordinate representation of color #C0A716: hue angle of 51.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0A716 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 22 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.25 |
| HSL | 51.18º | 0.79% | 0.42% | - |
| HSV(B) | 51.18º | 0.89% | 0.75% | - |
| XYZ | 35.7 | 38.9 | 6.39 | - |
| YUV | 157.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 22 | 0 | 0.13 | 0.89 | 0.25 | 51.18 | 0.79 | 0.42 |
| Hex | C0 | A7 | 16 | 0 | D | 59 | 19 | 33 | 4F | 2A |
| Octal | 300 | 247 | 26 | 0 | 15 | 131 | 31 | 63 | 117 | 52 |
| Binary | 11000000 | 10100111 | 10110 | 0 | 1101 | 1011001 | 11001 | 110011 | 1001111 | 101010 |
Color Harmonies of #C0A716
Complementary color
Monochromatic Colors of #C0A716
Black with #C0A716
Text Example
Text Example
White with #C0A716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A716; }
p { color: rgb(192,167,22); }
H1.HeaderClassName
{
color: #C0A716;
}
.AnyTagClassName
{
color: #C0A716;
}
</style>
background-color css
<style>
a { background-color: #C0A716; }
a { background-color: rgb(192,167,22); }
div.DivClassName
{
background-color: #C0A716;
}
.BgClassName
{
background-color: #C0A716;
}
</style>
border-color css
<style>
span { border-color: #C0A716; }
span { border-color: rgb(192,167,22); }
td.TdClassName
{
border-color: #C0A716;
}
.TagClassName
{
border-color: #C0A716;
}
</style>