Shades of Nugget #C09730
Tints of Nugget #C09730
RGB
CMYK
RGB Variations
Color information
#C09730 (or 0xC09730) is known color: Nugget. HEX triplet: C0, 97 and 30. RGB value is (192,151,48). Sum of RGB (Red+Green+Blue) = 192+151+48=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C09730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09730 is #3F68CF. Grayscale: #979797. Windows color (decimal): -4155600 or 3184576. OLE color: 3184576.
HSL color Cylindrical-coordinate representation of color #C09730: hue angle of 42.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C09730 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 48 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.25 |
| HSL | 42.92º | 0.6% | 0.47% | - |
| HSV(B) | 42.92º | 0.75% | 0.75% | - |
| XYZ | 33.34 | 33.55 | 7.52 | - |
| YUV | 151.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 48 | 0 | 0.21 | 0.75 | 0.25 | 42.92 | 0.6 | 0.47 |
| Hex | C0 | 97 | 30 | 0 | 15 | 4B | 19 | 2B | 3C | 2F |
| Octal | 300 | 227 | 60 | 0 | 25 | 113 | 31 | 53 | 74 | 57 |
| Binary | 11000000 | 10010111 | 110000 | 0 | 10101 | 1001011 | 11001 | 101011 | 111100 | 101111 |
Color Harmonies of #C09730
Complementary color
Monochromatic Colors of #C09730
Black with #C09730
Text Example
Text Example
White with #C09730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09730; }
p { color: rgb(192,151,48); }
H1.HeaderClassName
{
color: #C09730;
}
.AnyTagClassName
{
color: #C09730;
}
</style>
background-color css
<style>
a { background-color: #C09730; }
a { background-color: rgb(192,151,48); }
div.DivClassName
{
background-color: #C09730;
}
.BgClassName
{
background-color: #C09730;
}
</style>
border-color css
<style>
span { border-color: #C09730; }
span { border-color: rgb(192,151,48); }
td.TdClassName
{
border-color: #C09730;
}
.TagClassName
{
border-color: #C09730;
}
</style>