Shades of Nugget #C0992E
Tints of Nugget #C0992E
RGB
CMYK
RGB Variations
Color information
#C0992E (or 0xC0992E) is known color: Nugget. HEX triplet: C0, 99 and 2E. RGB value is (192,153,46). Sum of RGB (Red+Green+Blue) = 192+153+46=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0992E is #3F66D1. Grayscale: #989898. Windows color (decimal): -4155090 or 3054016. OLE color: 3054016.
HSL color Cylindrical-coordinate representation of color #C0992E: hue angle of 43.97º 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 #C0992E is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 46 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.25 |
| HSL | 43.97º | 0.61% | 0.47% | - |
| HSV(B) | 43.97º | 0.76% | 0.75% | - |
| XYZ | 33.62 | 34.19 | 7.41 | - |
| YUV | 152.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 46 | 0 | 0.20 | 0.76 | 0.25 | 43.97 | 0.61 | 0.47 |
| Hex | C0 | 99 | 2E | 0 | 14 | 4C | 19 | 2C | 3D | 2F |
| Octal | 300 | 231 | 56 | 0 | 24 | 114 | 31 | 54 | 75 | 57 |
| Binary | 11000000 | 10011001 | 101110 | 0 | 10100 | 1001100 | 11001 | 101100 | 111101 | 101111 |
Color Harmonies of #C0992E
Complementary color
Monochromatic Colors of #C0992E
Black with #C0992E
Text Example
Text Example
White with #C0992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0992E; }
p { color: rgb(192,153,46); }
H1.HeaderClassName
{
color: #C0992E;
}
.AnyTagClassName
{
color: #C0992E;
}
</style>
background-color css
<style>
a { background-color: #C0992E; }
a { background-color: rgb(192,153,46); }
div.DivClassName
{
background-color: #C0992E;
}
.BgClassName
{
background-color: #C0992E;
}
</style>
border-color css
<style>
span { border-color: #C0992E; }
span { border-color: rgb(192,153,46); }
td.TdClassName
{
border-color: #C0992E;
}
.TagClassName
{
border-color: #C0992E;
}
</style>