Shades of Nugget #C9982D
Tints of Nugget #C9982D
RGB
CMYK
RGB Variations
Color information
#C9982D (or 0xC9982D) is known color: Nugget. HEX triplet: C9, 98 and 2D. RGB value is (201,152,45). Sum of RGB (Red+Green+Blue) = 201+152+45=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9982D is #3667D2. Grayscale: #9A9A9A. Windows color (decimal): -3565523 or 2988233. OLE color: 2988233.
HSL color Cylindrical-coordinate representation of color #C9982D: hue angle of 41.15º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9982D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 45 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.21 |
| HSL | 41.15º | 0.63% | 0.48% | - |
| HSV(B) | 41.15º | 0.78% | 0.79% | - |
| XYZ | 35.79 | 35.06 | 7.36 | - |
| YUV | 154.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 45 | 0 | 0.24 | 0.78 | 0.21 | 41.15 | 0.63 | 0.48 |
| Hex | C9 | 98 | 2D | 0 | 18 | 4E | 15 | 29 | 3F | 30 |
| Octal | 311 | 230 | 55 | 0 | 30 | 116 | 25 | 51 | 77 | 60 |
| Binary | 11001001 | 10011000 | 101101 | 0 | 11000 | 1001110 | 10101 | 101001 | 111111 | 110000 |
Color Harmonies of #C9982D
Complementary color
Monochromatic Colors of #C9982D
Black with #C9982D
Text Example
Text Example
White with #C9982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9982D; }
p { color: rgb(201,152,45); }
H1.HeaderClassName
{
color: #C9982D;
}
.AnyTagClassName
{
color: #C9982D;
}
</style>
background-color css
<style>
a { background-color: #C9982D; }
a { background-color: rgb(201,152,45); }
div.DivClassName
{
background-color: #C9982D;
}
.BgClassName
{
background-color: #C9982D;
}
</style>
border-color css
<style>
span { border-color: #C9982D; }
span { border-color: rgb(201,152,45); }
td.TdClassName
{
border-color: #C9982D;
}
.TagClassName
{
border-color: #C9982D;
}
</style>