Shades of Buddha Gold #C0950D
Tints of Buddha Gold #C0950D
RGB
CMYK
RGB Variations
Color information
#C0950D (or 0xC0950D) is known color: Buddha Gold. HEX triplet: C0, 95 and 0D. RGB value is (192,149,13). Sum of RGB (Red+Green+Blue) = 192+149+13=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0950D is #3F6AF2. Grayscale: #929292. Windows color (decimal): -4156147 or 890304. OLE color: 890304.
HSL color Cylindrical-coordinate representation of color #C0950D: hue angle of 45.59º degrees, saturation: 0.87, 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 #C0950D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.25 |
| HSL | 45.59º | 0.87% | 0.4% | - |
| HSV(B) | 45.59º | 0.93% | 0.75% | - |
| XYZ | 32.56 | 32.73 | 4.98 | - |
| YUV | 146.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 13 | 0 | 0.22 | 0.93 | 0.25 | 45.59 | 0.87 | 0.4 |
| Hex | C0 | 95 | D | 0 | 16 | 5D | 19 | 2E | 57 | 28 |
| Octal | 300 | 225 | 15 | 0 | 26 | 135 | 31 | 56 | 127 | 50 |
| Binary | 11000000 | 10010101 | 1101 | 0 | 10110 | 1011101 | 11001 | 101110 | 1010111 | 101000 |
Color Harmonies of #C0950D
Complementary color
Monochromatic Colors of #C0950D
Black with #C0950D
Text Example
Text Example
White with #C0950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0950D; }
p { color: rgb(192,149,13); }
H1.HeaderClassName
{
color: #C0950D;
}
.AnyTagClassName
{
color: #C0950D;
}
</style>
background-color css
<style>
a { background-color: #C0950D; }
a { background-color: rgb(192,149,13); }
div.DivClassName
{
background-color: #C0950D;
}
.BgClassName
{
background-color: #C0950D;
}
</style>
border-color css
<style>
span { border-color: #C0950D; }
span { border-color: rgb(192,149,13); }
td.TdClassName
{
border-color: #C0950D;
}
.TagClassName
{
border-color: #C0950D;
}
</style>