Shades of Buddha Gold #C5A80C
Tints of Buddha Gold #C5A80C
RGB
CMYK
RGB Variations
Color information
#C5A80C (or 0xC5A80C) is known color: Buddha Gold. HEX triplet: C5, A8 and 0C. RGB value is (197,168,12). Sum of RGB (Red+Green+Blue) = 197+168+12=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A80C is #3A57F3. Grayscale: #9F9F9F. Windows color (decimal): -3823604 or 829637. OLE color: 829637.
HSL color Cylindrical-coordinate representation of color #C5A80C: hue angle of 50.59º 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 #C5A80C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.23 |
| HSL | 50.59º | 0.89% | 0.41% | - |
| HSV(B) | 50.59º | 0.94% | 0.77% | - |
| XYZ | 37.09 | 39.9 | 6.09 | - |
| YUV | 158.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 12 | 0 | 0.15 | 0.94 | 0.23 | 50.59 | 0.89 | 0.41 |
| Hex | C5 | A8 | C | 0 | F | 5E | 17 | 33 | 59 | 29 |
| Octal | 305 | 250 | 14 | 0 | 17 | 136 | 27 | 63 | 131 | 51 |
| Binary | 11000101 | 10101000 | 1100 | 0 | 1111 | 1011110 | 10111 | 110011 | 1011001 | 101001 |
Color Harmonies of #C5A80C
Complementary color
Monochromatic Colors of #C5A80C
Black with #C5A80C
Text Example
Text Example
White with #C5A80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A80C; }
p { color: rgb(197,168,12); }
H1.HeaderClassName
{
color: #C5A80C;
}
.AnyTagClassName
{
color: #C5A80C;
}
</style>
background-color css
<style>
a { background-color: #C5A80C; }
a { background-color: rgb(197,168,12); }
div.DivClassName
{
background-color: #C5A80C;
}
.BgClassName
{
background-color: #C5A80C;
}
</style>
border-color css
<style>
span { border-color: #C5A80C; }
span { border-color: rgb(197,168,12); }
td.TdClassName
{
border-color: #C5A80C;
}
.TagClassName
{
border-color: #C5A80C;
}
</style>