Shades of Buddha Gold #C7A215
Tints of Buddha Gold #C7A215
RGB
CMYK
RGB Variations
Color information
#C7A215 (or 0xC7A215) is known color: Buddha Gold. HEX triplet: C7, A2 and 15. RGB value is (199,162,21). Sum of RGB (Red+Green+Blue) = 199+162+21=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A215 is #385DEA. Grayscale: #9D9D9D. Windows color (decimal): -3694059 or 1417927. OLE color: 1417927.
HSL color Cylindrical-coordinate representation of color #C7A215: hue angle of 47.53º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7A215 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 21 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.22 |
| HSL | 47.53º | 0.81% | 0.43% | - |
| HSV(B) | 47.53º | 0.89% | 0.78% | - |
| XYZ | 36.61 | 38.04 | 6.12 | - |
| YUV | 156.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 21 | 0 | 0.19 | 0.89 | 0.22 | 47.53 | 0.81 | 0.43 |
| Hex | C7 | A2 | 15 | 0 | 13 | 59 | 16 | 30 | 51 | 2B |
| Octal | 307 | 242 | 25 | 0 | 23 | 131 | 26 | 60 | 121 | 53 |
| Binary | 11000111 | 10100010 | 10101 | 0 | 10011 | 1011001 | 10110 | 110000 | 1010001 | 101011 |
Color Harmonies of #C7A215
Complementary color
Monochromatic Colors of #C7A215
Black with #C7A215
Text Example
Text Example
White with #C7A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A215; }
p { color: rgb(199,162,21); }
H1.HeaderClassName
{
color: #C7A215;
}
.AnyTagClassName
{
color: #C7A215;
}
</style>
background-color css
<style>
a { background-color: #C7A215; }
a { background-color: rgb(199,162,21); }
div.DivClassName
{
background-color: #C7A215;
}
.BgClassName
{
background-color: #C7A215;
}
</style>
border-color css
<style>
span { border-color: #C7A215; }
span { border-color: rgb(199,162,21); }
td.TdClassName
{
border-color: #C7A215;
}
.TagClassName
{
border-color: #C7A215;
}
</style>