Shades of Nugget #C1911E
Tints of Nugget #C1911E
RGB
CMYK
RGB Variations
Color information
#C1911E (or 0xC1911E) is known color: Nugget. HEX triplet: C1, 91 and 1E. RGB value is (193,145,30). Sum of RGB (Red+Green+Blue) = 193+145+30=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1911E is #3E6EE1. Grayscale: #929292. Windows color (decimal): -4091618 or 2003393. OLE color: 2003393.
HSL color Cylindrical-coordinate representation of color #C1911E: hue angle of 42.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1911E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 30 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.24 |
| HSL | 42.33º | 0.73% | 0.44% | - |
| HSV(B) | 42.33º | 0.84% | 0.76% | - |
| XYZ | 32.35 | 31.68 | 5.64 | - |
| YUV | 146.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 30 | 0 | 0.25 | 0.84 | 0.24 | 42.33 | 0.73 | 0.44 |
| Hex | C1 | 91 | 1E | 0 | 19 | 54 | 18 | 2A | 49 | 2C |
| Octal | 301 | 221 | 36 | 0 | 31 | 124 | 30 | 52 | 111 | 54 |
| Binary | 11000001 | 10010001 | 11110 | 0 | 11001 | 1010100 | 11000 | 101010 | 1001001 | 101100 |
Color Harmonies of #C1911E
Complementary color
Monochromatic Colors of #C1911E
Black with #C1911E
Text Example
Text Example
White with #C1911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1911E; }
p { color: rgb(193,145,30); }
H1.HeaderClassName
{
color: #C1911E;
}
.AnyTagClassName
{
color: #C1911E;
}
</style>
background-color css
<style>
a { background-color: #C1911E; }
a { background-color: rgb(193,145,30); }
div.DivClassName
{
background-color: #C1911E;
}
.BgClassName
{
background-color: #C1911E;
}
</style>
border-color css
<style>
span { border-color: #C1911E; }
span { border-color: rgb(193,145,30); }
td.TdClassName
{
border-color: #C1911E;
}
.TagClassName
{
border-color: #C1911E;
}
</style>