Shades of Buddha Gold #C7A01E
Tints of Buddha Gold #C7A01E
RGB
CMYK
RGB Variations
Color information
#C7A01E (or 0xC7A01E) is known color: Buddha Gold. HEX triplet: C7, A0 and 1E. RGB value is (199,160,30). Sum of RGB (Red+Green+Blue) = 199+160+30=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A01E is #385FE1. Grayscale: #9D9D9D. Windows color (decimal): -3694562 or 2007239. OLE color: 2007239.
HSL color Cylindrical-coordinate representation of color #C7A01E: hue angle of 46.15º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7A01E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 30 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.22 |
| HSL | 46.15º | 0.74% | 0.45% | - |
| HSV(B) | 46.15º | 0.85% | 0.78% | - |
| XYZ | 36.36 | 37.38 | 6.53 | - |
| YUV | 156.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 30 | 0 | 0.20 | 0.85 | 0.22 | 46.15 | 0.74 | 0.45 |
| Hex | C7 | A0 | 1E | 0 | 14 | 55 | 16 | 2E | 4A | 2D |
| Octal | 307 | 240 | 36 | 0 | 24 | 125 | 26 | 56 | 112 | 55 |
| Binary | 11000111 | 10100000 | 11110 | 0 | 10100 | 1010101 | 10110 | 101110 | 1001010 | 101101 |
Color Harmonies of #C7A01E
Complementary color
Monochromatic Colors of #C7A01E
Black with #C7A01E
Text Example
Text Example
White with #C7A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A01E; }
p { color: rgb(199,160,30); }
H1.HeaderClassName
{
color: #C7A01E;
}
.AnyTagClassName
{
color: #C7A01E;
}
</style>
background-color css
<style>
a { background-color: #C7A01E; }
a { background-color: rgb(199,160,30); }
div.DivClassName
{
background-color: #C7A01E;
}
.BgClassName
{
background-color: #C7A01E;
}
</style>
border-color css
<style>
span { border-color: #C7A01E; }
span { border-color: rgb(199,160,30); }
td.TdClassName
{
border-color: #C7A01E;
}
.TagClassName
{
border-color: #C7A01E;
}
</style>