Shades of Nugget #C8952D
Tints of Nugget #C8952D
RGB
CMYK
RGB Variations
Color information
#C8952D (or 0xC8952D) is known color: Nugget. HEX triplet: C8, 95 and 2D. RGB value is (200,149,45). Sum of RGB (Red+Green+Blue) = 200+149+45=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8952D is #376AD2. Grayscale: #989898. Windows color (decimal): -3631827 or 2987464. OLE color: 2987464.
HSL color Cylindrical-coordinate representation of color #C8952D: hue angle of 40.26º 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 #C8952D is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 45 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.22 |
| HSL | 40.26º | 0.63% | 0.48% | - |
| HSV(B) | 40.26º | 0.78% | 0.78% | - |
| XYZ | 35.04 | 33.96 | 7.19 | - |
| YUV | 152.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 45 | 0 | 0.26 | 0.78 | 0.22 | 40.26 | 0.63 | 0.48 |
| Hex | C8 | 95 | 2D | 0 | 1A | 4E | 16 | 28 | 3F | 30 |
| Octal | 310 | 225 | 55 | 0 | 32 | 116 | 26 | 50 | 77 | 60 |
| Binary | 11001000 | 10010101 | 101101 | 0 | 11010 | 1001110 | 10110 | 101000 | 111111 | 110000 |
Color Harmonies of #C8952D
Complementary color
Monochromatic Colors of #C8952D
Black with #C8952D
Text Example
Text Example
White with #C8952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8952D; }
p { color: rgb(200,149,45); }
H1.HeaderClassName
{
color: #C8952D;
}
.AnyTagClassName
{
color: #C8952D;
}
</style>
background-color css
<style>
a { background-color: #C8952D; }
a { background-color: rgb(200,149,45); }
div.DivClassName
{
background-color: #C8952D;
}
.BgClassName
{
background-color: #C8952D;
}
</style>
border-color css
<style>
span { border-color: #C8952D; }
span { border-color: rgb(200,149,45); }
td.TdClassName
{
border-color: #C8952D;
}
.TagClassName
{
border-color: #C8952D;
}
</style>