Shades of Nugget #C8911F
Tints of Nugget #C8911F
RGB
CMYK
RGB Variations
Color information
#C8911F (or 0xC8911F) is known color: Nugget. HEX triplet: C8, 91 and 1F. RGB value is (200,145,31). Sum of RGB (Red+Green+Blue) = 200+145+31=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8911F is #376EE0. Grayscale: #949494. Windows color (decimal): -3632865 or 2068936. OLE color: 2068936.
HSL color Cylindrical-coordinate representation of color #C8911F: hue angle of 40.47º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8911F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 31 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.22 |
| HSL | 40.47º | 0.73% | 0.45% | - |
| HSV(B) | 40.47º | 0.85% | 0.78% | - |
| XYZ | 34.19 | 32.63 | 5.79 | - |
| YUV | 148.45 | 61.72 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 31 | 0 | 0.28 | 0.84 | 0.22 | 40.47 | 0.73 | 0.45 |
| Hex | C8 | 91 | 1F | 0 | 1C | 54 | 16 | 28 | 49 | 2D |
| Octal | 310 | 221 | 37 | 0 | 34 | 124 | 26 | 50 | 111 | 55 |
| Binary | 11001000 | 10010001 | 11111 | 0 | 11100 | 1010100 | 10110 | 101000 | 1001001 | 101101 |
Color Harmonies of #C8911F
Complementary color
Monochromatic Colors of #C8911F
Black with #C8911F
Text Example
Text Example
White with #C8911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8911F; }
p { color: rgb(200,145,31); }
H1.HeaderClassName
{
color: #C8911F;
}
.AnyTagClassName
{
color: #C8911F;
}
</style>
background-color css
<style>
a { background-color: #C8911F; }
a { background-color: rgb(200,145,31); }
div.DivClassName
{
background-color: #C8911F;
}
.BgClassName
{
background-color: #C8911F;
}
</style>
border-color css
<style>
span { border-color: #C8911F; }
span { border-color: rgb(200,145,31); }
td.TdClassName
{
border-color: #C8911F;
}
.TagClassName
{
border-color: #C8911F;
}
</style>