Shades of Nugget #C0982A
Tints of Nugget #C0982A
RGB
CMYK
RGB Variations
Color information
#C0982A (or 0xC0982A) is known color: Nugget. HEX triplet: C0, 98 and 2A. RGB value is (192,152,42). Sum of RGB (Red+Green+Blue) = 192+152+42=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0982A is #3F67D5. Grayscale: #979797. Windows color (decimal): -4155350 or 2791616. OLE color: 2791616.
HSL color Cylindrical-coordinate representation of color #C0982A: hue angle of 44º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0982A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 42 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.25 |
| HSL | 44º | 0.64% | 0.46% | - |
| HSV(B) | 44º | 0.78% | 0.75% | - |
| XYZ | 33.38 | 33.83 | 6.96 | - |
| YUV | 151.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 42 | 0 | 0.21 | 0.78 | 0.25 | 44 | 0.64 | 0.46 |
| Hex | C0 | 98 | 2A | 0 | 15 | 4E | 19 | 2C | 40 | 2E |
| Octal | 300 | 230 | 52 | 0 | 25 | 116 | 31 | 54 | 100 | 56 |
| Binary | 11000000 | 10011000 | 101010 | 0 | 10101 | 1001110 | 11001 | 101100 | 1000000 | 101110 |
Color Harmonies of #C0982A
Complementary color
Monochromatic Colors of #C0982A
Black with #C0982A
Text Example
Text Example
White with #C0982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0982A; }
p { color: rgb(192,152,42); }
H1.HeaderClassName
{
color: #C0982A;
}
.AnyTagClassName
{
color: #C0982A;
}
</style>
background-color css
<style>
a { background-color: #C0982A; }
a { background-color: rgb(192,152,42); }
div.DivClassName
{
background-color: #C0982A;
}
.BgClassName
{
background-color: #C0982A;
}
</style>
border-color css
<style>
span { border-color: #C0982A; }
span { border-color: rgb(192,152,42); }
td.TdClassName
{
border-color: #C0982A;
}
.TagClassName
{
border-color: #C0982A;
}
</style>