Shades of Buddha Gold #C0A517
Tints of Buddha Gold #C0A517
RGB
CMYK
RGB Variations
Color information
#C0A517 (or 0xC0A517) is known color: Buddha Gold. HEX triplet: C0, A5 and 17. RGB value is (192,165,23). Sum of RGB (Red+Green+Blue) = 192+165+23=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A517 is #3F5AE8. Grayscale: #9D9D9D. Windows color (decimal): -4152041 or 1549760. OLE color: 1549760.
HSL color Cylindrical-coordinate representation of color #C0A517: hue angle of 50.41º 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 #C0A517 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 23 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.25 |
| HSL | 50.41º | 0.79% | 0.42% | - |
| HSV(B) | 50.41º | 0.88% | 0.75% | - |
| XYZ | 35.35 | 38.18 | 6.32 | - |
| YUV | 156.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 23 | 0 | 0.14 | 0.88 | 0.25 | 50.41 | 0.79 | 0.42 |
| Hex | C0 | A5 | 17 | 0 | E | 58 | 19 | 32 | 4F | 2A |
| Octal | 300 | 245 | 27 | 0 | 16 | 130 | 31 | 62 | 117 | 52 |
| Binary | 11000000 | 10100101 | 10111 | 0 | 1110 | 1011000 | 11001 | 110010 | 1001111 | 101010 |
Color Harmonies of #C0A517
Complementary color
Monochromatic Colors of #C0A517
Black with #C0A517
Text Example
Text Example
White with #C0A517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A517; }
p { color: rgb(192,165,23); }
H1.HeaderClassName
{
color: #C0A517;
}
.AnyTagClassName
{
color: #C0A517;
}
</style>
background-color css
<style>
a { background-color: #C0A517; }
a { background-color: rgb(192,165,23); }
div.DivClassName
{
background-color: #C0A517;
}
.BgClassName
{
background-color: #C0A517;
}
</style>
border-color css
<style>
span { border-color: #C0A517; }
span { border-color: rgb(192,165,23); }
td.TdClassName
{
border-color: #C0A517;
}
.TagClassName
{
border-color: #C0A517;
}
</style>