Shades of Buddha Gold #C7A105
Tints of Buddha Gold #C7A105
RGB
CMYK
RGB Variations
Color information
#C7A105 (or 0xC7A105) is known color: Buddha Gold. HEX triplet: C7, A1 and 05. RGB value is (199,161,5). Sum of RGB (Red+Green+Blue) = 199+161+5=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A105 is #385EFA. Grayscale: #9B9B9B. Windows color (decimal): -3694331 or 369095. OLE color: 369095.
HSL color Cylindrical-coordinate representation of color #C7A105: hue angle of 48.25º degrees, saturation: 0.95, 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 #C7A105 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.22 |
| HSL | 48.25º | 0.95% | 0.4% | - |
| HSV(B) | 48.25º | 0.97% | 0.78% | - |
| XYZ | 36.33 | 37.64 | 5.49 | - |
| YUV | 154.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 5 | 0 | 0.19 | 0.97 | 0.22 | 48.25 | 0.95 | 0.4 |
| Hex | C7 | A1 | 5 | 0 | 13 | 61 | 16 | 30 | 5F | 28 |
| Octal | 307 | 241 | 5 | 0 | 23 | 141 | 26 | 60 | 137 | 50 |
| Binary | 11000111 | 10100001 | 101 | 0 | 10011 | 1100001 | 10110 | 110000 | 1011111 | 101000 |
Color Harmonies of #C7A105
Complementary color
Monochromatic Colors of #C7A105
Black with #C7A105
Text Example
Text Example
White with #C7A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A105; }
p { color: rgb(199,161,5); }
H1.HeaderClassName
{
color: #C7A105;
}
.AnyTagClassName
{
color: #C7A105;
}
</style>
background-color css
<style>
a { background-color: #C7A105; }
a { background-color: rgb(199,161,5); }
div.DivClassName
{
background-color: #C7A105;
}
.BgClassName
{
background-color: #C7A105;
}
</style>
border-color css
<style>
span { border-color: #C7A105; }
span { border-color: rgb(199,161,5); }
td.TdClassName
{
border-color: #C7A105;
}
.TagClassName
{
border-color: #C7A105;
}
</style>