Shades of Buddha Gold #C5A00C
Tints of Buddha Gold #C5A00C
RGB
CMYK
RGB Variations
Color information
#C5A00C (or 0xC5A00C) is known color: Buddha Gold. HEX triplet: C5, A0 and 0C. RGB value is (197,160,12). Sum of RGB (Red+Green+Blue) = 197+160+12=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A00C is #3A5FF3. Grayscale: #9A9A9A. Windows color (decimal): -3825652 or 827589. OLE color: 827589.
HSL color Cylindrical-coordinate representation of color #C5A00C: hue angle of 48º 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 #C5A00C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.23 |
| HSL | 48º | 0.89% | 0.41% | - |
| HSV(B) | 48º | 0.94% | 0.77% | - |
| XYZ | 35.66 | 37.04 | 5.62 | - |
| YUV | 154.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 12 | 0 | 0.19 | 0.94 | 0.23 | 48 | 0.89 | 0.41 |
| Hex | C5 | A0 | C | 0 | 13 | 5E | 17 | 30 | 59 | 29 |
| Octal | 305 | 240 | 14 | 0 | 23 | 136 | 27 | 60 | 131 | 51 |
| Binary | 11000101 | 10100000 | 1100 | 0 | 10011 | 1011110 | 10111 | 110000 | 1011001 | 101001 |
Color Harmonies of #C5A00C
Complementary color
Monochromatic Colors of #C5A00C
Black with #C5A00C
Text Example
Text Example
White with #C5A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A00C; }
p { color: rgb(197,160,12); }
H1.HeaderClassName
{
color: #C5A00C;
}
.AnyTagClassName
{
color: #C5A00C;
}
</style>
background-color css
<style>
a { background-color: #C5A00C; }
a { background-color: rgb(197,160,12); }
div.DivClassName
{
background-color: #C5A00C;
}
.BgClassName
{
background-color: #C5A00C;
}
</style>
border-color css
<style>
span { border-color: #C5A00C; }
span { border-color: rgb(197,160,12); }
td.TdClassName
{
border-color: #C5A00C;
}
.TagClassName
{
border-color: #C5A00C;
}
</style>