Shades of Nugget #C09928
Tints of Nugget #C09928
RGB
CMYK
RGB Variations
Color information
#C09928 (or 0xC09928) is known color: Nugget. HEX triplet: C0, 99 and 28. RGB value is (192,153,40). Sum of RGB (Red+Green+Blue) = 192+153+40=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C09928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09928 is #3F66D7. Grayscale: #989898. Windows color (decimal): -4155096 or 2660800. OLE color: 2660800.
HSL color Cylindrical-coordinate representation of color #C09928: hue angle of 44.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C09928 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 40 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.25 |
| HSL | 44.61º | 0.66% | 0.45% | - |
| HSV(B) | 44.61º | 0.79% | 0.75% | - |
| XYZ | 33.51 | 34.14 | 6.83 | - |
| YUV | 151.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 40 | 0 | 0.20 | 0.79 | 0.25 | 44.61 | 0.66 | 0.45 |
| Hex | C0 | 99 | 28 | 0 | 14 | 4F | 19 | 2D | 42 | 2D |
| Octal | 300 | 231 | 50 | 0 | 24 | 117 | 31 | 55 | 102 | 55 |
| Binary | 11000000 | 10011001 | 101000 | 0 | 10100 | 1001111 | 11001 | 101101 | 1000010 | 101101 |
Color Harmonies of #C09928
Complementary color
Monochromatic Colors of #C09928
Black with #C09928
Text Example
Text Example
White with #C09928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09928; }
p { color: rgb(192,153,40); }
H1.HeaderClassName
{
color: #C09928;
}
.AnyTagClassName
{
color: #C09928;
}
</style>
background-color css
<style>
a { background-color: #C09928; }
a { background-color: rgb(192,153,40); }
div.DivClassName
{
background-color: #C09928;
}
.BgClassName
{
background-color: #C09928;
}
</style>
border-color css
<style>
span { border-color: #C09928; }
span { border-color: rgb(192,153,40); }
td.TdClassName
{
border-color: #C09928;
}
.TagClassName
{
border-color: #C09928;
}
</style>