Shades of Nugget #C0992D
Tints of Nugget #C0992D
RGB
CMYK
RGB Variations
Color information
#C0992D (or 0xC0992D) is known color: Nugget. HEX triplet: C0, 99 and 2D. RGB value is (192,153,45). Sum of RGB (Red+Green+Blue) = 192+153+45=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0992D is #3F66D2. Grayscale: #989898. Windows color (decimal): -4155091 or 2988480. OLE color: 2988480.
HSL color Cylindrical-coordinate representation of color #C0992D: hue angle of 44.08º 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 #C0992D is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 45 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.25 |
| HSL | 44.08º | 0.62% | 0.46% | - |
| HSV(B) | 44.08º | 0.77% | 0.75% | - |
| XYZ | 33.6 | 34.18 | 7.31 | - |
| YUV | 152.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 45 | 0 | 0.20 | 0.77 | 0.25 | 44.08 | 0.62 | 0.46 |
| Hex | C0 | 99 | 2D | 0 | 14 | 4D | 19 | 2C | 3E | 2E |
| Octal | 300 | 231 | 55 | 0 | 24 | 115 | 31 | 54 | 76 | 56 |
| Binary | 11000000 | 10011001 | 101101 | 0 | 10100 | 1001101 | 11001 | 101100 | 111110 | 101110 |
Color Harmonies of #C0992D
Complementary color
Monochromatic Colors of #C0992D
Black with #C0992D
Text Example
Text Example
White with #C0992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0992D; }
p { color: rgb(192,153,45); }
H1.HeaderClassName
{
color: #C0992D;
}
.AnyTagClassName
{
color: #C0992D;
}
</style>
background-color css
<style>
a { background-color: #C0992D; }
a { background-color: rgb(192,153,45); }
div.DivClassName
{
background-color: #C0992D;
}
.BgClassName
{
background-color: #C0992D;
}
</style>
border-color css
<style>
span { border-color: #C0992D; }
span { border-color: rgb(192,153,45); }
td.TdClassName
{
border-color: #C0992D;
}
.TagClassName
{
border-color: #C0992D;
}
</style>