Shades of Nugget #C8962B
Tints of Nugget #C8962B
RGB
CMYK
RGB Variations
Color information
#C8962B (or 0xC8962B) is known color: Nugget. HEX triplet: C8, 96 and 2B. RGB value is (200,150,43). Sum of RGB (Red+Green+Blue) = 200+150+43=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8962B is #3769D4. Grayscale: #999999. Windows color (decimal): -3631573 or 2856648. OLE color: 2856648.
HSL color Cylindrical-coordinate representation of color #C8962B: hue angle of 40.89º 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 #C8962B is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 43 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.22 |
| HSL | 40.89º | 0.65% | 0.48% | - |
| HSV(B) | 40.89º | 0.79% | 0.78% | - |
| XYZ | 35.16 | 34.27 | 7.05 | - |
| YUV | 152.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 43 | 0 | 0.25 | 0.78 | 0.22 | 40.89 | 0.65 | 0.48 |
| Hex | C8 | 96 | 2B | 0 | 19 | 4E | 16 | 29 | 41 | 30 |
| Octal | 310 | 226 | 53 | 0 | 31 | 116 | 26 | 51 | 101 | 60 |
| Binary | 11001000 | 10010110 | 101011 | 0 | 11001 | 1001110 | 10110 | 101001 | 1000001 | 110000 |
Color Harmonies of #C8962B
Complementary color
Monochromatic Colors of #C8962B
Black with #C8962B
Text Example
Text Example
White with #C8962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8962B; }
p { color: rgb(200,150,43); }
H1.HeaderClassName
{
color: #C8962B;
}
.AnyTagClassName
{
color: #C8962B;
}
</style>
background-color css
<style>
a { background-color: #C8962B; }
a { background-color: rgb(200,150,43); }
div.DivClassName
{
background-color: #C8962B;
}
.BgClassName
{
background-color: #C8962B;
}
</style>
border-color css
<style>
span { border-color: #C8962B; }
span { border-color: rgb(200,150,43); }
td.TdClassName
{
border-color: #C8962B;
}
.TagClassName
{
border-color: #C8962B;
}
</style>