Shades of Buddha Gold #C0A60B
Tints of Buddha Gold #C0A60B
RGB
CMYK
RGB Variations
Color information
#C0A60B (or 0xC0A60B) is known color: Buddha Gold. HEX triplet: C0, A6 and 0B. RGB value is (192,166,11). Sum of RGB (Red+Green+Blue) = 192+166+11=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A60B is #3F59F4. Grayscale: #9C9C9C. Windows color (decimal): -4151797 or 763584. OLE color: 763584.
HSL color Cylindrical-coordinate representation of color #C0A60B: hue angle of 51.38º 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 #C0A60B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.25 |
| HSL | 51.38º | 0.89% | 0.4% | - |
| HSV(B) | 51.38º | 0.94% | 0.75% | - |
| XYZ | 35.43 | 38.5 | 5.88 | - |
| YUV | 156.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 11 | 0 | 0.14 | 0.94 | 0.25 | 51.38 | 0.89 | 0.4 |
| Hex | C0 | A6 | B | 0 | E | 5E | 19 | 33 | 59 | 28 |
| Octal | 300 | 246 | 13 | 0 | 16 | 136 | 31 | 63 | 131 | 50 |
| Binary | 11000000 | 10100110 | 1011 | 0 | 1110 | 1011110 | 11001 | 110011 | 1011001 | 101000 |
Color Harmonies of #C0A60B
Complementary color
Monochromatic Colors of #C0A60B
Black with #C0A60B
Text Example
Text Example
White with #C0A60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A60B; }
p { color: rgb(192,166,11); }
H1.HeaderClassName
{
color: #C0A60B;
}
.AnyTagClassName
{
color: #C0A60B;
}
</style>
background-color css
<style>
a { background-color: #C0A60B; }
a { background-color: rgb(192,166,11); }
div.DivClassName
{
background-color: #C0A60B;
}
.BgClassName
{
background-color: #C0A60B;
}
</style>
border-color css
<style>
span { border-color: #C0A60B; }
span { border-color: rgb(192,166,11); }
td.TdClassName
{
border-color: #C0A60B;
}
.TagClassName
{
border-color: #C0A60B;
}
</style>