Shades of Buddha Gold #C5A319
Tints of Buddha Gold #C5A319
RGB
CMYK
RGB Variations
Color information
#C5A319 (or 0xC5A319) is known color: Buddha Gold. HEX triplet: C5, A3 and 19. RGB value is (197,163,25). Sum of RGB (Red+Green+Blue) = 197+163+25=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A319 is #3A5CE6. Grayscale: #9E9E9E. Windows color (decimal): -3824871 or 1680325. OLE color: 1680325.
HSL color Cylindrical-coordinate representation of color #C5A319: hue angle of 48.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5A319 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 25 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.23 |
| HSL | 48.14º | 0.77% | 0.44% | - |
| HSV(B) | 48.14º | 0.87% | 0.77% | - |
| XYZ | 36.3 | 38.13 | 6.37 | - |
| YUV | 157.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 25 | 0 | 0.17 | 0.87 | 0.23 | 48.14 | 0.77 | 0.44 |
| Hex | C5 | A3 | 19 | 0 | 11 | 57 | 17 | 30 | 4D | 2C |
| Octal | 305 | 243 | 31 | 0 | 21 | 127 | 27 | 60 | 115 | 54 |
| Binary | 11000101 | 10100011 | 11001 | 0 | 10001 | 1010111 | 10111 | 110000 | 1001101 | 101100 |
Color Harmonies of #C5A319
Complementary color
Monochromatic Colors of #C5A319
Black with #C5A319
Text Example
Text Example
White with #C5A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A319; }
p { color: rgb(197,163,25); }
H1.HeaderClassName
{
color: #C5A319;
}
.AnyTagClassName
{
color: #C5A319;
}
</style>
background-color css
<style>
a { background-color: #C5A319; }
a { background-color: rgb(197,163,25); }
div.DivClassName
{
background-color: #C5A319;
}
.BgClassName
{
background-color: #C5A319;
}
</style>
border-color css
<style>
span { border-color: #C5A319; }
span { border-color: rgb(197,163,25); }
td.TdClassName
{
border-color: #C5A319;
}
.TagClassName
{
border-color: #C5A319;
}
</style>