Shades of Buddha Gold #C5A00B
Tints of Buddha Gold #C5A00B
RGB
CMYK
RGB Variations
Color information
#C5A00B (or 0xC5A00B) is known color: Buddha Gold. HEX triplet: C5, A0 and 0B. RGB value is (197,160,11). Sum of RGB (Red+Green+Blue) = 197+160+11=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A00B is #3A5FF4. Grayscale: #9A9A9A. Windows color (decimal): -3825653 or 762053. OLE color: 762053.
HSL color Cylindrical-coordinate representation of color #C5A00B: hue angle of 48.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5A00B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 11 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.23 |
| HSL | 48.06º | 0.89% | 0.41% | - |
| HSV(B) | 48.06º | 0.94% | 0.77% | - |
| XYZ | 35.66 | 37.04 | 5.59 | - |
| YUV | 154.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 11 | 0 | 0.19 | 0.94 | 0.23 | 48.06 | 0.89 | 0.41 |
| Hex | C5 | A0 | B | 0 | 13 | 5E | 17 | 30 | 59 | 29 |
| Octal | 305 | 240 | 13 | 0 | 23 | 136 | 27 | 60 | 131 | 51 |
| Binary | 11000101 | 10100000 | 1011 | 0 | 10011 | 1011110 | 10111 | 110000 | 1011001 | 101001 |
Color Harmonies of #C5A00B
Complementary color
Monochromatic Colors of #C5A00B
Black with #C5A00B
Text Example
Text Example
White with #C5A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A00B; }
p { color: rgb(197,160,11); }
H1.HeaderClassName
{
color: #C5A00B;
}
.AnyTagClassName
{
color: #C5A00B;
}
</style>
background-color css
<style>
a { background-color: #C5A00B; }
a { background-color: rgb(197,160,11); }
div.DivClassName
{
background-color: #C5A00B;
}
.BgClassName
{
background-color: #C5A00B;
}
</style>
border-color css
<style>
span { border-color: #C5A00B; }
span { border-color: rgb(197,160,11); }
td.TdClassName
{
border-color: #C5A00B;
}
.TagClassName
{
border-color: #C5A00B;
}
</style>