Shades of Buddha Gold #C5A90A
Tints of Buddha Gold #C5A90A
RGB
CMYK
RGB Variations
Color information
#C5A90A (or 0xC5A90A) is known color: Buddha Gold. HEX triplet: C5, A9 and 0A. RGB value is (197,169,10). Sum of RGB (Red+Green+Blue) = 197+169+10=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A90A is #3A56F5. Grayscale: #9F9F9F. Windows color (decimal): -3823350 or 698821. OLE color: 698821.
HSL color Cylindrical-coordinate representation of color #C5A90A: hue angle of 51.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5A90A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 10 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.23 |
| HSL | 51.02º | 0.9% | 0.41% | - |
| HSV(B) | 51.02º | 0.95% | 0.77% | - |
| XYZ | 37.27 | 40.27 | 6.1 | - |
| YUV | 159.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 10 | 0 | 0.14 | 0.95 | 0.23 | 51.02 | 0.9 | 0.41 |
| Hex | C5 | A9 | A | 0 | E | 5F | 17 | 33 | 5A | 29 |
| Octal | 305 | 251 | 12 | 0 | 16 | 137 | 27 | 63 | 132 | 51 |
| Binary | 11000101 | 10101001 | 1010 | 0 | 1110 | 1011111 | 10111 | 110011 | 1011010 | 101001 |
Color Harmonies of #C5A90A
Complementary color
Monochromatic Colors of #C5A90A
Black with #C5A90A
Text Example
Text Example
White with #C5A90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A90A; }
p { color: rgb(197,169,10); }
H1.HeaderClassName
{
color: #C5A90A;
}
.AnyTagClassName
{
color: #C5A90A;
}
</style>
background-color css
<style>
a { background-color: #C5A90A; }
a { background-color: rgb(197,169,10); }
div.DivClassName
{
background-color: #C5A90A;
}
.BgClassName
{
background-color: #C5A90A;
}
</style>
border-color css
<style>
span { border-color: #C5A90A; }
span { border-color: rgb(197,169,10); }
td.TdClassName
{
border-color: #C5A90A;
}
.TagClassName
{
border-color: #C5A90A;
}
</style>