Shades of Buddha Gold #C7A116
Tints of Buddha Gold #C7A116
RGB
CMYK
RGB Variations
Color information
#C7A116 (or 0xC7A116) is known color: Buddha Gold. HEX triplet: C7, A1 and 16. RGB value is (199,161,22). Sum of RGB (Red+Green+Blue) = 199+161+22=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A116 is #385EE9. Grayscale: #9D9D9D. Windows color (decimal): -3694314 or 1483207. OLE color: 1483207.
HSL color Cylindrical-coordinate representation of color #C7A116: hue angle of 47.12º degrees, saturation: 0.8, 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 #C7A116 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 22 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.22 |
| HSL | 47.12º | 0.8% | 0.43% | - |
| HSV(B) | 47.12º | 0.89% | 0.78% | - |
| XYZ | 36.44 | 37.69 | 6.11 | - |
| YUV | 156.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 22 | 0 | 0.19 | 0.89 | 0.22 | 47.12 | 0.8 | 0.43 |
| Hex | C7 | A1 | 16 | 0 | 13 | 59 | 16 | 2F | 50 | 2B |
| Octal | 307 | 241 | 26 | 0 | 23 | 131 | 26 | 57 | 120 | 53 |
| Binary | 11000111 | 10100001 | 10110 | 0 | 10011 | 1011001 | 10110 | 101111 | 1010000 | 101011 |
Color Harmonies of #C7A116
Complementary color
Monochromatic Colors of #C7A116
Black with #C7A116
Text Example
Text Example
White with #C7A116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A116; }
p { color: rgb(199,161,22); }
H1.HeaderClassName
{
color: #C7A116;
}
.AnyTagClassName
{
color: #C7A116;
}
</style>
background-color css
<style>
a { background-color: #C7A116; }
a { background-color: rgb(199,161,22); }
div.DivClassName
{
background-color: #C7A116;
}
.BgClassName
{
background-color: #C7A116;
}
</style>
border-color css
<style>
span { border-color: #C7A116; }
span { border-color: rgb(199,161,22); }
td.TdClassName
{
border-color: #C7A116;
}
.TagClassName
{
border-color: #C7A116;
}
</style>