Shades of Buddha Gold #C7A601
Tints of Buddha Gold #C7A601
RGB
CMYK
RGB Variations
Color information
#C7A601 (or 0xC7A601) is known color: Buddha Gold. HEX triplet: C7, A6 and 01. RGB value is (199,166,1). Sum of RGB (Red+Green+Blue) = 199+166+1=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A601 is #3859FE. Grayscale: #9D9D9D. Windows color (decimal): -3693055 or 108231. OLE color: 108231.
HSL color Cylindrical-coordinate representation of color #C7A601: hue angle of 50º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7A601 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.22 |
| HSL | 50º | 0.99% | 0.39% | - |
| HSV(B) | 50º | 0.99% | 0.78% | - |
| XYZ | 37.19 | 39.42 | 5.68 | - |
| YUV | 157.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 1 | 0 | 0.17 | 0.99 | 0.22 | 50 | 0.99 | 0.39 |
| Hex | C7 | A6 | 1 | 0 | 11 | 63 | 16 | 32 | 63 | 27 |
| Octal | 307 | 246 | 1 | 0 | 21 | 143 | 26 | 62 | 143 | 47 |
| Binary | 11000111 | 10100110 | 1 | 0 | 10001 | 1100011 | 10110 | 110010 | 1100011 | 100111 |
Color Harmonies of #C7A601
Complementary color
Monochromatic Colors of #C7A601
Black with #C7A601
Text Example
Text Example
White with #C7A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A601; }
p { color: rgb(199,166,1); }
H1.HeaderClassName
{
color: #C7A601;
}
.AnyTagClassName
{
color: #C7A601;
}
</style>
background-color css
<style>
a { background-color: #C7A601; }
a { background-color: rgb(199,166,1); }
div.DivClassName
{
background-color: #C7A601;
}
.BgClassName
{
background-color: #C7A601;
}
</style>
border-color css
<style>
span { border-color: #C7A601; }
span { border-color: rgb(199,166,1); }
td.TdClassName
{
border-color: #C7A601;
}
.TagClassName
{
border-color: #C7A601;
}
</style>