Shades of Nugget #C8982B
Tints of Nugget #C8982B
RGB
CMYK
RGB Variations
Color information
#C8982B (or 0xC8982B) is known color: Nugget. HEX triplet: C8, 98 and 2B. RGB value is (200,152,43). Sum of RGB (Red+Green+Blue) = 200+152+43=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8982B is #3767D4. Grayscale: #9A9A9A. Windows color (decimal): -3631061 or 2857160. OLE color: 2857160.
HSL color Cylindrical-coordinate representation of color #C8982B: hue angle of 41.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8982B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 43 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.22 |
| HSL | 41.66º | 0.65% | 0.48% | - |
| HSV(B) | 41.66º | 0.79% | 0.78% | - |
| XYZ | 35.48 | 34.91 | 7.15 | - |
| YUV | 153.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 43 | 0 | 0.24 | 0.78 | 0.22 | 41.66 | 0.65 | 0.48 |
| Hex | C8 | 98 | 2B | 0 | 18 | 4E | 16 | 2A | 41 | 30 |
| Octal | 310 | 230 | 53 | 0 | 30 | 116 | 26 | 52 | 101 | 60 |
| Binary | 11001000 | 10011000 | 101011 | 0 | 11000 | 1001110 | 10110 | 101010 | 1000001 | 110000 |
Color Harmonies of #C8982B
Complementary color
Monochromatic Colors of #C8982B
Black with #C8982B
Text Example
Text Example
White with #C8982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8982B; }
p { color: rgb(200,152,43); }
H1.HeaderClassName
{
color: #C8982B;
}
.AnyTagClassName
{
color: #C8982B;
}
</style>
background-color css
<style>
a { background-color: #C8982B; }
a { background-color: rgb(200,152,43); }
div.DivClassName
{
background-color: #C8982B;
}
.BgClassName
{
background-color: #C8982B;
}
</style>
border-color css
<style>
span { border-color: #C8982B; }
span { border-color: rgb(200,152,43); }
td.TdClassName
{
border-color: #C8982B;
}
.TagClassName
{
border-color: #C8982B;
}
</style>