Shades of Nugget #C0922D
Tints of Nugget #C0922D
RGB
CMYK
RGB Variations
Color information
#C0922D (or 0xC0922D) is known color: Nugget. HEX triplet: C0, 92 and 2D. RGB value is (192,146,45). Sum of RGB (Red+Green+Blue) = 192+146+45=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0922D is #3F6DD2. Grayscale: #949494. Windows color (decimal): -4156883 or 2986688. OLE color: 2986688.
HSL color Cylindrical-coordinate representation of color #C0922D: hue angle of 41.22º 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 #C0922D is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 45 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.25 |
| HSL | 41.22º | 0.62% | 0.46% | - |
| HSV(B) | 41.22º | 0.77% | 0.75% | - |
| XYZ | 32.49 | 31.95 | 6.94 | - |
| YUV | 148.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 45 | 0 | 0.24 | 0.77 | 0.25 | 41.22 | 0.62 | 0.46 |
| Hex | C0 | 92 | 2D | 0 | 18 | 4D | 19 | 29 | 3E | 2E |
| Octal | 300 | 222 | 55 | 0 | 30 | 115 | 31 | 51 | 76 | 56 |
| Binary | 11000000 | 10010010 | 101101 | 0 | 11000 | 1001101 | 11001 | 101001 | 111110 | 101110 |
Color Harmonies of #C0922D
Complementary color
Monochromatic Colors of #C0922D
Black with #C0922D
Text Example
Text Example
White with #C0922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0922D; }
p { color: rgb(192,146,45); }
H1.HeaderClassName
{
color: #C0922D;
}
.AnyTagClassName
{
color: #C0922D;
}
</style>
background-color css
<style>
a { background-color: #C0922D; }
a { background-color: rgb(192,146,45); }
div.DivClassName
{
background-color: #C0922D;
}
.BgClassName
{
background-color: #C0922D;
}
</style>
border-color css
<style>
span { border-color: #C0922D; }
span { border-color: rgb(192,146,45); }
td.TdClassName
{
border-color: #C0922D;
}
.TagClassName
{
border-color: #C0922D;
}
</style>