Shades of Nugget #C09026
Tints of Nugget #C09026
RGB
CMYK
RGB Variations
Color information
#C09026 (or 0xC09026) is known color: Nugget. HEX triplet: C0, 90 and 26. RGB value is (192,144,38). Sum of RGB (Red+Green+Blue) = 192+144+38=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C09026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09026 is #3F6FD9. Grayscale: #929292. Windows color (decimal): -4157402 or 2527424. OLE color: 2527424.
HSL color Cylindrical-coordinate representation of color #C09026: hue angle of 41.3º degrees, saturation: 0.67, 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 #C09026 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 38 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.25 |
| HSL | 41.3º | 0.67% | 0.45% | - |
| HSV(B) | 41.3º | 0.8% | 0.75% | - |
| XYZ | 32.06 | 31.29 | 6.18 | - |
| YUV | 146.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 38 | 0 | 0.25 | 0.80 | 0.25 | 41.3 | 0.67 | 0.45 |
| Hex | C0 | 90 | 26 | 0 | 19 | 50 | 19 | 29 | 43 | 2D |
| Octal | 300 | 220 | 46 | 0 | 31 | 120 | 31 | 51 | 103 | 55 |
| Binary | 11000000 | 10010000 | 100110 | 0 | 11001 | 1010000 | 11001 | 101001 | 1000011 | 101101 |
Color Harmonies of #C09026
Complementary color
Monochromatic Colors of #C09026
Black with #C09026
Text Example
Text Example
White with #C09026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09026; }
p { color: rgb(192,144,38); }
H1.HeaderClassName
{
color: #C09026;
}
.AnyTagClassName
{
color: #C09026;
}
</style>
background-color css
<style>
a { background-color: #C09026; }
a { background-color: rgb(192,144,38); }
div.DivClassName
{
background-color: #C09026;
}
.BgClassName
{
background-color: #C09026;
}
</style>
border-color css
<style>
span { border-color: #C09026; }
span { border-color: rgb(192,144,38); }
td.TdClassName
{
border-color: #C09026;
}
.TagClassName
{
border-color: #C09026;
}
</style>