Shades of Buddha Gold #C0A010
Tints of Buddha Gold #C0A010
RGB
CMYK
RGB Variations
Color information
#C0A010 (or 0xC0A010) is known color: Buddha Gold. HEX triplet: C0, A0 and 10. RGB value is (192,160,16). Sum of RGB (Red+Green+Blue) = 192+160+16=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A010 is #3F5FEF. Grayscale: #999999. Windows color (decimal): -4153328 or 1089728. OLE color: 1089728.
HSL color Cylindrical-coordinate representation of color #C0A010: hue angle of 49.09º 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 #C0A010 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.25 |
| HSL | 49.09º | 0.85% | 0.41% | - |
| HSV(B) | 49.09º | 0.92% | 0.75% | - |
| XYZ | 34.4 | 36.39 | 5.7 | - |
| YUV | 153.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 16 | 0 | 0.17 | 0.92 | 0.25 | 49.09 | 0.85 | 0.41 |
| Hex | C0 | A0 | 10 | 0 | 11 | 5C | 19 | 31 | 55 | 29 |
| Octal | 300 | 240 | 20 | 0 | 21 | 134 | 31 | 61 | 125 | 51 |
| Binary | 11000000 | 10100000 | 10000 | 0 | 10001 | 1011100 | 11001 | 110001 | 1010101 | 101001 |
Color Harmonies of #C0A010
Complementary color
Monochromatic Colors of #C0A010
Black with #C0A010
Text Example
Text Example
White with #C0A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A010; }
p { color: rgb(192,160,16); }
H1.HeaderClassName
{
color: #C0A010;
}
.AnyTagClassName
{
color: #C0A010;
}
</style>
background-color css
<style>
a { background-color: #C0A010; }
a { background-color: rgb(192,160,16); }
div.DivClassName
{
background-color: #C0A010;
}
.BgClassName
{
background-color: #C0A010;
}
</style>
border-color css
<style>
span { border-color: #C0A010; }
span { border-color: rgb(192,160,16); }
td.TdClassName
{
border-color: #C0A010;
}
.TagClassName
{
border-color: #C0A010;
}
</style>