Shades of Buddha Gold #C7A511
Tints of Buddha Gold #C7A511
RGB
CMYK
RGB Variations
Color information
#C7A511 (or 0xC7A511) is known color: Buddha Gold. HEX triplet: C7, A5 and 11. RGB value is (199,165,17). Sum of RGB (Red+Green+Blue) = 199+165+17=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A511 is #385AEE. Grayscale: #9E9E9E. Windows color (decimal): -3693295 or 1156551. OLE color: 1156551.
HSL color Cylindrical-coordinate representation of color #C7A511: hue angle of 48.79º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7A511 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 17 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.22 |
| HSL | 48.79º | 0.84% | 0.42% | - |
| HSV(B) | 48.79º | 0.91% | 0.78% | - |
| XYZ | 37.11 | 39.09 | 6.12 | - |
| YUV | 158.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 17 | 0 | 0.17 | 0.91 | 0.22 | 48.79 | 0.84 | 0.42 |
| Hex | C7 | A5 | 11 | 0 | 11 | 5B | 16 | 31 | 54 | 2A |
| Octal | 307 | 245 | 21 | 0 | 21 | 133 | 26 | 61 | 124 | 52 |
| Binary | 11000111 | 10100101 | 10001 | 0 | 10001 | 1011011 | 10110 | 110001 | 1010100 | 101010 |
Color Harmonies of #C7A511
Complementary color
Monochromatic Colors of #C7A511
Black with #C7A511
Text Example
Text Example
White with #C7A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A511; }
p { color: rgb(199,165,17); }
H1.HeaderClassName
{
color: #C7A511;
}
.AnyTagClassName
{
color: #C7A511;
}
</style>
background-color css
<style>
a { background-color: #C7A511; }
a { background-color: rgb(199,165,17); }
div.DivClassName
{
background-color: #C7A511;
}
.BgClassName
{
background-color: #C7A511;
}
</style>
border-color css
<style>
span { border-color: #C7A511; }
span { border-color: rgb(199,165,17); }
td.TdClassName
{
border-color: #C7A511;
}
.TagClassName
{
border-color: #C7A511;
}
</style>