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