Shades of Nugget #C09022
Tints of Nugget #C09022
RGB
CMYK
RGB Variations
Color information
#C09022 (or 0xC09022) is known color: Nugget. HEX triplet: C0, 90 and 22. RGB value is (192,144,34). Sum of RGB (Red+Green+Blue) = 192+144+34=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C09022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09022 is #3F6FDD. Grayscale: #929292. Windows color (decimal): -4157406 or 2265280. OLE color: 2265280.
HSL color Cylindrical-coordinate representation of color #C09022: hue angle of 41.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09022 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 34 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.25 |
| HSL | 41.77º | 0.7% | 0.44% | - |
| HSV(B) | 41.77º | 0.82% | 0.75% | - |
| XYZ | 32 | 31.27 | 5.86 | - |
| YUV | 145.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 34 | 0 | 0.25 | 0.82 | 0.25 | 41.77 | 0.7 | 0.44 |
| Hex | C0 | 90 | 22 | 0 | 19 | 52 | 19 | 2A | 46 | 2C |
| Octal | 300 | 220 | 42 | 0 | 31 | 122 | 31 | 52 | 106 | 54 |
| Binary | 11000000 | 10010000 | 100010 | 0 | 11001 | 1010010 | 11001 | 101010 | 1000110 | 101100 |
Color Harmonies of #C09022
Complementary color
Monochromatic Colors of #C09022
Black with #C09022
Text Example
Text Example
White with #C09022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09022; }
p { color: rgb(192,144,34); }
H1.HeaderClassName
{
color: #C09022;
}
.AnyTagClassName
{
color: #C09022;
}
</style>
background-color css
<style>
a { background-color: #C09022; }
a { background-color: rgb(192,144,34); }
div.DivClassName
{
background-color: #C09022;
}
.BgClassName
{
background-color: #C09022;
}
</style>
border-color css
<style>
span { border-color: #C09022; }
span { border-color: rgb(192,144,34); }
td.TdClassName
{
border-color: #C09022;
}
.TagClassName
{
border-color: #C09022;
}
</style>