Shades of Nugget #C09321
Tints of Nugget #C09321
RGB
CMYK
RGB Variations
Color information
#C09321 (or 0xC09321) is known color: Nugget. HEX triplet: C0, 93 and 21. RGB value is (192,147,33). Sum of RGB (Red+Green+Blue) = 192+147+33=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C09321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09321 is #3F6CDE. Grayscale: #939393. Windows color (decimal): -4156639 or 2200512. OLE color: 2200512.
HSL color Cylindrical-coordinate representation of color #C09321: hue angle of 43.02º 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 #C09321 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 33 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.25 |
| HSL | 43.02º | 0.71% | 0.44% | - |
| HSV(B) | 43.02º | 0.83% | 0.75% | - |
| XYZ | 32.45 | 32.18 | 5.94 | - |
| YUV | 147.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 33 | 0 | 0.23 | 0.83 | 0.25 | 43.02 | 0.71 | 0.44 |
| Hex | C0 | 93 | 21 | 0 | 17 | 53 | 19 | 2B | 47 | 2C |
| Octal | 300 | 223 | 41 | 0 | 27 | 123 | 31 | 53 | 107 | 54 |
| Binary | 11000000 | 10010011 | 100001 | 0 | 10111 | 1010011 | 11001 | 101011 | 1000111 | 101100 |
Color Harmonies of #C09321
Complementary color
Monochromatic Colors of #C09321
Black with #C09321
Text Example
Text Example
White with #C09321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09321; }
p { color: rgb(192,147,33); }
H1.HeaderClassName
{
color: #C09321;
}
.AnyTagClassName
{
color: #C09321;
}
</style>
background-color css
<style>
a { background-color: #C09321; }
a { background-color: rgb(192,147,33); }
div.DivClassName
{
background-color: #C09321;
}
.BgClassName
{
background-color: #C09321;
}
</style>
border-color css
<style>
span { border-color: #C09321; }
span { border-color: rgb(192,147,33); }
td.TdClassName
{
border-color: #C09321;
}
.TagClassName
{
border-color: #C09321;
}
</style>