Shades of Buddha Gold #C7A816
Tints of Buddha Gold #C7A816
RGB
CMYK
RGB Variations
Color information
#C7A816 (or 0xC7A816) is known color: Buddha Gold. HEX triplet: C7, A8 and 16. RGB value is (199,168,22). Sum of RGB (Red+Green+Blue) = 199+168+22=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A816 is #3857E9. Grayscale: #A1A1A1. Windows color (decimal): -3692522 or 1484999. OLE color: 1484999.
HSL color Cylindrical-coordinate representation of color #C7A816: hue angle of 49.49º 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 #C7A816 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.22 |
| HSL | 49.49º | 0.8% | 0.43% | - |
| HSV(B) | 49.49º | 0.89% | 0.78% | - |
| XYZ | 37.7 | 40.21 | 6.53 | - |
| YUV | 160.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 22 | 0 | 0.16 | 0.89 | 0.22 | 49.49 | 0.8 | 0.43 |
| Hex | C7 | A8 | 16 | 0 | 10 | 59 | 16 | 31 | 50 | 2B |
| Octal | 307 | 250 | 26 | 0 | 20 | 131 | 26 | 61 | 120 | 53 |
| Binary | 11000111 | 10101000 | 10110 | 0 | 10000 | 1011001 | 10110 | 110001 | 1010000 | 101011 |
Color Harmonies of #C7A816
Complementary color
Monochromatic Colors of #C7A816
Black with #C7A816
Text Example
Text Example
White with #C7A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A816; }
p { color: rgb(199,168,22); }
H1.HeaderClassName
{
color: #C7A816;
}
.AnyTagClassName
{
color: #C7A816;
}
</style>
background-color css
<style>
a { background-color: #C7A816; }
a { background-color: rgb(199,168,22); }
div.DivClassName
{
background-color: #C7A816;
}
.BgClassName
{
background-color: #C7A816;
}
</style>
border-color css
<style>
span { border-color: #C7A816; }
span { border-color: rgb(199,168,22); }
td.TdClassName
{
border-color: #C7A816;
}
.TagClassName
{
border-color: #C7A816;
}
</style>