Shades of Nugget #C09628
Tints of Nugget #C09628
RGB
CMYK
RGB Variations
Color information
#C09628 (or 0xC09628) is known color: Nugget. HEX triplet: C0, 96 and 28. RGB value is (192,150,40). Sum of RGB (Red+Green+Blue) = 192+150+40=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C09628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09628 is #3F69D7. Grayscale: #969696. Windows color (decimal): -4155864 or 2660032. OLE color: 2660032.
HSL color Cylindrical-coordinate representation of color #C09628: hue angle of 43.42º 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 #C09628 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 40 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.25 |
| HSL | 43.42º | 0.66% | 0.45% | - |
| HSV(B) | 43.42º | 0.79% | 0.75% | - |
| XYZ | 33.03 | 33.17 | 6.67 | - |
| YUV | 150.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 40 | 0 | 0.22 | 0.79 | 0.25 | 43.42 | 0.66 | 0.45 |
| Hex | C0 | 96 | 28 | 0 | 16 | 4F | 19 | 2B | 42 | 2D |
| Octal | 300 | 226 | 50 | 0 | 26 | 117 | 31 | 53 | 102 | 55 |
| Binary | 11000000 | 10010110 | 101000 | 0 | 10110 | 1001111 | 11001 | 101011 | 1000010 | 101101 |
Color Harmonies of #C09628
Complementary color
Monochromatic Colors of #C09628
Black with #C09628
Text Example
Text Example
White with #C09628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09628; }
p { color: rgb(192,150,40); }
H1.HeaderClassName
{
color: #C09628;
}
.AnyTagClassName
{
color: #C09628;
}
</style>
background-color css
<style>
a { background-color: #C09628; }
a { background-color: rgb(192,150,40); }
div.DivClassName
{
background-color: #C09628;
}
.BgClassName
{
background-color: #C09628;
}
</style>
border-color css
<style>
span { border-color: #C09628; }
span { border-color: rgb(192,150,40); }
td.TdClassName
{
border-color: #C09628;
}
.TagClassName
{
border-color: #C09628;
}
</style>