Shades of Buddha Gold #C7A716
Tints of Buddha Gold #C7A716
RGB
CMYK
RGB Variations
Color information
#C7A716 (or 0xC7A716) is known color: Buddha Gold. HEX triplet: C7, A7 and 16. RGB value is (199,167,22). Sum of RGB (Red+Green+Blue) = 199+167+22=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A716 is #3858E9. Grayscale: #A0A0A0. Windows color (decimal): -3692778 or 1484743. OLE color: 1484743.
HSL color Cylindrical-coordinate representation of color #C7A716: hue angle of 49.15º 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 #C7A716 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.22 |
| HSL | 49.15º | 0.8% | 0.43% | - |
| HSV(B) | 49.15º | 0.89% | 0.78% | - |
| XYZ | 37.52 | 39.84 | 6.47 | - |
| YUV | 160.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 22 | 0 | 0.16 | 0.89 | 0.22 | 49.15 | 0.8 | 0.43 |
| Hex | C7 | A7 | 16 | 0 | 10 | 59 | 16 | 31 | 50 | 2B |
| Octal | 307 | 247 | 26 | 0 | 20 | 131 | 26 | 61 | 120 | 53 |
| Binary | 11000111 | 10100111 | 10110 | 0 | 10000 | 1011001 | 10110 | 110001 | 1010000 | 101011 |
Color Harmonies of #C7A716
Complementary color
Monochromatic Colors of #C7A716
Black with #C7A716
Text Example
Text Example
White with #C7A716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A716; }
p { color: rgb(199,167,22); }
H1.HeaderClassName
{
color: #C7A716;
}
.AnyTagClassName
{
color: #C7A716;
}
</style>
background-color css
<style>
a { background-color: #C7A716; }
a { background-color: rgb(199,167,22); }
div.DivClassName
{
background-color: #C7A716;
}
.BgClassName
{
background-color: #C7A716;
}
</style>
border-color css
<style>
span { border-color: #C7A716; }
span { border-color: rgb(199,167,22); }
td.TdClassName
{
border-color: #C7A716;
}
.TagClassName
{
border-color: #C7A716;
}
</style>