Shades of Nugget #C09327
Tints of Nugget #C09327
RGB
CMYK
RGB Variations
Color information
#C09327 (or 0xC09327) is known color: Nugget. HEX triplet: C0, 93 and 27. RGB value is (192,147,39). Sum of RGB (Red+Green+Blue) = 192+147+39=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C09327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09327 is #3F6CD8. Grayscale: #949494. Windows color (decimal): -4156633 or 2593728. OLE color: 2593728.
HSL color Cylindrical-coordinate representation of color #C09327: hue angle of 42.35º 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 #C09327 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 39 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.25 |
| HSL | 42.35º | 0.66% | 0.45% | - |
| HSV(B) | 42.35º | 0.8% | 0.75% | - |
| XYZ | 32.54 | 32.22 | 6.42 | - |
| YUV | 148.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 39 | 0 | 0.23 | 0.80 | 0.25 | 42.35 | 0.66 | 0.45 |
| Hex | C0 | 93 | 27 | 0 | 17 | 50 | 19 | 2A | 42 | 2D |
| Octal | 300 | 223 | 47 | 0 | 27 | 120 | 31 | 52 | 102 | 55 |
| Binary | 11000000 | 10010011 | 100111 | 0 | 10111 | 1010000 | 11001 | 101010 | 1000010 | 101101 |
Color Harmonies of #C09327
Complementary color
Monochromatic Colors of #C09327
Black with #C09327
Text Example
Text Example
White with #C09327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09327; }
p { color: rgb(192,147,39); }
H1.HeaderClassName
{
color: #C09327;
}
.AnyTagClassName
{
color: #C09327;
}
</style>
background-color css
<style>
a { background-color: #C09327; }
a { background-color: rgb(192,147,39); }
div.DivClassName
{
background-color: #C09327;
}
.BgClassName
{
background-color: #C09327;
}
</style>
border-color css
<style>
span { border-color: #C09327; }
span { border-color: rgb(192,147,39); }
td.TdClassName
{
border-color: #C09327;
}
.TagClassName
{
border-color: #C09327;
}
</style>