Shades of Nugget #C8992E
Tints of Nugget #C8992E
RGB
CMYK
RGB Variations
Color information
#C8992E (or 0xC8992E) is known color: Nugget. HEX triplet: C8, 99 and 2E. RGB value is (200,153,46). Sum of RGB (Red+Green+Blue) = 200+153+46=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8992E is #3766D1. Grayscale: #9B9B9B. Windows color (decimal): -3630802 or 3054024. OLE color: 3054024.
HSL color Cylindrical-coordinate representation of color #C8992E: hue angle of 41.69º 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 #C8992E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 46 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.22 |
| HSL | 41.69º | 0.63% | 0.48% | - |
| HSV(B) | 41.69º | 0.77% | 0.78% | - |
| XYZ | 35.7 | 35.26 | 7.51 | - |
| YUV | 154.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 46 | 0 | 0.24 | 0.77 | 0.22 | 41.69 | 0.63 | 0.48 |
| Hex | C8 | 99 | 2E | 0 | 18 | 4D | 16 | 2A | 3F | 30 |
| Octal | 310 | 231 | 56 | 0 | 30 | 115 | 26 | 52 | 77 | 60 |
| Binary | 11001000 | 10011001 | 101110 | 0 | 11000 | 1001101 | 10110 | 101010 | 111111 | 110000 |
Color Harmonies of #C8992E
Complementary color
Monochromatic Colors of #C8992E
Black with #C8992E
Text Example
Text Example
White with #C8992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8992E; }
p { color: rgb(200,153,46); }
H1.HeaderClassName
{
color: #C8992E;
}
.AnyTagClassName
{
color: #C8992E;
}
</style>
background-color css
<style>
a { background-color: #C8992E; }
a { background-color: rgb(200,153,46); }
div.DivClassName
{
background-color: #C8992E;
}
.BgClassName
{
background-color: #C8992E;
}
</style>
border-color css
<style>
span { border-color: #C8992E; }
span { border-color: rgb(200,153,46); }
td.TdClassName
{
border-color: #C8992E;
}
.TagClassName
{
border-color: #C8992E;
}
</style>