Shades of Buddha Gold #C5A313
Tints of Buddha Gold #C5A313
RGB
CMYK
RGB Variations
Color information
#C5A313 (or 0xC5A313) is known color: Buddha Gold. HEX triplet: C5, A3 and 13. RGB value is (197,163,19). Sum of RGB (Red+Green+Blue) = 197+163+19=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A313 is #3A5CEC. Grayscale: #9D9D9D. Windows color (decimal): -3824877 or 1287109. OLE color: 1287109.
HSL color Cylindrical-coordinate representation of color #C5A313: hue angle of 48.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5A313 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 19 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.23 |
| HSL | 48.54º | 0.82% | 0.42% | - |
| HSV(B) | 48.54º | 0.9% | 0.77% | - |
| XYZ | 36.24 | 38.11 | 6.06 | - |
| YUV | 156.75 | 50.26 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 19 | 0 | 0.17 | 0.90 | 0.23 | 48.54 | 0.82 | 0.42 |
| Hex | C5 | A3 | 13 | 0 | 11 | 5A | 17 | 31 | 52 | 2A |
| Octal | 305 | 243 | 23 | 0 | 21 | 132 | 27 | 61 | 122 | 52 |
| Binary | 11000101 | 10100011 | 10011 | 0 | 10001 | 1011010 | 10111 | 110001 | 1010010 | 101010 |
Color Harmonies of #C5A313
Complementary color
Monochromatic Colors of #C5A313
Black with #C5A313
Text Example
Text Example
White with #C5A313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A313; }
p { color: rgb(197,163,19); }
H1.HeaderClassName
{
color: #C5A313;
}
.AnyTagClassName
{
color: #C5A313;
}
</style>
background-color css
<style>
a { background-color: #C5A313; }
a { background-color: rgb(197,163,19); }
div.DivClassName
{
background-color: #C5A313;
}
.BgClassName
{
background-color: #C5A313;
}
</style>
border-color css
<style>
span { border-color: #C5A313; }
span { border-color: rgb(197,163,19); }
td.TdClassName
{
border-color: #C5A313;
}
.TagClassName
{
border-color: #C5A313;
}
</style>