Shades of Nugget #C8972E
Tints of Nugget #C8972E
RGB
CMYK
RGB Variations
Color information
#C8972E (or 0xC8972E) is known color: Nugget. HEX triplet: C8, 97 and 2E. RGB value is (200,151,46). Sum of RGB (Red+Green+Blue) = 200+151+46=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8972E is #3768D1. Grayscale: #9A9A9A. Windows color (decimal): -3631314 or 3053512. OLE color: 3053512.
HSL color Cylindrical-coordinate representation of color #C8972E: hue angle of 40.91º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8972E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 46 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.22 |
| HSL | 40.91º | 0.63% | 0.48% | - |
| HSV(B) | 40.91º | 0.77% | 0.78% | - |
| XYZ | 35.38 | 34.61 | 7.4 | - |
| YUV | 153.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 46 | 0 | 0.24 | 0.77 | 0.22 | 40.91 | 0.63 | 0.48 |
| Hex | C8 | 97 | 2E | 0 | 18 | 4D | 16 | 29 | 3F | 30 |
| Octal | 310 | 227 | 56 | 0 | 30 | 115 | 26 | 51 | 77 | 60 |
| Binary | 11001000 | 10010111 | 101110 | 0 | 11000 | 1001101 | 10110 | 101001 | 111111 | 110000 |
Color Harmonies of #C8972E
Complementary color
Monochromatic Colors of #C8972E
Black with #C8972E
Text Example
Text Example
White with #C8972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8972E; }
p { color: rgb(200,151,46); }
H1.HeaderClassName
{
color: #C8972E;
}
.AnyTagClassName
{
color: #C8972E;
}
</style>
background-color css
<style>
a { background-color: #C8972E; }
a { background-color: rgb(200,151,46); }
div.DivClassName
{
background-color: #C8972E;
}
.BgClassName
{
background-color: #C8972E;
}
</style>
border-color css
<style>
span { border-color: #C8972E; }
span { border-color: rgb(200,151,46); }
td.TdClassName
{
border-color: #C8972E;
}
.TagClassName
{
border-color: #C8972E;
}
</style>