Shades of Buddha Gold #C0950C
Tints of Buddha Gold #C0950C
RGB
CMYK
RGB Variations
Color information
#C0950C (or 0xC0950C) is known color: Buddha Gold. HEX triplet: C0, 95 and 0C. RGB value is (192,149,12). Sum of RGB (Red+Green+Blue) = 192+149+12=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0950C is #3F6AF3. Grayscale: #929292. Windows color (decimal): -4156148 or 824768. OLE color: 824768.
HSL color Cylindrical-coordinate representation of color #C0950C: hue angle of 45.67º degrees, saturation: 0.88, 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 #C0950C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.25 |
| HSL | 45.67º | 0.88% | 0.4% | - |
| HSV(B) | 45.67º | 0.94% | 0.75% | - |
| XYZ | 32.55 | 32.73 | 4.95 | - |
| YUV | 146.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 12 | 0 | 0.22 | 0.94 | 0.25 | 45.67 | 0.88 | 0.4 |
| Hex | C0 | 95 | C | 0 | 16 | 5E | 19 | 2E | 58 | 28 |
| Octal | 300 | 225 | 14 | 0 | 26 | 136 | 31 | 56 | 130 | 50 |
| Binary | 11000000 | 10010101 | 1100 | 0 | 10110 | 1011110 | 11001 | 101110 | 1011000 | 101000 |
Color Harmonies of #C0950C
Complementary color
Monochromatic Colors of #C0950C
Black with #C0950C
Text Example
Text Example
White with #C0950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0950C; }
p { color: rgb(192,149,12); }
H1.HeaderClassName
{
color: #C0950C;
}
.AnyTagClassName
{
color: #C0950C;
}
</style>
background-color css
<style>
a { background-color: #C0950C; }
a { background-color: rgb(192,149,12); }
div.DivClassName
{
background-color: #C0950C;
}
.BgClassName
{
background-color: #C0950C;
}
</style>
border-color css
<style>
span { border-color: #C0950C; }
span { border-color: rgb(192,149,12); }
td.TdClassName
{
border-color: #C0950C;
}
.TagClassName
{
border-color: #C0950C;
}
</style>