Shades of Buddha Gold #C0A110
Tints of Buddha Gold #C0A110
RGB
CMYK
RGB Variations
Color information
#C0A110 (or 0xC0A110) is known color: Buddha Gold. HEX triplet: C0, A1 and 10. RGB value is (192,161,16). Sum of RGB (Red+Green+Blue) = 192+161+16=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A110 is #3F5EEF. Grayscale: #9A9A9A. Windows color (decimal): -4153072 or 1089984. OLE color: 1089984.
HSL color Cylindrical-coordinate representation of color #C0A110: hue angle of 49.43º 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 #C0A110 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.25 |
| HSL | 49.43º | 0.85% | 0.41% | - |
| HSV(B) | 49.43º | 0.92% | 0.75% | - |
| XYZ | 34.58 | 36.73 | 5.76 | - |
| YUV | 153.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 16 | 0 | 0.16 | 0.92 | 0.25 | 49.43 | 0.85 | 0.41 |
| Hex | C0 | A1 | 10 | 0 | 10 | 5C | 19 | 31 | 55 | 29 |
| Octal | 300 | 241 | 20 | 0 | 20 | 134 | 31 | 61 | 125 | 51 |
| Binary | 11000000 | 10100001 | 10000 | 0 | 10000 | 1011100 | 11001 | 110001 | 1010101 | 101001 |
Color Harmonies of #C0A110
Complementary color
Monochromatic Colors of #C0A110
Black with #C0A110
Text Example
Text Example
White with #C0A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A110; }
p { color: rgb(192,161,16); }
H1.HeaderClassName
{
color: #C0A110;
}
.AnyTagClassName
{
color: #C0A110;
}
</style>
background-color css
<style>
a { background-color: #C0A110; }
a { background-color: rgb(192,161,16); }
div.DivClassName
{
background-color: #C0A110;
}
.BgClassName
{
background-color: #C0A110;
}
</style>
border-color css
<style>
span { border-color: #C0A110; }
span { border-color: rgb(192,161,16); }
td.TdClassName
{
border-color: #C0A110;
}
.TagClassName
{
border-color: #C0A110;
}
</style>