Shades of Buddha Gold #C0AB0B
Tints of Buddha Gold #C0AB0B
RGB
CMYK
RGB Variations
Color information
#C0AB0B (or 0xC0AB0B) is known color: Buddha Gold. HEX triplet: C0, AB and 0B. RGB value is (192,171,11). Sum of RGB (Red+Green+Blue) = 192+171+11=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB0B is #3F54F4. Grayscale: #9F9F9F. Windows color (decimal): -4150517 or 764864. OLE color: 764864.
HSL color Cylindrical-coordinate representation of color #C0AB0B: hue angle of 53.04º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0AB0B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 11 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.25 |
| HSL | 53.04º | 0.89% | 0.4% | - |
| HSV(B) | 53.04º | 0.94% | 0.75% | - |
| XYZ | 36.36 | 40.36 | 6.19 | - |
| YUV | 159.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 11 | 0 | 0.11 | 0.94 | 0.25 | 53.04 | 0.89 | 0.4 |
| Hex | C0 | AB | B | 0 | B | 5E | 19 | 35 | 59 | 28 |
| Octal | 300 | 253 | 13 | 0 | 13 | 136 | 31 | 65 | 131 | 50 |
| Binary | 11000000 | 10101011 | 1011 | 0 | 1011 | 1011110 | 11001 | 110101 | 1011001 | 101000 |
Color Harmonies of #C0AB0B
Complementary color
Monochromatic Colors of #C0AB0B
Black with #C0AB0B
Text Example
Text Example
White with #C0AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB0B; }
p { color: rgb(192,171,11); }
H1.HeaderClassName
{
color: #C0AB0B;
}
.AnyTagClassName
{
color: #C0AB0B;
}
</style>
background-color css
<style>
a { background-color: #C0AB0B; }
a { background-color: rgb(192,171,11); }
div.DivClassName
{
background-color: #C0AB0B;
}
.BgClassName
{
background-color: #C0AB0B;
}
</style>
border-color css
<style>
span { border-color: #C0AB0B; }
span { border-color: rgb(192,171,11); }
td.TdClassName
{
border-color: #C0AB0B;
}
.TagClassName
{
border-color: #C0AB0B;
}
</style>