Shades of Buddha Gold #C7A110
Tints of Buddha Gold #C7A110
RGB
CMYK
RGB Variations
Color information
#C7A110 (or 0xC7A110) is known color: Buddha Gold. HEX triplet: C7, A1 and 10. RGB value is (199,161,16). Sum of RGB (Red+Green+Blue) = 199+161+16=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A110 is #385EEF. Grayscale: #9C9C9C. Windows color (decimal): -3694320 or 1089991. OLE color: 1089991.
HSL color Cylindrical-coordinate representation of color #C7A110: hue angle of 47.54º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7A110 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.22 |
| HSL | 47.54º | 0.85% | 0.42% | - |
| HSV(B) | 47.54º | 0.92% | 0.78% | - |
| XYZ | 36.39 | 37.67 | 5.84 | - |
| YUV | 155.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 16 | 0 | 0.19 | 0.92 | 0.22 | 47.54 | 0.85 | 0.42 |
| Hex | C7 | A1 | 10 | 0 | 13 | 5C | 16 | 30 | 55 | 2A |
| Octal | 307 | 241 | 20 | 0 | 23 | 134 | 26 | 60 | 125 | 52 |
| Binary | 11000111 | 10100001 | 10000 | 0 | 10011 | 1011100 | 10110 | 110000 | 1010101 | 101010 |
Color Harmonies of #C7A110
Complementary color
Monochromatic Colors of #C7A110
Black with #C7A110
Text Example
Text Example
White with #C7A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A110; }
p { color: rgb(199,161,16); }
H1.HeaderClassName
{
color: #C7A110;
}
.AnyTagClassName
{
color: #C7A110;
}
</style>
background-color css
<style>
a { background-color: #C7A110; }
a { background-color: rgb(199,161,16); }
div.DivClassName
{
background-color: #C7A110;
}
.BgClassName
{
background-color: #C7A110;
}
</style>
border-color css
<style>
span { border-color: #C7A110; }
span { border-color: rgb(199,161,16); }
td.TdClassName
{
border-color: #C7A110;
}
.TagClassName
{
border-color: #C7A110;
}
</style>