Shades of Buddha Gold #C5A215
Tints of Buddha Gold #C5A215
RGB
CMYK
RGB Variations
Color information
#C5A215 (or 0xC5A215) is known color: Buddha Gold. HEX triplet: C5, A2 and 15. RGB value is (197,162,21). Sum of RGB (Red+Green+Blue) = 197+162+21=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A215 is #3A5DEA. Grayscale: #9C9C9C. Windows color (decimal): -3825131 or 1417925. OLE color: 1417925.
HSL color Cylindrical-coordinate representation of color #C5A215: hue angle of 48.07º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5A215 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 21 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.23 |
| HSL | 48.07º | 0.81% | 0.43% | - |
| HSV(B) | 48.07º | 0.89% | 0.77% | - |
| XYZ | 36.08 | 37.77 | 6.1 | - |
| YUV | 156.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 21 | 0 | 0.18 | 0.89 | 0.23 | 48.07 | 0.81 | 0.43 |
| Hex | C5 | A2 | 15 | 0 | 12 | 59 | 17 | 30 | 51 | 2B |
| Octal | 305 | 242 | 25 | 0 | 22 | 131 | 27 | 60 | 121 | 53 |
| Binary | 11000101 | 10100010 | 10101 | 0 | 10010 | 1011001 | 10111 | 110000 | 1010001 | 101011 |
Color Harmonies of #C5A215
Complementary color
Monochromatic Colors of #C5A215
Black with #C5A215
Text Example
Text Example
White with #C5A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A215; }
p { color: rgb(197,162,21); }
H1.HeaderClassName
{
color: #C5A215;
}
.AnyTagClassName
{
color: #C5A215;
}
</style>
background-color css
<style>
a { background-color: #C5A215; }
a { background-color: rgb(197,162,21); }
div.DivClassName
{
background-color: #C5A215;
}
.BgClassName
{
background-color: #C5A215;
}
</style>
border-color css
<style>
span { border-color: #C5A215; }
span { border-color: rgb(197,162,21); }
td.TdClassName
{
border-color: #C5A215;
}
.TagClassName
{
border-color: #C5A215;
}
</style>