Shades of Nugget #C0932C
Tints of Nugget #C0932C
RGB
CMYK
RGB Variations
Color information
#C0932C (or 0xC0932C) is known color: Nugget. HEX triplet: C0, 93 and 2C. RGB value is (192,147,44). Sum of RGB (Red+Green+Blue) = 192+147+44=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0932C is #3F6CD3. Grayscale: #959595. Windows color (decimal): -4156628 or 2921408. OLE color: 2921408.
HSL color Cylindrical-coordinate representation of color #C0932C: hue angle of 41.76º degrees, saturation: 0.63, 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 #C0932C is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 44 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.25 |
| HSL | 41.76º | 0.63% | 0.46% | - |
| HSV(B) | 41.76º | 0.77% | 0.75% | - |
| XYZ | 32.63 | 32.26 | 6.89 | - |
| YUV | 148.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 44 | 0 | 0.23 | 0.77 | 0.25 | 41.76 | 0.63 | 0.46 |
| Hex | C0 | 93 | 2C | 0 | 17 | 4D | 19 | 2A | 3F | 2E |
| Octal | 300 | 223 | 54 | 0 | 27 | 115 | 31 | 52 | 77 | 56 |
| Binary | 11000000 | 10010011 | 101100 | 0 | 10111 | 1001101 | 11001 | 101010 | 111111 | 101110 |
Color Harmonies of #C0932C
Complementary color
Monochromatic Colors of #C0932C
Black with #C0932C
Text Example
Text Example
White with #C0932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0932C; }
p { color: rgb(192,147,44); }
H1.HeaderClassName
{
color: #C0932C;
}
.AnyTagClassName
{
color: #C0932C;
}
</style>
background-color css
<style>
a { background-color: #C0932C; }
a { background-color: rgb(192,147,44); }
div.DivClassName
{
background-color: #C0932C;
}
.BgClassName
{
background-color: #C0932C;
}
</style>
border-color css
<style>
span { border-color: #C0932C; }
span { border-color: rgb(192,147,44); }
td.TdClassName
{
border-color: #C0932C;
}
.TagClassName
{
border-color: #C0932C;
}
</style>