Shades of Buddha Gold #C0A611
Tints of Buddha Gold #C0A611
RGB
CMYK
RGB Variations
Color information
#C0A611 (or 0xC0A611) is known color: Buddha Gold. HEX triplet: C0, A6 and 11. RGB value is (192,166,17). Sum of RGB (Red+Green+Blue) = 192+166+17=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A611 is #3F59EE. Grayscale: #9D9D9D. Windows color (decimal): -4151791 or 1156800. OLE color: 1156800.
HSL color Cylindrical-coordinate representation of color #C0A611: hue angle of 51.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0A611 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 17 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.25 |
| HSL | 51.09º | 0.84% | 0.41% | - |
| HSV(B) | 51.09º | 0.91% | 0.75% | - |
| XYZ | 35.48 | 38.52 | 6.1 | - |
| YUV | 156.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 17 | 0 | 0.14 | 0.91 | 0.25 | 51.09 | 0.84 | 0.41 |
| Hex | C0 | A6 | 11 | 0 | E | 5B | 19 | 33 | 54 | 29 |
| Octal | 300 | 246 | 21 | 0 | 16 | 133 | 31 | 63 | 124 | 51 |
| Binary | 11000000 | 10100110 | 10001 | 0 | 1110 | 1011011 | 11001 | 110011 | 1010100 | 101001 |
Color Harmonies of #C0A611
Complementary color
Monochromatic Colors of #C0A611
Black with #C0A611
Text Example
Text Example
White with #C0A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A611; }
p { color: rgb(192,166,17); }
H1.HeaderClassName
{
color: #C0A611;
}
.AnyTagClassName
{
color: #C0A611;
}
</style>
background-color css
<style>
a { background-color: #C0A611; }
a { background-color: rgb(192,166,17); }
div.DivClassName
{
background-color: #C0A611;
}
.BgClassName
{
background-color: #C0A611;
}
</style>
border-color css
<style>
span { border-color: #C0A611; }
span { border-color: rgb(192,166,17); }
td.TdClassName
{
border-color: #C0A611;
}
.TagClassName
{
border-color: #C0A611;
}
</style>