Shades of Nugget #C8952B
Tints of Nugget #C8952B
RGB
CMYK
RGB Variations
Color information
#C8952B (or 0xC8952B) is known color: Nugget. HEX triplet: C8, 95 and 2B. RGB value is (200,149,43). Sum of RGB (Red+Green+Blue) = 200+149+43=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8952B is #376AD4. Grayscale: #989898. Windows color (decimal): -3631829 or 2856392. OLE color: 2856392.
HSL color Cylindrical-coordinate representation of color #C8952B: hue angle of 40.51º 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 #C8952B is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 43 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.22 |
| HSL | 40.51º | 0.65% | 0.48% | - |
| HSV(B) | 40.51º | 0.79% | 0.78% | - |
| XYZ | 35 | 33.95 | 6.99 | - |
| YUV | 152.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 43 | 0 | 0.26 | 0.78 | 0.22 | 40.51 | 0.65 | 0.48 |
| Hex | C8 | 95 | 2B | 0 | 1A | 4E | 16 | 29 | 41 | 30 |
| Octal | 310 | 225 | 53 | 0 | 32 | 116 | 26 | 51 | 101 | 60 |
| Binary | 11001000 | 10010101 | 101011 | 0 | 11010 | 1001110 | 10110 | 101001 | 1000001 | 110000 |
Color Harmonies of #C8952B
Complementary color
Monochromatic Colors of #C8952B
Black with #C8952B
Text Example
Text Example
White with #C8952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8952B; }
p { color: rgb(200,149,43); }
H1.HeaderClassName
{
color: #C8952B;
}
.AnyTagClassName
{
color: #C8952B;
}
</style>
background-color css
<style>
a { background-color: #C8952B; }
a { background-color: rgb(200,149,43); }
div.DivClassName
{
background-color: #C8952B;
}
.BgClassName
{
background-color: #C8952B;
}
</style>
border-color css
<style>
span { border-color: #C8952B; }
span { border-color: rgb(200,149,43); }
td.TdClassName
{
border-color: #C8952B;
}
.TagClassName
{
border-color: #C8952B;
}
</style>