Shades of Nugget #C99322
Tints of Nugget #C99322
RGB
CMYK
RGB Variations
Color information
#C99322 (or 0xC99322) is known color: Nugget. HEX triplet: C9, 93 and 22. RGB value is (201,147,34). Sum of RGB (Red+Green+Blue) = 201+147+34=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C99322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99322 is #366CDD. Grayscale: #969696. Windows color (decimal): -3566814 or 2266057. OLE color: 2266057.
HSL color Cylindrical-coordinate representation of color #C99322: hue angle of 40.6º 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 #C99322 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 34 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.21 |
| HSL | 40.6º | 0.71% | 0.46% | - |
| HSV(B) | 40.6º | 0.83% | 0.79% | - |
| XYZ | 34.81 | 33.4 | 6.13 | - |
| YUV | 150.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 34 | 0 | 0.27 | 0.83 | 0.21 | 40.6 | 0.71 | 0.46 |
| Hex | C9 | 93 | 22 | 0 | 1B | 53 | 15 | 29 | 47 | 2E |
| Octal | 311 | 223 | 42 | 0 | 33 | 123 | 25 | 51 | 107 | 56 |
| Binary | 11001001 | 10010011 | 100010 | 0 | 11011 | 1010011 | 10101 | 101001 | 1000111 | 101110 |
Color Harmonies of #C99322
Complementary color
Monochromatic Colors of #C99322
Black with #C99322
Text Example
Text Example
White with #C99322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99322; }
p { color: rgb(201,147,34); }
H1.HeaderClassName
{
color: #C99322;
}
.AnyTagClassName
{
color: #C99322;
}
</style>
background-color css
<style>
a { background-color: #C99322; }
a { background-color: rgb(201,147,34); }
div.DivClassName
{
background-color: #C99322;
}
.BgClassName
{
background-color: #C99322;
}
</style>
border-color css
<style>
span { border-color: #C99322; }
span { border-color: rgb(201,147,34); }
td.TdClassName
{
border-color: #C99322;
}
.TagClassName
{
border-color: #C99322;
}
</style>