Shades of Buddha Gold #C5A105
Tints of Buddha Gold #C5A105
RGB
CMYK
RGB Variations
Color information
#C5A105 (or 0xC5A105) is known color: Buddha Gold. HEX triplet: C5, A1 and 05. RGB value is (197,161,5). Sum of RGB (Red+Green+Blue) = 197+161+5=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A105 is #3A5EFA. Grayscale: #9A9A9A. Windows color (decimal): -3825403 or 369093. OLE color: 369093.
HSL color Cylindrical-coordinate representation of color #C5A105: hue angle of 48.75º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5A105 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 5 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.23 |
| HSL | 48.75º | 0.95% | 0.4% | - |
| HSV(B) | 48.75º | 0.97% | 0.77% | - |
| XYZ | 35.8 | 37.37 | 5.47 | - |
| YUV | 153.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 5 | 0 | 0.18 | 0.97 | 0.23 | 48.75 | 0.95 | 0.4 |
| Hex | C5 | A1 | 5 | 0 | 12 | 61 | 17 | 31 | 5F | 28 |
| Octal | 305 | 241 | 5 | 0 | 22 | 141 | 27 | 61 | 137 | 50 |
| Binary | 11000101 | 10100001 | 101 | 0 | 10010 | 1100001 | 10111 | 110001 | 1011111 | 101000 |
Color Harmonies of #C5A105
Complementary color
Monochromatic Colors of #C5A105
Black with #C5A105
Text Example
Text Example
White with #C5A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A105; }
p { color: rgb(197,161,5); }
H1.HeaderClassName
{
color: #C5A105;
}
.AnyTagClassName
{
color: #C5A105;
}
</style>
background-color css
<style>
a { background-color: #C5A105; }
a { background-color: rgb(197,161,5); }
div.DivClassName
{
background-color: #C5A105;
}
.BgClassName
{
background-color: #C5A105;
}
</style>
border-color css
<style>
span { border-color: #C5A105; }
span { border-color: rgb(197,161,5); }
td.TdClassName
{
border-color: #C5A105;
}
.TagClassName
{
border-color: #C5A105;
}
</style>