Shades of Nugget #C99421
Tints of Nugget #C99421
RGB
CMYK
RGB Variations
Color information
#C99421 (or 0xC99421) is known color: Nugget. HEX triplet: C9, 94 and 21. RGB value is (201,148,33). Sum of RGB (Red+Green+Blue) = 201+148+33=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C99421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99421 is #366BDE. Grayscale: #979797. Windows color (decimal): -3566559 or 2200777. OLE color: 2200777.
HSL color Cylindrical-coordinate representation of color #C99421: hue angle of 41.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C99421 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 33 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.21 |
| HSL | 41.07º | 0.72% | 0.46% | - |
| HSV(B) | 41.07º | 0.84% | 0.79% | - |
| XYZ | 34.95 | 33.71 | 6.1 | - |
| YUV | 150.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 33 | 0 | 0.26 | 0.84 | 0.21 | 41.07 | 0.72 | 0.46 |
| Hex | C9 | 94 | 21 | 0 | 1A | 54 | 15 | 29 | 48 | 2E |
| Octal | 311 | 224 | 41 | 0 | 32 | 124 | 25 | 51 | 110 | 56 |
| Binary | 11001001 | 10010100 | 100001 | 0 | 11010 | 1010100 | 10101 | 101001 | 1001000 | 101110 |
Color Harmonies of #C99421
Complementary color
Monochromatic Colors of #C99421
Black with #C99421
Text Example
Text Example
White with #C99421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99421; }
p { color: rgb(201,148,33); }
H1.HeaderClassName
{
color: #C99421;
}
.AnyTagClassName
{
color: #C99421;
}
</style>
background-color css
<style>
a { background-color: #C99421; }
a { background-color: rgb(201,148,33); }
div.DivClassName
{
background-color: #C99421;
}
.BgClassName
{
background-color: #C99421;
}
</style>
border-color css
<style>
span { border-color: #C99421; }
span { border-color: rgb(201,148,33); }
td.TdClassName
{
border-color: #C99421;
}
.TagClassName
{
border-color: #C99421;
}
</style>