Shades of Nugget #C99022
Tints of Nugget #C99022
RGB
CMYK
RGB Variations
Color information
#C99022 (or 0xC99022) is known color: Nugget. HEX triplet: C9, 90 and 22. RGB value is (201,144,34). Sum of RGB (Red+Green+Blue) = 201+144+34=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C99022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99022 is #366FDD. Grayscale: #959595. Windows color (decimal): -3567582 or 2265289. OLE color: 2265289.
HSL color Cylindrical-coordinate representation of color #C99022: hue angle of 39.52º 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 #C99022 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 34 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.21 |
| HSL | 39.52º | 0.71% | 0.46% | - |
| HSV(B) | 39.52º | 0.83% | 0.79% | - |
| XYZ | 34.35 | 32.48 | 5.97 | - |
| YUV | 148.5 | 63.38 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 34 | 0 | 0.28 | 0.83 | 0.21 | 39.52 | 0.71 | 0.46 |
| Hex | C9 | 90 | 22 | 0 | 1C | 53 | 15 | 28 | 47 | 2E |
| Octal | 311 | 220 | 42 | 0 | 34 | 123 | 25 | 50 | 107 | 56 |
| Binary | 11001001 | 10010000 | 100010 | 0 | 11100 | 1010011 | 10101 | 101000 | 1000111 | 101110 |
Color Harmonies of #C99022
Complementary color
Monochromatic Colors of #C99022
Black with #C99022
Text Example
Text Example
White with #C99022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99022; }
p { color: rgb(201,144,34); }
H1.HeaderClassName
{
color: #C99022;
}
.AnyTagClassName
{
color: #C99022;
}
</style>
background-color css
<style>
a { background-color: #C99022; }
a { background-color: rgb(201,144,34); }
div.DivClassName
{
background-color: #C99022;
}
.BgClassName
{
background-color: #C99022;
}
</style>
border-color css
<style>
span { border-color: #C99022; }
span { border-color: rgb(201,144,34); }
td.TdClassName
{
border-color: #C99022;
}
.TagClassName
{
border-color: #C99022;
}
</style>