Shades of Buddha Gold #C5AC0F
Tints of Buddha Gold #C5AC0F
RGB
CMYK
RGB Variations
Color information
#C5AC0F (or 0xC5AC0F) is known color: Buddha Gold. HEX triplet: C5, AC and 0F. RGB value is (197,172,15). Sum of RGB (Red+Green+Blue) = 197+172+15=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC0F is #3A53F0. Grayscale: #A2A2A2. Windows color (decimal): -3822577 or 1027269. OLE color: 1027269.
HSL color Cylindrical-coordinate representation of color #C5AC0F: hue angle of 51.76º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5AC0F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 15 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.23 |
| HSL | 51.76º | 0.86% | 0.42% | - |
| HSV(B) | 51.76º | 0.92% | 0.77% | - |
| XYZ | 37.86 | 41.41 | 6.45 | - |
| YUV | 161.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 15 | 0 | 0.13 | 0.92 | 0.23 | 51.76 | 0.86 | 0.42 |
| Hex | C5 | AC | F | 0 | D | 5C | 17 | 34 | 56 | 2A |
| Octal | 305 | 254 | 17 | 0 | 15 | 134 | 27 | 64 | 126 | 52 |
| Binary | 11000101 | 10101100 | 1111 | 0 | 1101 | 1011100 | 10111 | 110100 | 1010110 | 101010 |
Color Harmonies of #C5AC0F
Complementary color
Monochromatic Colors of #C5AC0F
Black with #C5AC0F
Text Example
Text Example
White with #C5AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC0F; }
p { color: rgb(197,172,15); }
H1.HeaderClassName
{
color: #C5AC0F;
}
.AnyTagClassName
{
color: #C5AC0F;
}
</style>
background-color css
<style>
a { background-color: #C5AC0F; }
a { background-color: rgb(197,172,15); }
div.DivClassName
{
background-color: #C5AC0F;
}
.BgClassName
{
background-color: #C5AC0F;
}
</style>
border-color css
<style>
span { border-color: #C5AC0F; }
span { border-color: rgb(197,172,15); }
td.TdClassName
{
border-color: #C5AC0F;
}
.TagClassName
{
border-color: #C5AC0F;
}
</style>