Shades of Nugget #C09329
Tints of Nugget #C09329
RGB
CMYK
RGB Variations
Color information
#C09329 (or 0xC09329) is known color: Nugget. HEX triplet: C0, 93 and 29. RGB value is (192,147,41). Sum of RGB (Red+Green+Blue) = 192+147+41=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C09329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09329 is #3F6CD6. Grayscale: #949494. Windows color (decimal): -4156631 or 2724800. OLE color: 2724800.
HSL color Cylindrical-coordinate representation of color #C09329: hue angle of 42.12º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C09329 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 41 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.25 |
| HSL | 42.12º | 0.65% | 0.46% | - |
| HSV(B) | 42.12º | 0.79% | 0.75% | - |
| XYZ | 32.57 | 32.23 | 6.6 | - |
| YUV | 148.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 41 | 0 | 0.23 | 0.79 | 0.25 | 42.12 | 0.65 | 0.46 |
| Hex | C0 | 93 | 29 | 0 | 17 | 4F | 19 | 2A | 41 | 2E |
| Octal | 300 | 223 | 51 | 0 | 27 | 117 | 31 | 52 | 101 | 56 |
| Binary | 11000000 | 10010011 | 101001 | 0 | 10111 | 1001111 | 11001 | 101010 | 1000001 | 101110 |
Color Harmonies of #C09329
Complementary color
Monochromatic Colors of #C09329
Black with #C09329
Text Example
Text Example
White with #C09329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09329; }
p { color: rgb(192,147,41); }
H1.HeaderClassName
{
color: #C09329;
}
.AnyTagClassName
{
color: #C09329;
}
</style>
background-color css
<style>
a { background-color: #C09329; }
a { background-color: rgb(192,147,41); }
div.DivClassName
{
background-color: #C09329;
}
.BgClassName
{
background-color: #C09329;
}
</style>
border-color css
<style>
span { border-color: #C09329; }
span { border-color: rgb(192,147,41); }
td.TdClassName
{
border-color: #C09329;
}
.TagClassName
{
border-color: #C09329;
}
</style>