Shades of Nugget #C09829
Tints of Nugget #C09829
RGB
CMYK
RGB Variations
Color information
#C09829 (or 0xC09829) is known color: Nugget. HEX triplet: C0, 98 and 29. RGB value is (192,152,41). Sum of RGB (Red+Green+Blue) = 192+152+41=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C09829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09829 is #3F67D6. Grayscale: #979797. Windows color (decimal): -4155351 or 2726080. OLE color: 2726080.
HSL color Cylindrical-coordinate representation of color #C09829: hue angle of 44.11º 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 #C09829 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 41 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.25 |
| HSL | 44.11º | 0.65% | 0.46% | - |
| HSV(B) | 44.11º | 0.79% | 0.75% | - |
| XYZ | 33.37 | 33.82 | 6.87 | - |
| YUV | 151.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 41 | 0 | 0.21 | 0.79 | 0.25 | 44.11 | 0.65 | 0.46 |
| Hex | C0 | 98 | 29 | 0 | 15 | 4F | 19 | 2C | 41 | 2E |
| Octal | 300 | 230 | 51 | 0 | 25 | 117 | 31 | 54 | 101 | 56 |
| Binary | 11000000 | 10011000 | 101001 | 0 | 10101 | 1001111 | 11001 | 101100 | 1000001 | 101110 |
Color Harmonies of #C09829
Complementary color
Monochromatic Colors of #C09829
Black with #C09829
Text Example
Text Example
White with #C09829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09829; }
p { color: rgb(192,152,41); }
H1.HeaderClassName
{
color: #C09829;
}
.AnyTagClassName
{
color: #C09829;
}
</style>
background-color css
<style>
a { background-color: #C09829; }
a { background-color: rgb(192,152,41); }
div.DivClassName
{
background-color: #C09829;
}
.BgClassName
{
background-color: #C09829;
}
</style>
border-color css
<style>
span { border-color: #C09829; }
span { border-color: rgb(192,152,41); }
td.TdClassName
{
border-color: #C09829;
}
.TagClassName
{
border-color: #C09829;
}
</style>