Shades of Nugget #C0982D
Tints of Nugget #C0982D
RGB
CMYK
RGB Variations
Color information
#C0982D (or 0xC0982D) is known color: Nugget. HEX triplet: C0, 98 and 2D. RGB value is (192,152,45). Sum of RGB (Red+Green+Blue) = 192+152+45=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0982D is #3F67D2. Grayscale: #989898. Windows color (decimal): -4155347 or 2988224. OLE color: 2988224.
HSL color Cylindrical-coordinate representation of color #C0982D: hue angle of 43.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0982D is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 45 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.25 |
| HSL | 43.67º | 0.62% | 0.46% | - |
| HSV(B) | 43.67º | 0.77% | 0.75% | - |
| XYZ | 33.44 | 33.85 | 7.25 | - |
| YUV | 151.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 45 | 0 | 0.21 | 0.77 | 0.25 | 43.67 | 0.62 | 0.46 |
| Hex | C0 | 98 | 2D | 0 | 15 | 4D | 19 | 2C | 3E | 2E |
| Octal | 300 | 230 | 55 | 0 | 25 | 115 | 31 | 54 | 76 | 56 |
| Binary | 11000000 | 10011000 | 101101 | 0 | 10101 | 1001101 | 11001 | 101100 | 111110 | 101110 |
Color Harmonies of #C0982D
Complementary color
Monochromatic Colors of #C0982D
Black with #C0982D
Text Example
Text Example
White with #C0982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0982D; }
p { color: rgb(192,152,45); }
H1.HeaderClassName
{
color: #C0982D;
}
.AnyTagClassName
{
color: #C0982D;
}
</style>
background-color css
<style>
a { background-color: #C0982D; }
a { background-color: rgb(192,152,45); }
div.DivClassName
{
background-color: #C0982D;
}
.BgClassName
{
background-color: #C0982D;
}
</style>
border-color css
<style>
span { border-color: #C0982D; }
span { border-color: rgb(192,152,45); }
td.TdClassName
{
border-color: #C0982D;
}
.TagClassName
{
border-color: #C0982D;
}
</style>