Shades of Nugget #C99122
Tints of Nugget #C99122
RGB
CMYK
RGB Variations
Color information
#C99122 (or 0xC99122) is known color: Nugget. HEX triplet: C9, 91 and 22. RGB value is (201,145,34). Sum of RGB (Red+Green+Blue) = 201+145+34=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C99122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99122 is #366EDD. Grayscale: #959595. Windows color (decimal): -3567326 or 2265545. OLE color: 2265545.
HSL color Cylindrical-coordinate representation of color #C99122: hue angle of 39.88º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C99122 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 34 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.21 |
| HSL | 39.88º | 0.71% | 0.46% | - |
| HSV(B) | 39.88º | 0.83% | 0.79% | - |
| XYZ | 34.5 | 32.78 | 6.02 | - |
| YUV | 149.09 | 63.05 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 34 | 0 | 0.28 | 0.83 | 0.21 | 39.88 | 0.71 | 0.46 |
| Hex | C9 | 91 | 22 | 0 | 1C | 53 | 15 | 28 | 47 | 2E |
| Octal | 311 | 221 | 42 | 0 | 34 | 123 | 25 | 50 | 107 | 56 |
| Binary | 11001001 | 10010001 | 100010 | 0 | 11100 | 1010011 | 10101 | 101000 | 1000111 | 101110 |
Color Harmonies of #C99122
Complementary color
Monochromatic Colors of #C99122
Black with #C99122
Text Example
Text Example
White with #C99122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99122; }
p { color: rgb(201,145,34); }
H1.HeaderClassName
{
color: #C99122;
}
.AnyTagClassName
{
color: #C99122;
}
</style>
background-color css
<style>
a { background-color: #C99122; }
a { background-color: rgb(201,145,34); }
div.DivClassName
{
background-color: #C99122;
}
.BgClassName
{
background-color: #C99122;
}
</style>
border-color css
<style>
span { border-color: #C99122; }
span { border-color: rgb(201,145,34); }
td.TdClassName
{
border-color: #C99122;
}
.TagClassName
{
border-color: #C99122;
}
</style>