Shades of Buddha Gold #C5AB0B
Tints of Buddha Gold #C5AB0B
RGB
CMYK
RGB Variations
Color information
#C5AB0B (or 0xC5AB0B) is known color: Buddha Gold. HEX triplet: C5, AB and 0B. RGB value is (197,171,11). Sum of RGB (Red+Green+Blue) = 197+171+11=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AB0B is #3A54F4. Grayscale: #A1A1A1. Windows color (decimal): -3822837 or 764869. OLE color: 764869.
HSL color Cylindrical-coordinate representation of color #C5AB0B: hue angle of 51.61º 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 #C5AB0B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.23 |
| HSL | 51.61º | 0.89% | 0.41% | - |
| HSV(B) | 51.61º | 0.94% | 0.77% | - |
| XYZ | 37.65 | 41.02 | 6.25 | - |
| YUV | 160.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 11 | 0 | 0.13 | 0.94 | 0.23 | 51.61 | 0.89 | 0.41 |
| Hex | C5 | AB | B | 0 | D | 5E | 17 | 34 | 59 | 29 |
| Octal | 305 | 253 | 13 | 0 | 15 | 136 | 27 | 64 | 131 | 51 |
| Binary | 11000101 | 10101011 | 1011 | 0 | 1101 | 1011110 | 10111 | 110100 | 1011001 | 101001 |
Color Harmonies of #C5AB0B
Complementary color
Monochromatic Colors of #C5AB0B
Black with #C5AB0B
Text Example
Text Example
White with #C5AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB0B; }
p { color: rgb(197,171,11); }
H1.HeaderClassName
{
color: #C5AB0B;
}
.AnyTagClassName
{
color: #C5AB0B;
}
</style>
background-color css
<style>
a { background-color: #C5AB0B; }
a { background-color: rgb(197,171,11); }
div.DivClassName
{
background-color: #C5AB0B;
}
.BgClassName
{
background-color: #C5AB0B;
}
</style>
border-color css
<style>
span { border-color: #C5AB0B; }
span { border-color: rgb(197,171,11); }
td.TdClassName
{
border-color: #C5AB0B;
}
.TagClassName
{
border-color: #C5AB0B;
}
</style>