Shades of Nugget #C8962C
Tints of Nugget #C8962C
RGB
CMYK
RGB Variations
Color information
#C8962C (or 0xC8962C) is known color: Nugget. HEX triplet: C8, 96 and 2C. RGB value is (200,150,44). Sum of RGB (Red+Green+Blue) = 200+150+44=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8962C is #3769D3. Grayscale: #999999. Windows color (decimal): -3631572 or 2922184. OLE color: 2922184.
HSL color Cylindrical-coordinate representation of color #C8962C: hue angle of 40.77º 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 #C8962C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 44 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.22 |
| HSL | 40.77º | 0.64% | 0.48% | - |
| HSV(B) | 40.77º | 0.78% | 0.78% | - |
| XYZ | 35.18 | 34.27 | 7.14 | - |
| YUV | 152.87 | 66.57 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 44 | 0 | 0.25 | 0.78 | 0.22 | 40.77 | 0.64 | 0.48 |
| Hex | C8 | 96 | 2C | 0 | 19 | 4E | 16 | 29 | 40 | 30 |
| Octal | 310 | 226 | 54 | 0 | 31 | 116 | 26 | 51 | 100 | 60 |
| Binary | 11001000 | 10010110 | 101100 | 0 | 11001 | 1001110 | 10110 | 101001 | 1000000 | 110000 |
Color Harmonies of #C8962C
Complementary color
Monochromatic Colors of #C8962C
Black with #C8962C
Text Example
Text Example
White with #C8962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8962C; }
p { color: rgb(200,150,44); }
H1.HeaderClassName
{
color: #C8962C;
}
.AnyTagClassName
{
color: #C8962C;
}
</style>
background-color css
<style>
a { background-color: #C8962C; }
a { background-color: rgb(200,150,44); }
div.DivClassName
{
background-color: #C8962C;
}
.BgClassName
{
background-color: #C8962C;
}
</style>
border-color css
<style>
span { border-color: #C8962C; }
span { border-color: rgb(200,150,44); }
td.TdClassName
{
border-color: #C8962C;
}
.TagClassName
{
border-color: #C8962C;
}
</style>