Shades of Buddha Gold #C5A30C
Tints of Buddha Gold #C5A30C
RGB
CMYK
RGB Variations
Color information
#C5A30C (or 0xC5A30C) is known color: Buddha Gold. HEX triplet: C5, A3 and 0C. RGB value is (197,163,12). Sum of RGB (Red+Green+Blue) = 197+163+12=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A30C is #3A5CF3. Grayscale: #9C9C9C. Windows color (decimal): -3824884 or 828357. OLE color: 828357.
HSL color Cylindrical-coordinate representation of color #C5A30C: hue angle of 48.97º 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 #C5A30C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.23 |
| HSL | 48.97º | 0.89% | 0.41% | - |
| HSV(B) | 48.97º | 0.94% | 0.77% | - |
| XYZ | 36.19 | 38.09 | 5.79 | - |
| YUV | 155.95 | 46.76 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 12 | 0 | 0.17 | 0.94 | 0.23 | 48.97 | 0.89 | 0.41 |
| Hex | C5 | A3 | C | 0 | 11 | 5E | 17 | 31 | 59 | 29 |
| Octal | 305 | 243 | 14 | 0 | 21 | 136 | 27 | 61 | 131 | 51 |
| Binary | 11000101 | 10100011 | 1100 | 0 | 10001 | 1011110 | 10111 | 110001 | 1011001 | 101001 |
Color Harmonies of #C5A30C
Complementary color
Monochromatic Colors of #C5A30C
Black with #C5A30C
Text Example
Text Example
White with #C5A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A30C; }
p { color: rgb(197,163,12); }
H1.HeaderClassName
{
color: #C5A30C;
}
.AnyTagClassName
{
color: #C5A30C;
}
</style>
background-color css
<style>
a { background-color: #C5A30C; }
a { background-color: rgb(197,163,12); }
div.DivClassName
{
background-color: #C5A30C;
}
.BgClassName
{
background-color: #C5A30C;
}
</style>
border-color css
<style>
span { border-color: #C5A30C; }
span { border-color: rgb(197,163,12); }
td.TdClassName
{
border-color: #C5A30C;
}
.TagClassName
{
border-color: #C5A30C;
}
</style>