Shades of Nugget #C09931
Tints of Nugget #C09931
RGB
CMYK
RGB Variations
Color information
#C09931 (or 0xC09931) is known color: Nugget. HEX triplet: C0, 99 and 31. RGB value is (192,153,49). Sum of RGB (Red+Green+Blue) = 192+153+49=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C09931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09931 is #3F66CE. Grayscale: #999999. Windows color (decimal): -4155087 or 3250624. OLE color: 3250624.
HSL color Cylindrical-coordinate representation of color #C09931: hue angle of 43.64º 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 #C09931 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 49 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.25 |
| HSL | 43.64º | 0.59% | 0.47% | - |
| HSV(B) | 43.64º | 0.74% | 0.75% | - |
| XYZ | 33.68 | 34.21 | 7.73 | - |
| YUV | 152.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 49 | 0 | 0.20 | 0.74 | 0.25 | 43.64 | 0.59 | 0.47 |
| Hex | C0 | 99 | 31 | 0 | 14 | 4A | 19 | 2C | 3B | 2F |
| Octal | 300 | 231 | 61 | 0 | 24 | 112 | 31 | 54 | 73 | 57 |
| Binary | 11000000 | 10011001 | 110001 | 0 | 10100 | 1001010 | 11001 | 101100 | 111011 | 101111 |
Color Harmonies of #C09931
Complementary color
Monochromatic Colors of #C09931
Black with #C09931
Text Example
Text Example
White with #C09931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09931; }
p { color: rgb(192,153,49); }
H1.HeaderClassName
{
color: #C09931;
}
.AnyTagClassName
{
color: #C09931;
}
</style>
background-color css
<style>
a { background-color: #C09931; }
a { background-color: rgb(192,153,49); }
div.DivClassName
{
background-color: #C09931;
}
.BgClassName
{
background-color: #C09931;
}
</style>
border-color css
<style>
span { border-color: #C09931; }
span { border-color: rgb(192,153,49); }
td.TdClassName
{
border-color: #C09931;
}
.TagClassName
{
border-color: #C09931;
}
</style>