Shades of Nugget #C8982F
Tints of Nugget #C8982F
RGB
CMYK
RGB Variations
Color information
#C8982F (or 0xC8982F) is known color: Nugget. HEX triplet: C8, 98 and 2F. RGB value is (200,152,47). Sum of RGB (Red+Green+Blue) = 200+152+47=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8982F is #3767D0. Grayscale: #9A9A9A. Windows color (decimal): -3631057 or 3119304. OLE color: 3119304.
HSL color Cylindrical-coordinate representation of color #C8982F: hue angle of 41.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8982F is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 47 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.22 |
| HSL | 41.18º | 0.62% | 0.48% | - |
| HSV(B) | 41.18º | 0.77% | 0.78% | - |
| XYZ | 35.56 | 34.94 | 7.56 | - |
| YUV | 154.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 47 | 0 | 0.24 | 0.76 | 0.22 | 41.18 | 0.62 | 0.48 |
| Hex | C8 | 98 | 2F | 0 | 18 | 4C | 16 | 29 | 3E | 30 |
| Octal | 310 | 230 | 57 | 0 | 30 | 114 | 26 | 51 | 76 | 60 |
| Binary | 11001000 | 10011000 | 101111 | 0 | 11000 | 1001100 | 10110 | 101001 | 111110 | 110000 |
Color Harmonies of #C8982F
Complementary color
Monochromatic Colors of #C8982F
Black with #C8982F
Text Example
Text Example
White with #C8982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8982F; }
p { color: rgb(200,152,47); }
H1.HeaderClassName
{
color: #C8982F;
}
.AnyTagClassName
{
color: #C8982F;
}
</style>
background-color css
<style>
a { background-color: #C8982F; }
a { background-color: rgb(200,152,47); }
div.DivClassName
{
background-color: #C8982F;
}
.BgClassName
{
background-color: #C8982F;
}
</style>
border-color css
<style>
span { border-color: #C8982F; }
span { border-color: rgb(200,152,47); }
td.TdClassName
{
border-color: #C8982F;
}
.TagClassName
{
border-color: #C8982F;
}
</style>