Shades of Nugget #C09927
Tints of Nugget #C09927
RGB
CMYK
RGB Variations
Color information
#C09927 (or 0xC09927) is known color: Nugget. HEX triplet: C0, 99 and 27. RGB value is (192,153,39). Sum of RGB (Red+Green+Blue) = 192+153+39=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C09927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09927 is #3F66D8. Grayscale: #989898. Windows color (decimal): -4155097 or 2595264. OLE color: 2595264.
HSL color Cylindrical-coordinate representation of color #C09927: hue angle of 44.71º 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 #C09927 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 39 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.25 |
| HSL | 44.71º | 0.66% | 0.45% | - |
| HSV(B) | 44.71º | 0.8% | 0.75% | - |
| XYZ | 33.5 | 34.14 | 6.74 | - |
| YUV | 151.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 39 | 0 | 0.20 | 0.80 | 0.25 | 44.71 | 0.66 | 0.45 |
| Hex | C0 | 99 | 27 | 0 | 14 | 50 | 19 | 2D | 42 | 2D |
| Octal | 300 | 231 | 47 | 0 | 24 | 120 | 31 | 55 | 102 | 55 |
| Binary | 11000000 | 10011001 | 100111 | 0 | 10100 | 1010000 | 11001 | 101101 | 1000010 | 101101 |
Color Harmonies of #C09927
Complementary color
Monochromatic Colors of #C09927
Black with #C09927
Text Example
Text Example
White with #C09927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09927; }
p { color: rgb(192,153,39); }
H1.HeaderClassName
{
color: #C09927;
}
.AnyTagClassName
{
color: #C09927;
}
</style>
background-color css
<style>
a { background-color: #C09927; }
a { background-color: rgb(192,153,39); }
div.DivClassName
{
background-color: #C09927;
}
.BgClassName
{
background-color: #C09927;
}
</style>
border-color css
<style>
span { border-color: #C09927; }
span { border-color: rgb(192,153,39); }
td.TdClassName
{
border-color: #C09927;
}
.TagClassName
{
border-color: #C09927;
}
</style>