Shades of Buddha Gold #C7A101
Tints of Buddha Gold #C7A101
RGB
CMYK
RGB Variations
Color information
#C7A101 (or 0xC7A101) is known color: Buddha Gold. HEX triplet: C7, A1 and 01. RGB value is (199,161,1). Sum of RGB (Red+Green+Blue) = 199+161+1=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A101 is #385EFE. Grayscale: #9A9A9A. Windows color (decimal): -3694335 or 106951. OLE color: 106951.
HSL color Cylindrical-coordinate representation of color #C7A101: hue angle of 48.48º 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 #C7A101 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.22 |
| HSL | 48.48º | 0.99% | 0.39% | - |
| HSV(B) | 48.48º | 0.99% | 0.78% | - |
| XYZ | 36.3 | 37.63 | 5.38 | - |
| YUV | 154.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 1 | 0 | 0.19 | 0.99 | 0.22 | 48.48 | 0.99 | 0.39 |
| Hex | C7 | A1 | 1 | 0 | 13 | 63 | 16 | 30 | 63 | 27 |
| Octal | 307 | 241 | 1 | 0 | 23 | 143 | 26 | 60 | 143 | 47 |
| Binary | 11000111 | 10100001 | 1 | 0 | 10011 | 1100011 | 10110 | 110000 | 1100011 | 100111 |
Color Harmonies of #C7A101
Complementary color
Monochromatic Colors of #C7A101
Black with #C7A101
Text Example
Text Example
White with #C7A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A101; }
p { color: rgb(199,161,1); }
H1.HeaderClassName
{
color: #C7A101;
}
.AnyTagClassName
{
color: #C7A101;
}
</style>
background-color css
<style>
a { background-color: #C7A101; }
a { background-color: rgb(199,161,1); }
div.DivClassName
{
background-color: #C7A101;
}
.BgClassName
{
background-color: #C7A101;
}
</style>
border-color css
<style>
span { border-color: #C7A101; }
span { border-color: rgb(199,161,1); }
td.TdClassName
{
border-color: #C7A101;
}
.TagClassName
{
border-color: #C7A101;
}
</style>