Shades of Buddha Gold #C5A805
Tints of Buddha Gold #C5A805
RGB
CMYK
RGB Variations
Color information
#C5A805 (or 0xC5A805) is known color: Buddha Gold. HEX triplet: C5, A8 and 05. RGB value is (197,168,5). Sum of RGB (Red+Green+Blue) = 197+168+5=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A805 is #3A57FA. Grayscale: #9E9E9E. Windows color (decimal): -3823611 or 370885. OLE color: 370885.
HSL color Cylindrical-coordinate representation of color #C5A805: hue angle of 50.94º 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 #C5A805 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 5 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.23 |
| HSL | 50.94º | 0.95% | 0.4% | - |
| HSV(B) | 50.94º | 0.97% | 0.77% | - |
| XYZ | 37.06 | 39.89 | 5.89 | - |
| YUV | 158.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 5 | 0 | 0.15 | 0.97 | 0.23 | 50.94 | 0.95 | 0.4 |
| Hex | C5 | A8 | 5 | 0 | F | 61 | 17 | 33 | 5F | 28 |
| Octal | 305 | 250 | 5 | 0 | 17 | 141 | 27 | 63 | 137 | 50 |
| Binary | 11000101 | 10101000 | 101 | 0 | 1111 | 1100001 | 10111 | 110011 | 1011111 | 101000 |
Color Harmonies of #C5A805
Complementary color
Monochromatic Colors of #C5A805
Black with #C5A805
Text Example
Text Example
White with #C5A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A805; }
p { color: rgb(197,168,5); }
H1.HeaderClassName
{
color: #C5A805;
}
.AnyTagClassName
{
color: #C5A805;
}
</style>
background-color css
<style>
a { background-color: #C5A805; }
a { background-color: rgb(197,168,5); }
div.DivClassName
{
background-color: #C5A805;
}
.BgClassName
{
background-color: #C5A805;
}
</style>
border-color css
<style>
span { border-color: #C5A805; }
span { border-color: rgb(197,168,5); }
td.TdClassName
{
border-color: #C5A805;
}
.TagClassName
{
border-color: #C5A805;
}
</style>