Shades of Nugget #C09023
Tints of Nugget #C09023
RGB
CMYK
RGB Variations
Color information
#C09023 (or 0xC09023) is known color: Nugget. HEX triplet: C0, 90 and 23. RGB value is (192,144,35). Sum of RGB (Red+Green+Blue) = 192+144+35=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C09023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09023 is #3F6FDC. Grayscale: #929292. Windows color (decimal): -4157405 or 2330816. OLE color: 2330816.
HSL color Cylindrical-coordinate representation of color #C09023: hue angle of 41.66º 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 #C09023 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 35 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.25 |
| HSL | 41.66º | 0.69% | 0.45% | - |
| HSV(B) | 41.66º | 0.82% | 0.75% | - |
| XYZ | 32.01 | 31.27 | 5.94 | - |
| YUV | 145.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 35 | 0 | 0.25 | 0.82 | 0.25 | 41.66 | 0.69 | 0.45 |
| Hex | C0 | 90 | 23 | 0 | 19 | 52 | 19 | 2A | 45 | 2D |
| Octal | 300 | 220 | 43 | 0 | 31 | 122 | 31 | 52 | 105 | 55 |
| Binary | 11000000 | 10010000 | 100011 | 0 | 11001 | 1010010 | 11001 | 101010 | 1000101 | 101101 |
Color Harmonies of #C09023
Complementary color
Monochromatic Colors of #C09023
Black with #C09023
Text Example
Text Example
White with #C09023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09023; }
p { color: rgb(192,144,35); }
H1.HeaderClassName
{
color: #C09023;
}
.AnyTagClassName
{
color: #C09023;
}
</style>
background-color css
<style>
a { background-color: #C09023; }
a { background-color: rgb(192,144,35); }
div.DivClassName
{
background-color: #C09023;
}
.BgClassName
{
background-color: #C09023;
}
</style>
border-color css
<style>
span { border-color: #C09023; }
span { border-color: rgb(192,144,35); }
td.TdClassName
{
border-color: #C09023;
}
.TagClassName
{
border-color: #C09023;
}
</style>