Shades of Nugget #C8972C
Tints of Nugget #C8972C
RGB
CMYK
RGB Variations
Color information
#C8972C (or 0xC8972C) is known color: Nugget. HEX triplet: C8, 97 and 2C. RGB value is (200,151,44). Sum of RGB (Red+Green+Blue) = 200+151+44=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8972C is #3768D3. Grayscale: #999999. Windows color (decimal): -3631316 or 2922440. OLE color: 2922440.
HSL color Cylindrical-coordinate representation of color #C8972C: hue angle of 41.15º degrees, saturation: 0.64, 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 #C8972C is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 44 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.22 |
| HSL | 41.15º | 0.64% | 0.48% | - |
| HSV(B) | 41.15º | 0.78% | 0.78% | - |
| XYZ | 35.34 | 34.59 | 7.2 | - |
| YUV | 153.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 44 | 0 | 0.24 | 0.78 | 0.22 | 41.15 | 0.64 | 0.48 |
| Hex | C8 | 97 | 2C | 0 | 18 | 4E | 16 | 29 | 40 | 30 |
| Octal | 310 | 227 | 54 | 0 | 30 | 116 | 26 | 51 | 100 | 60 |
| Binary | 11001000 | 10010111 | 101100 | 0 | 11000 | 1001110 | 10110 | 101001 | 1000000 | 110000 |
Color Harmonies of #C8972C
Complementary color
Monochromatic Colors of #C8972C
Black with #C8972C
Text Example
Text Example
White with #C8972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8972C; }
p { color: rgb(200,151,44); }
H1.HeaderClassName
{
color: #C8972C;
}
.AnyTagClassName
{
color: #C8972C;
}
</style>
background-color css
<style>
a { background-color: #C8972C; }
a { background-color: rgb(200,151,44); }
div.DivClassName
{
background-color: #C8972C;
}
.BgClassName
{
background-color: #C8972C;
}
</style>
border-color css
<style>
span { border-color: #C8972C; }
span { border-color: rgb(200,151,44); }
td.TdClassName
{
border-color: #C8972C;
}
.TagClassName
{
border-color: #C8972C;
}
</style>