Shades of Buddha Gold #C5A117
Tints of Buddha Gold #C5A117
RGB
CMYK
RGB Variations
Color information
#C5A117 (or 0xC5A117) is known color: Buddha Gold. HEX triplet: C5, A1 and 17. RGB value is (197,161,23). Sum of RGB (Red+Green+Blue) = 197+161+23=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A117 is #3A5EE8. Grayscale: #9C9C9C. Windows color (decimal): -3825385 or 1548741. OLE color: 1548741.
HSL color Cylindrical-coordinate representation of color #C5A117: hue angle of 47.59º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5A117 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 23 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.23 |
| HSL | 47.59º | 0.79% | 0.43% | - |
| HSV(B) | 47.59º | 0.88% | 0.77% | - |
| XYZ | 35.93 | 37.42 | 6.14 | - |
| YUV | 156.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 23 | 0 | 0.18 | 0.88 | 0.23 | 47.59 | 0.79 | 0.43 |
| Hex | C5 | A1 | 17 | 0 | 12 | 58 | 17 | 30 | 4F | 2B |
| Octal | 305 | 241 | 27 | 0 | 22 | 130 | 27 | 60 | 117 | 53 |
| Binary | 11000101 | 10100001 | 10111 | 0 | 10010 | 1011000 | 10111 | 110000 | 1001111 | 101011 |
Color Harmonies of #C5A117
Complementary color
Monochromatic Colors of #C5A117
Black with #C5A117
Text Example
Text Example
White with #C5A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A117; }
p { color: rgb(197,161,23); }
H1.HeaderClassName
{
color: #C5A117;
}
.AnyTagClassName
{
color: #C5A117;
}
</style>
background-color css
<style>
a { background-color: #C5A117; }
a { background-color: rgb(197,161,23); }
div.DivClassName
{
background-color: #C5A117;
}
.BgClassName
{
background-color: #C5A117;
}
</style>
border-color css
<style>
span { border-color: #C5A117; }
span { border-color: rgb(197,161,23); }
td.TdClassName
{
border-color: #C5A117;
}
.TagClassName
{
border-color: #C5A117;
}
</style>