Shades of Buddha Gold #C7A616
Tints of Buddha Gold #C7A616
RGB
CMYK
RGB Variations
Color information
#C7A616 (or 0xC7A616) is known color: Buddha Gold. HEX triplet: C7, A6 and 16. RGB value is (199,166,22). Sum of RGB (Red+Green+Blue) = 199+166+22=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A616 is #3859E9. Grayscale: #A0A0A0. Windows color (decimal): -3693034 or 1484487. OLE color: 1484487.
HSL color Cylindrical-coordinate representation of color #C7A616: hue angle of 48.81º 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 #C7A616 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 22 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.22 |
| HSL | 48.81º | 0.8% | 0.43% | - |
| HSV(B) | 48.81º | 0.89% | 0.78% | - |
| XYZ | 37.33 | 39.47 | 6.41 | - |
| YUV | 159.45 | 50.43 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 22 | 0 | 0.17 | 0.89 | 0.22 | 48.81 | 0.8 | 0.43 |
| Hex | C7 | A6 | 16 | 0 | 11 | 59 | 16 | 31 | 50 | 2B |
| Octal | 307 | 246 | 26 | 0 | 21 | 131 | 26 | 61 | 120 | 53 |
| Binary | 11000111 | 10100110 | 10110 | 0 | 10001 | 1011001 | 10110 | 110001 | 1010000 | 101011 |
Color Harmonies of #C7A616
Complementary color
Monochromatic Colors of #C7A616
Black with #C7A616
Text Example
Text Example
White with #C7A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A616; }
p { color: rgb(199,166,22); }
H1.HeaderClassName
{
color: #C7A616;
}
.AnyTagClassName
{
color: #C7A616;
}
</style>
background-color css
<style>
a { background-color: #C7A616; }
a { background-color: rgb(199,166,22); }
div.DivClassName
{
background-color: #C7A616;
}
.BgClassName
{
background-color: #C7A616;
}
</style>
border-color css
<style>
span { border-color: #C7A616; }
span { border-color: rgb(199,166,22); }
td.TdClassName
{
border-color: #C7A616;
}
.TagClassName
{
border-color: #C7A616;
}
</style>