Shades of Buddha Gold #C7A210
Tints of Buddha Gold #C7A210
RGB
CMYK
RGB Variations
Color information
#C7A210 (or 0xC7A210) is known color: Buddha Gold. HEX triplet: C7, A2 and 10. RGB value is (199,162,16). Sum of RGB (Red+Green+Blue) = 199+162+16=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A210 is #385DEF. Grayscale: #9D9D9D. Windows color (decimal): -3694064 or 1090247. OLE color: 1090247.
HSL color Cylindrical-coordinate representation of color #C7A210: hue angle of 47.87º 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 #C7A210 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.22 |
| HSL | 47.87º | 0.85% | 0.42% | - |
| HSV(B) | 47.87º | 0.92% | 0.78% | - |
| XYZ | 36.57 | 38.02 | 5.9 | - |
| YUV | 156.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 16 | 0 | 0.19 | 0.92 | 0.22 | 47.87 | 0.85 | 0.42 |
| Hex | C7 | A2 | 10 | 0 | 13 | 5C | 16 | 30 | 55 | 2A |
| Octal | 307 | 242 | 20 | 0 | 23 | 134 | 26 | 60 | 125 | 52 |
| Binary | 11000111 | 10100010 | 10000 | 0 | 10011 | 1011100 | 10110 | 110000 | 1010101 | 101010 |
Color Harmonies of #C7A210
Complementary color
Monochromatic Colors of #C7A210
Black with #C7A210
Text Example
Text Example
White with #C7A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A210; }
p { color: rgb(199,162,16); }
H1.HeaderClassName
{
color: #C7A210;
}
.AnyTagClassName
{
color: #C7A210;
}
</style>
background-color css
<style>
a { background-color: #C7A210; }
a { background-color: rgb(199,162,16); }
div.DivClassName
{
background-color: #C7A210;
}
.BgClassName
{
background-color: #C7A210;
}
</style>
border-color css
<style>
span { border-color: #C7A210; }
span { border-color: rgb(199,162,16); }
td.TdClassName
{
border-color: #C7A210;
}
.TagClassName
{
border-color: #C7A210;
}
</style>