Shades of Buddha Gold #C7A510
Tints of Buddha Gold #C7A510
RGB
CMYK
RGB Variations
Color information
#C7A510 (or 0xC7A510) is known color: Buddha Gold. HEX triplet: C7, A5 and 10. RGB value is (199,165,16). Sum of RGB (Red+Green+Blue) = 199+165+16=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A510 is #385AEF. Grayscale: #9E9E9E. Windows color (decimal): -3693296 or 1091015. OLE color: 1091015.
HSL color Cylindrical-coordinate representation of color #C7A510: hue angle of 48.85º 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 #C7A510 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.22 |
| HSL | 48.85º | 0.85% | 0.42% | - |
| HSV(B) | 48.85º | 0.92% | 0.78% | - |
| XYZ | 37.1 | 39.09 | 6.08 | - |
| YUV | 158.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 16 | 0 | 0.17 | 0.92 | 0.22 | 48.85 | 0.85 | 0.42 |
| Hex | C7 | A5 | 10 | 0 | 11 | 5C | 16 | 31 | 55 | 2A |
| Octal | 307 | 245 | 20 | 0 | 21 | 134 | 26 | 61 | 125 | 52 |
| Binary | 11000111 | 10100101 | 10000 | 0 | 10001 | 1011100 | 10110 | 110001 | 1010101 | 101010 |
Color Harmonies of #C7A510
Complementary color
Monochromatic Colors of #C7A510
Black with #C7A510
Text Example
Text Example
White with #C7A510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A510; }
p { color: rgb(199,165,16); }
H1.HeaderClassName
{
color: #C7A510;
}
.AnyTagClassName
{
color: #C7A510;
}
</style>
background-color css
<style>
a { background-color: #C7A510; }
a { background-color: rgb(199,165,16); }
div.DivClassName
{
background-color: #C7A510;
}
.BgClassName
{
background-color: #C7A510;
}
</style>
border-color css
<style>
span { border-color: #C7A510; }
span { border-color: rgb(199,165,16); }
td.TdClassName
{
border-color: #C7A510;
}
.TagClassName
{
border-color: #C7A510;
}
</style>