Shades of Buddha Gold #C7A416
Tints of Buddha Gold #C7A416
RGB
CMYK
RGB Variations
Color information
#C7A416 (or 0xC7A416) is known color: Buddha Gold. HEX triplet: C7, A4 and 16. RGB value is (199,164,22). Sum of RGB (Red+Green+Blue) = 199+164+22=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A416 is #385BE9. Grayscale: #9E9E9E. Windows color (decimal): -3693546 or 1483975. OLE color: 1483975.
HSL color Cylindrical-coordinate representation of color #C7A416: hue angle of 48.14º 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 #C7A416 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 22 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.22 |
| HSL | 48.14º | 0.8% | 0.43% | - |
| HSV(B) | 48.14º | 0.89% | 0.78% | - |
| XYZ | 36.97 | 38.75 | 6.29 | - |
| YUV | 158.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 22 | 0 | 0.18 | 0.89 | 0.22 | 48.14 | 0.8 | 0.43 |
| Hex | C7 | A4 | 16 | 0 | 12 | 59 | 16 | 30 | 50 | 2B |
| Octal | 307 | 244 | 26 | 0 | 22 | 131 | 26 | 60 | 120 | 53 |
| Binary | 11000111 | 10100100 | 10110 | 0 | 10010 | 1011001 | 10110 | 110000 | 1010000 | 101011 |
Color Harmonies of #C7A416
Complementary color
Monochromatic Colors of #C7A416
Black with #C7A416
Text Example
Text Example
White with #C7A416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A416; }
p { color: rgb(199,164,22); }
H1.HeaderClassName
{
color: #C7A416;
}
.AnyTagClassName
{
color: #C7A416;
}
</style>
background-color css
<style>
a { background-color: #C7A416; }
a { background-color: rgb(199,164,22); }
div.DivClassName
{
background-color: #C7A416;
}
.BgClassName
{
background-color: #C7A416;
}
</style>
border-color css
<style>
span { border-color: #C7A416; }
span { border-color: rgb(199,164,22); }
td.TdClassName
{
border-color: #C7A416;
}
.TagClassName
{
border-color: #C7A416;
}
</style>