Shades of Buddha Gold #C7A301
Tints of Buddha Gold #C7A301
RGB
CMYK
RGB Variations
Color information
#C7A301 (or 0xC7A301) is known color: Buddha Gold. HEX triplet: C7, A3 and 01. RGB value is (199,163,1). Sum of RGB (Red+Green+Blue) = 199+163+1=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A301 is #385CFE. Grayscale: #9B9B9B. Windows color (decimal): -3693823 or 107463. OLE color: 107463.
HSL color Cylindrical-coordinate representation of color #C7A301: hue angle of 49.09º 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 #C7A301 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.22 |
| HSL | 49.09º | 0.99% | 0.39% | - |
| HSV(B) | 49.09º | 0.99% | 0.78% | - |
| XYZ | 36.66 | 38.34 | 5.5 | - |
| YUV | 155.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 1 | 0 | 0.18 | 0.99 | 0.22 | 49.09 | 0.99 | 0.39 |
| Hex | C7 | A3 | 1 | 0 | 12 | 63 | 16 | 31 | 63 | 27 |
| Octal | 307 | 243 | 1 | 0 | 22 | 143 | 26 | 61 | 143 | 47 |
| Binary | 11000111 | 10100011 | 1 | 0 | 10010 | 1100011 | 10110 | 110001 | 1100011 | 100111 |
Color Harmonies of #C7A301
Complementary color
Monochromatic Colors of #C7A301
Black with #C7A301
Text Example
Text Example
White with #C7A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A301; }
p { color: rgb(199,163,1); }
H1.HeaderClassName
{
color: #C7A301;
}
.AnyTagClassName
{
color: #C7A301;
}
</style>
background-color css
<style>
a { background-color: #C7A301; }
a { background-color: rgb(199,163,1); }
div.DivClassName
{
background-color: #C7A301;
}
.BgClassName
{
background-color: #C7A301;
}
</style>
border-color css
<style>
span { border-color: #C7A301; }
span { border-color: rgb(199,163,1); }
td.TdClassName
{
border-color: #C7A301;
}
.TagClassName
{
border-color: #C7A301;
}
</style>