Shades of Buddha Gold #C0A714
Tints of Buddha Gold #C0A714
RGB
CMYK
RGB Variations
Color information
#C0A714 (or 0xC0A714) is known color: Buddha Gold. HEX triplet: C0, A7 and 14. RGB value is (192,167,20). Sum of RGB (Red+Green+Blue) = 192+167+20=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A714 is #3F58EB. Grayscale: #9E9E9E. Windows color (decimal): -4151532 or 1353664. OLE color: 1353664.
HSL color Cylindrical-coordinate representation of color #C0A714: hue angle of 51.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0A714 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 20 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.25 |
| HSL | 51.28º | 0.81% | 0.42% | - |
| HSV(B) | 51.28º | 0.9% | 0.75% | - |
| XYZ | 35.68 | 38.89 | 6.29 | - |
| YUV | 157.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 20 | 0 | 0.13 | 0.90 | 0.25 | 51.28 | 0.81 | 0.42 |
| Hex | C0 | A7 | 14 | 0 | D | 5A | 19 | 33 | 51 | 2A |
| Octal | 300 | 247 | 24 | 0 | 15 | 132 | 31 | 63 | 121 | 52 |
| Binary | 11000000 | 10100111 | 10100 | 0 | 1101 | 1011010 | 11001 | 110011 | 1010001 | 101010 |
Color Harmonies of #C0A714
Complementary color
Monochromatic Colors of #C0A714
Black with #C0A714
Text Example
Text Example
White with #C0A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A714; }
p { color: rgb(192,167,20); }
H1.HeaderClassName
{
color: #C0A714;
}
.AnyTagClassName
{
color: #C0A714;
}
</style>
background-color css
<style>
a { background-color: #C0A714; }
a { background-color: rgb(192,167,20); }
div.DivClassName
{
background-color: #C0A714;
}
.BgClassName
{
background-color: #C0A714;
}
</style>
border-color css
<style>
span { border-color: #C0A714; }
span { border-color: rgb(192,167,20); }
td.TdClassName
{
border-color: #C0A714;
}
.TagClassName
{
border-color: #C0A714;
}
</style>