Shades of Nugget #C09623
Tints of Nugget #C09623
RGB
CMYK
RGB Variations
Color information
#C09623 (or 0xC09623) is known color: Nugget. HEX triplet: C0, 96 and 23. RGB value is (192,150,35). Sum of RGB (Red+Green+Blue) = 192+150+35=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09623 is #3F69DC. Grayscale: #959595. Windows color (decimal): -4155869 or 2332352. OLE color: 2332352.
HSL color Cylindrical-coordinate representation of color #C09623: hue angle of 43.95º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09623 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 35 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.25 |
| HSL | 43.95º | 0.69% | 0.45% | - |
| HSV(B) | 43.95º | 0.82% | 0.75% | - |
| XYZ | 32.95 | 33.14 | 6.25 | - |
| YUV | 149.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 35 | 0 | 0.22 | 0.82 | 0.25 | 43.95 | 0.69 | 0.45 |
| Hex | C0 | 96 | 23 | 0 | 16 | 52 | 19 | 2C | 45 | 2D |
| Octal | 300 | 226 | 43 | 0 | 26 | 122 | 31 | 54 | 105 | 55 |
| Binary | 11000000 | 10010110 | 100011 | 0 | 10110 | 1010010 | 11001 | 101100 | 1000101 | 101101 |
Color Harmonies of #C09623
Complementary color
Monochromatic Colors of #C09623
Black with #C09623
Text Example
Text Example
White with #C09623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09623; }
p { color: rgb(192,150,35); }
H1.HeaderClassName
{
color: #C09623;
}
.AnyTagClassName
{
color: #C09623;
}
</style>
background-color css
<style>
a { background-color: #C09623; }
a { background-color: rgb(192,150,35); }
div.DivClassName
{
background-color: #C09623;
}
.BgClassName
{
background-color: #C09623;
}
</style>
border-color css
<style>
span { border-color: #C09623; }
span { border-color: rgb(192,150,35); }
td.TdClassName
{
border-color: #C09623;
}
.TagClassName
{
border-color: #C09623;
}
</style>