Shades of Nugget #C09122
Tints of Nugget #C09122
RGB
CMYK
RGB Variations
Color information
#C09122 (or 0xC09122) is known color: Nugget. HEX triplet: C0, 91 and 22. RGB value is (192,145,34). Sum of RGB (Red+Green+Blue) = 192+145+34=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C09122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09122 is #3F6EDD. Grayscale: #929292. Windows color (decimal): -4157150 or 2265536. OLE color: 2265536.
HSL color Cylindrical-coordinate representation of color #C09122: hue angle of 42.15º 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 #C09122 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 34 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.25 |
| HSL | 42.15º | 0.7% | 0.44% | - |
| HSV(B) | 42.15º | 0.82% | 0.75% | - |
| XYZ | 32.15 | 31.57 | 5.91 | - |
| YUV | 146.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 34 | 0 | 0.24 | 0.82 | 0.25 | 42.15 | 0.7 | 0.44 |
| Hex | C0 | 91 | 22 | 0 | 18 | 52 | 19 | 2A | 46 | 2C |
| Octal | 300 | 221 | 42 | 0 | 30 | 122 | 31 | 52 | 106 | 54 |
| Binary | 11000000 | 10010001 | 100010 | 0 | 11000 | 1010010 | 11001 | 101010 | 1000110 | 101100 |
Color Harmonies of #C09122
Complementary color
Monochromatic Colors of #C09122
Black with #C09122
Text Example
Text Example
White with #C09122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09122; }
p { color: rgb(192,145,34); }
H1.HeaderClassName
{
color: #C09122;
}
.AnyTagClassName
{
color: #C09122;
}
</style>
background-color css
<style>
a { background-color: #C09122; }
a { background-color: rgb(192,145,34); }
div.DivClassName
{
background-color: #C09122;
}
.BgClassName
{
background-color: #C09122;
}
</style>
border-color css
<style>
span { border-color: #C09122; }
span { border-color: rgb(192,145,34); }
td.TdClassName
{
border-color: #C09122;
}
.TagClassName
{
border-color: #C09122;
}
</style>