Shades of Buddha Gold #C0940E
Tints of Buddha Gold #C0940E
RGB
CMYK
RGB Variations
Color information
#C0940E (or 0xC0940E) is known color: Buddha Gold. HEX triplet: C0, 94 and 0E. RGB value is (192,148,14). Sum of RGB (Red+Green+Blue) = 192+148+14=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0940E is #3F6BF1. Grayscale: #929292. Windows color (decimal): -4156402 or 955584. OLE color: 955584.
HSL color Cylindrical-coordinate representation of color #C0940E: hue angle of 45.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0940E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 14 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.25 |
| HSL | 45.17º | 0.86% | 0.4% | - |
| HSV(B) | 45.17º | 0.93% | 0.75% | - |
| XYZ | 32.41 | 32.42 | 4.96 | - |
| YUV | 145.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 14 | 0 | 0.23 | 0.93 | 0.25 | 45.17 | 0.86 | 0.4 |
| Hex | C0 | 94 | E | 0 | 17 | 5D | 19 | 2D | 56 | 28 |
| Octal | 300 | 224 | 16 | 0 | 27 | 135 | 31 | 55 | 126 | 50 |
| Binary | 11000000 | 10010100 | 1110 | 0 | 10111 | 1011101 | 11001 | 101101 | 1010110 | 101000 |
Color Harmonies of #C0940E
Complementary color
Monochromatic Colors of #C0940E
Black with #C0940E
Text Example
Text Example
White with #C0940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0940E; }
p { color: rgb(192,148,14); }
H1.HeaderClassName
{
color: #C0940E;
}
.AnyTagClassName
{
color: #C0940E;
}
</style>
background-color css
<style>
a { background-color: #C0940E; }
a { background-color: rgb(192,148,14); }
div.DivClassName
{
background-color: #C0940E;
}
.BgClassName
{
background-color: #C0940E;
}
</style>
border-color css
<style>
span { border-color: #C0940E; }
span { border-color: rgb(192,148,14); }
td.TdClassName
{
border-color: #C0940E;
}
.TagClassName
{
border-color: #C0940E;
}
</style>