Shades of Buddha Gold #C7A006
Tints of Buddha Gold #C7A006
RGB
CMYK
RGB Variations
Color information
#C7A006 (or 0xC7A006) is known color: Buddha Gold. HEX triplet: C7, A0 and 06. RGB value is (199,160,6). Sum of RGB (Red+Green+Blue) = 199+160+6=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A006 is #385FF9. Grayscale: #9A9A9A. Windows color (decimal): -3694586 or 434375. OLE color: 434375.
HSL color Cylindrical-coordinate representation of color #C7A006: hue angle of 47.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7A006 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 6 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.22 |
| HSL | 47.88º | 0.94% | 0.4% | - |
| HSV(B) | 47.88º | 0.97% | 0.78% | - |
| XYZ | 36.16 | 37.3 | 5.47 | - |
| YUV | 154.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 6 | 0 | 0.20 | 0.97 | 0.22 | 47.88 | 0.94 | 0.4 |
| Hex | C7 | A0 | 6 | 0 | 14 | 61 | 16 | 30 | 5E | 28 |
| Octal | 307 | 240 | 6 | 0 | 24 | 141 | 26 | 60 | 136 | 50 |
| Binary | 11000111 | 10100000 | 110 | 0 | 10100 | 1100001 | 10110 | 110000 | 1011110 | 101000 |
Color Harmonies of #C7A006
Complementary color
Monochromatic Colors of #C7A006
Black with #C7A006
Text Example
Text Example
White with #C7A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A006; }
p { color: rgb(199,160,6); }
H1.HeaderClassName
{
color: #C7A006;
}
.AnyTagClassName
{
color: #C7A006;
}
</style>
background-color css
<style>
a { background-color: #C7A006; }
a { background-color: rgb(199,160,6); }
div.DivClassName
{
background-color: #C7A006;
}
.BgClassName
{
background-color: #C7A006;
}
</style>
border-color css
<style>
span { border-color: #C7A006; }
span { border-color: rgb(199,160,6); }
td.TdClassName
{
border-color: #C7A006;
}
.TagClassName
{
border-color: #C7A006;
}
</style>