Shades of Buddha Gold #C5AC0C
Tints of Buddha Gold #C5AC0C
RGB
CMYK
RGB Variations
Color information
#C5AC0C (or 0xC5AC0C) is known color: Buddha Gold. HEX triplet: C5, AC and 0C. RGB value is (197,172,12). Sum of RGB (Red+Green+Blue) = 197+172+12=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC0C is #3A53F3. Grayscale: #A1A1A1. Windows color (decimal): -3822580 or 830661. OLE color: 830661.
HSL color Cylindrical-coordinate representation of color #C5AC0C: hue angle of 51.89º 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 #C5AC0C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.23 |
| HSL | 51.89º | 0.89% | 0.41% | - |
| HSV(B) | 51.89º | 0.94% | 0.77% | - |
| XYZ | 37.84 | 41.4 | 6.34 | - |
| YUV | 161.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 12 | 0 | 0.13 | 0.94 | 0.23 | 51.89 | 0.89 | 0.41 |
| Hex | C5 | AC | C | 0 | D | 5E | 17 | 34 | 59 | 29 |
| Octal | 305 | 254 | 14 | 0 | 15 | 136 | 27 | 64 | 131 | 51 |
| Binary | 11000101 | 10101100 | 1100 | 0 | 1101 | 1011110 | 10111 | 110100 | 1011001 | 101001 |
Color Harmonies of #C5AC0C
Complementary color
Monochromatic Colors of #C5AC0C
Black with #C5AC0C
Text Example
Text Example
White with #C5AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC0C; }
p { color: rgb(197,172,12); }
H1.HeaderClassName
{
color: #C5AC0C;
}
.AnyTagClassName
{
color: #C5AC0C;
}
</style>
background-color css
<style>
a { background-color: #C5AC0C; }
a { background-color: rgb(197,172,12); }
div.DivClassName
{
background-color: #C5AC0C;
}
.BgClassName
{
background-color: #C5AC0C;
}
</style>
border-color css
<style>
span { border-color: #C5AC0C; }
span { border-color: rgb(197,172,12); }
td.TdClassName
{
border-color: #C5AC0C;
}
.TagClassName
{
border-color: #C5AC0C;
}
</style>