Shades of Nugget #C09727
Tints of Nugget #C09727
RGB
CMYK
RGB Variations
Color information
#C09727 (or 0xC09727) is known color: Nugget. HEX triplet: C0, 97 and 27. RGB value is (192,151,39). Sum of RGB (Red+Green+Blue) = 192+151+39=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C09727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09727 is #3F68D8. Grayscale: #969696. Windows color (decimal): -4155609 or 2594752. OLE color: 2594752.
HSL color Cylindrical-coordinate representation of color #C09727: hue angle of 43.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09727 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 39 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.25 |
| HSL | 43.92º | 0.66% | 0.45% | - |
| HSV(B) | 43.92º | 0.8% | 0.75% | - |
| XYZ | 33.17 | 33.49 | 6.63 | - |
| YUV | 150.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 39 | 0 | 0.21 | 0.80 | 0.25 | 43.92 | 0.66 | 0.45 |
| Hex | C0 | 97 | 27 | 0 | 15 | 50 | 19 | 2C | 42 | 2D |
| Octal | 300 | 227 | 47 | 0 | 25 | 120 | 31 | 54 | 102 | 55 |
| Binary | 11000000 | 10010111 | 100111 | 0 | 10101 | 1010000 | 11001 | 101100 | 1000010 | 101101 |
Color Harmonies of #C09727
Complementary color
Monochromatic Colors of #C09727
Black with #C09727
Text Example
Text Example
White with #C09727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09727; }
p { color: rgb(192,151,39); }
H1.HeaderClassName
{
color: #C09727;
}
.AnyTagClassName
{
color: #C09727;
}
</style>
background-color css
<style>
a { background-color: #C09727; }
a { background-color: rgb(192,151,39); }
div.DivClassName
{
background-color: #C09727;
}
.BgClassName
{
background-color: #C09727;
}
</style>
border-color css
<style>
span { border-color: #C09727; }
span { border-color: rgb(192,151,39); }
td.TdClassName
{
border-color: #C09727;
}
.TagClassName
{
border-color: #C09727;
}
</style>