Shades of Buddha Gold #C0A017
Tints of Buddha Gold #C0A017
RGB
CMYK
RGB Variations
Color information
#C0A017 (or 0xC0A017) is known color: Buddha Gold. HEX triplet: C0, A0 and 17. RGB value is (192,160,23). Sum of RGB (Red+Green+Blue) = 192+160+23=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A017 is #3F5FE8. Grayscale: #9A9A9A. Windows color (decimal): -4153321 or 1548480. OLE color: 1548480.
HSL color Cylindrical-coordinate representation of color #C0A017: hue angle of 48.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0A017 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 23 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.25 |
| HSL | 48.64º | 0.79% | 0.42% | - |
| HSV(B) | 48.64º | 0.88% | 0.75% | - |
| XYZ | 34.46 | 36.41 | 6.02 | - |
| YUV | 153.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 23 | 0 | 0.17 | 0.88 | 0.25 | 48.64 | 0.79 | 0.42 |
| Hex | C0 | A0 | 17 | 0 | 11 | 58 | 19 | 31 | 4F | 2A |
| Octal | 300 | 240 | 27 | 0 | 21 | 130 | 31 | 61 | 117 | 52 |
| Binary | 11000000 | 10100000 | 10111 | 0 | 10001 | 1011000 | 11001 | 110001 | 1001111 | 101010 |
Color Harmonies of #C0A017
Complementary color
Monochromatic Colors of #C0A017
Black with #C0A017
Text Example
Text Example
White with #C0A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A017; }
p { color: rgb(192,160,23); }
H1.HeaderClassName
{
color: #C0A017;
}
.AnyTagClassName
{
color: #C0A017;
}
</style>
background-color css
<style>
a { background-color: #C0A017; }
a { background-color: rgb(192,160,23); }
div.DivClassName
{
background-color: #C0A017;
}
.BgClassName
{
background-color: #C0A017;
}
</style>
border-color css
<style>
span { border-color: #C0A017; }
span { border-color: rgb(192,160,23); }
td.TdClassName
{
border-color: #C0A017;
}
.TagClassName
{
border-color: #C0A017;
}
</style>