Shades of Nugget #C09621
Tints of Nugget #C09621
RGB
CMYK
RGB Variations
Color information
#C09621 (or 0xC09621) is known color: Nugget. HEX triplet: C0, 96 and 21. RGB value is (192,150,33). Sum of RGB (Red+Green+Blue) = 192+150+33=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09621 is #3F69DE. Grayscale: #959595. Windows color (decimal): -4155871 or 2201280. OLE color: 2201280.
HSL color Cylindrical-coordinate representation of color #C09621: hue angle of 44.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09621 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 33 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.25 |
| HSL | 44.15º | 0.71% | 0.44% | - |
| HSV(B) | 44.15º | 0.83% | 0.75% | - |
| XYZ | 32.92 | 33.13 | 6.1 | - |
| YUV | 149.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 33 | 0 | 0.22 | 0.83 | 0.25 | 44.15 | 0.71 | 0.44 |
| Hex | C0 | 96 | 21 | 0 | 16 | 53 | 19 | 2C | 47 | 2C |
| Octal | 300 | 226 | 41 | 0 | 26 | 123 | 31 | 54 | 107 | 54 |
| Binary | 11000000 | 10010110 | 100001 | 0 | 10110 | 1010011 | 11001 | 101100 | 1000111 | 101100 |
Color Harmonies of #C09621
Complementary color
Monochromatic Colors of #C09621
Black with #C09621
Text Example
Text Example
White with #C09621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09621; }
p { color: rgb(192,150,33); }
H1.HeaderClassName
{
color: #C09621;
}
.AnyTagClassName
{
color: #C09621;
}
</style>
background-color css
<style>
a { background-color: #C09621; }
a { background-color: rgb(192,150,33); }
div.DivClassName
{
background-color: #C09621;
}
.BgClassName
{
background-color: #C09621;
}
</style>
border-color css
<style>
span { border-color: #C09621; }
span { border-color: rgb(192,150,33); }
td.TdClassName
{
border-color: #C09621;
}
.TagClassName
{
border-color: #C09621;
}
</style>