Shades of Buddha Gold #C5A100
Tints of Buddha Gold #C5A100
RGB
CMYK
RGB Variations
Color information
#C5A100 (or 0xC5A100) is known color: Buddha Gold. HEX triplet: C5, A1 and 00. RGB value is (197,161,0). Sum of RGB (Red+Green+Blue) = 197+161+0=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A100 is #3A5EFF. Grayscale: #9A9A9A. Windows color (decimal): -3825408 or 41413. OLE color: 41413.
HSL color Cylindrical-coordinate representation of color #C5A100: hue angle of 49.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5A100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.23 |
| HSL | 49.04º | 1% | 0.39% | - |
| HSV(B) | 49.04º | 1% | 0.77% | - |
| XYZ | 35.77 | 37.36 | 5.33 | - |
| YUV | 153.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 0 | 0 | 0.18 | 1 | 0.23 | 49.04 | 1 | 0.39 |
| Hex | C5 | A1 | 0 | 0 | 12 | 64 | 17 | 31 | 64 | 27 |
| Octal | 305 | 241 | 0 | 0 | 22 | 144 | 27 | 61 | 144 | 47 |
| Binary | 11000101 | 10100001 | 0 | 0 | 10010 | 1100100 | 10111 | 110001 | 1100100 | 100111 |
Color Harmonies of #C5A100
Complementary color
Monochromatic Colors of #C5A100
Black with #C5A100
Text Example
Text Example
White with #C5A100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A100; }
p { color: rgb(197,161,0); }
H1.HeaderClassName
{
color: #C5A100;
}
.AnyTagClassName
{
color: #C5A100;
}
</style>
background-color css
<style>
a { background-color: #C5A100; }
a { background-color: rgb(197,161,0); }
div.DivClassName
{
background-color: #C5A100;
}
.BgClassName
{
background-color: #C5A100;
}
</style>
border-color css
<style>
span { border-color: #C5A100; }
span { border-color: rgb(197,161,0); }
td.TdClassName
{
border-color: #C5A100;
}
.TagClassName
{
border-color: #C5A100;
}
</style>