Shades of Buddha Gold #C7A417
Tints of Buddha Gold #C7A417
RGB
CMYK
RGB Variations
Color information
#C7A417 (or 0xC7A417) is known color: Buddha Gold. HEX triplet: C7, A4 and 17. RGB value is (199,164,23). Sum of RGB (Red+Green+Blue) = 199+164+23=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A417 is #385BE8. Grayscale: #9E9E9E. Windows color (decimal): -3693545 or 1549511. OLE color: 1549511.
HSL color Cylindrical-coordinate representation of color #C7A417: hue angle of 48.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7A417 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 23 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.22 |
| HSL | 48.07º | 0.79% | 0.44% | - |
| HSV(B) | 48.07º | 0.88% | 0.78% | - |
| XYZ | 36.98 | 38.75 | 6.34 | - |
| YUV | 158.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 23 | 0 | 0.18 | 0.88 | 0.22 | 48.07 | 0.79 | 0.44 |
| Hex | C7 | A4 | 17 | 0 | 12 | 58 | 16 | 30 | 4F | 2C |
| Octal | 307 | 244 | 27 | 0 | 22 | 130 | 26 | 60 | 117 | 54 |
| Binary | 11000111 | 10100100 | 10111 | 0 | 10010 | 1011000 | 10110 | 110000 | 1001111 | 101100 |
Color Harmonies of #C7A417
Complementary color
Monochromatic Colors of #C7A417
Black with #C7A417
Text Example
Text Example
White with #C7A417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A417; }
p { color: rgb(199,164,23); }
H1.HeaderClassName
{
color: #C7A417;
}
.AnyTagClassName
{
color: #C7A417;
}
</style>
background-color css
<style>
a { background-color: #C7A417; }
a { background-color: rgb(199,164,23); }
div.DivClassName
{
background-color: #C7A417;
}
.BgClassName
{
background-color: #C7A417;
}
</style>
border-color css
<style>
span { border-color: #C7A417; }
span { border-color: rgb(199,164,23); }
td.TdClassName
{
border-color: #C7A417;
}
.TagClassName
{
border-color: #C7A417;
}
</style>