Shades of Buddha Gold #C7A406
Tints of Buddha Gold #C7A406
RGB
CMYK
RGB Variations
Color information
#C7A406 (or 0xC7A406) is known color: Buddha Gold. HEX triplet: C7, A4 and 06. RGB value is (199,164,6). Sum of RGB (Red+Green+Blue) = 199+164+6=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A406 is #385BF9. Grayscale: #9D9D9D. Windows color (decimal): -3693562 or 435399. OLE color: 435399.
HSL color Cylindrical-coordinate representation of color #C7A406: hue angle of 49.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7A406 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.22 |
| HSL | 49.12º | 0.94% | 0.4% | - |
| HSV(B) | 49.12º | 0.97% | 0.78% | - |
| XYZ | 36.86 | 38.71 | 5.7 | - |
| YUV | 156.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 6 | 0 | 0.18 | 0.97 | 0.22 | 49.12 | 0.94 | 0.4 |
| Hex | C7 | A4 | 6 | 0 | 12 | 61 | 16 | 31 | 5E | 28 |
| Octal | 307 | 244 | 6 | 0 | 22 | 141 | 26 | 61 | 136 | 50 |
| Binary | 11000111 | 10100100 | 110 | 0 | 10010 | 1100001 | 10110 | 110001 | 1011110 | 101000 |
Color Harmonies of #C7A406
Complementary color
Monochromatic Colors of #C7A406
Black with #C7A406
Text Example
Text Example
White with #C7A406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A406; }
p { color: rgb(199,164,6); }
H1.HeaderClassName
{
color: #C7A406;
}
.AnyTagClassName
{
color: #C7A406;
}
</style>
background-color css
<style>
a { background-color: #C7A406; }
a { background-color: rgb(199,164,6); }
div.DivClassName
{
background-color: #C7A406;
}
.BgClassName
{
background-color: #C7A406;
}
</style>
border-color css
<style>
span { border-color: #C7A406; }
span { border-color: rgb(199,164,6); }
td.TdClassName
{
border-color: #C7A406;
}
.TagClassName
{
border-color: #C7A406;
}
</style>