Shades of Nugget #C0952E
Tints of Nugget #C0952E
RGB
CMYK
RGB Variations
Color information
#C0952E (or 0xC0952E) is known color: Nugget. HEX triplet: C0, 95 and 2E. RGB value is (192,149,46). Sum of RGB (Red+Green+Blue) = 192+149+46=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0952E is #3F6AD1. Grayscale: #969696. Windows color (decimal): -4156114 or 3052992. OLE color: 3052992.
HSL color Cylindrical-coordinate representation of color #C0952E: hue angle of 42.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0952E is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 46 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.25 |
| HSL | 42.33º | 0.61% | 0.47% | - |
| HSV(B) | 42.33º | 0.76% | 0.75% | - |
| XYZ | 32.98 | 32.9 | 7.2 | - |
| YUV | 150.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 46 | 0 | 0.22 | 0.76 | 0.25 | 42.33 | 0.61 | 0.47 |
| Hex | C0 | 95 | 2E | 0 | 16 | 4C | 19 | 2A | 3D | 2F |
| Octal | 300 | 225 | 56 | 0 | 26 | 114 | 31 | 52 | 75 | 57 |
| Binary | 11000000 | 10010101 | 101110 | 0 | 10110 | 1001100 | 11001 | 101010 | 111101 | 101111 |
Color Harmonies of #C0952E
Complementary color
Monochromatic Colors of #C0952E
Black with #C0952E
Text Example
Text Example
White with #C0952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0952E; }
p { color: rgb(192,149,46); }
H1.HeaderClassName
{
color: #C0952E;
}
.AnyTagClassName
{
color: #C0952E;
}
</style>
background-color css
<style>
a { background-color: #C0952E; }
a { background-color: rgb(192,149,46); }
div.DivClassName
{
background-color: #C0952E;
}
.BgClassName
{
background-color: #C0952E;
}
</style>
border-color css
<style>
span { border-color: #C0952E; }
span { border-color: rgb(192,149,46); }
td.TdClassName
{
border-color: #C0952E;
}
.TagClassName
{
border-color: #C0952E;
}
</style>