Shades of Nugget #C09932
Tints of Nugget #C09932
RGB
CMYK
RGB Variations
Color information
#C09932 (or 0xC09932) is known color: Nugget. HEX triplet: C0, 99 and 32. RGB value is (192,153,50). Sum of RGB (Red+Green+Blue) = 192+153+50=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C09932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09932 is #3F66CD. Grayscale: #999999. Windows color (decimal): -4155086 or 3316160. OLE color: 3316160.
HSL color Cylindrical-coordinate representation of color #C09932: hue angle of 43.52º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C09932 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 50 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.25 |
| HSL | 43.52º | 0.59% | 0.47% | - |
| HSV(B) | 43.52º | 0.74% | 0.75% | - |
| XYZ | 33.71 | 34.22 | 7.85 | - |
| YUV | 152.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 50 | 0 | 0.20 | 0.74 | 0.25 | 43.52 | 0.59 | 0.47 |
| Hex | C0 | 99 | 32 | 0 | 14 | 4A | 19 | 2C | 3B | 2F |
| Octal | 300 | 231 | 62 | 0 | 24 | 112 | 31 | 54 | 73 | 57 |
| Binary | 11000000 | 10011001 | 110010 | 0 | 10100 | 1001010 | 11001 | 101100 | 111011 | 101111 |
Color Harmonies of #C09932
Complementary color
Monochromatic Colors of #C09932
Black with #C09932
Text Example
Text Example
White with #C09932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09932; }
p { color: rgb(192,153,50); }
H1.HeaderClassName
{
color: #C09932;
}
.AnyTagClassName
{
color: #C09932;
}
</style>
background-color css
<style>
a { background-color: #C09932; }
a { background-color: rgb(192,153,50); }
div.DivClassName
{
background-color: #C09932;
}
.BgClassName
{
background-color: #C09932;
}
</style>
border-color css
<style>
span { border-color: #C09932; }
span { border-color: rgb(192,153,50); }
td.TdClassName
{
border-color: #C09932;
}
.TagClassName
{
border-color: #C09932;
}
</style>