Shades of Nugget #C1912E
Tints of Nugget #C1912E
RGB
CMYK
RGB Variations
Color information
#C1912E (or 0xC1912E) is known color: Nugget. HEX triplet: C1, 91 and 2E. RGB value is (193,145,46). Sum of RGB (Red+Green+Blue) = 193+145+46=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1912E is #3E6ED1. Grayscale: #949494. Windows color (decimal): -4091602 or 3051969. OLE color: 3051969.
HSL color Cylindrical-coordinate representation of color #C1912E: hue angle of 40.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1912E is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 46 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.24 |
| HSL | 40.41º | 0.62% | 0.47% | - |
| HSV(B) | 40.41º | 0.76% | 0.76% | - |
| XYZ | 32.61 | 31.79 | 7 | - |
| YUV | 148.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 46 | 0 | 0.25 | 0.76 | 0.24 | 40.41 | 0.62 | 0.47 |
| Hex | C1 | 91 | 2E | 0 | 19 | 4C | 18 | 28 | 3E | 2F |
| Octal | 301 | 221 | 56 | 0 | 31 | 114 | 30 | 50 | 76 | 57 |
| Binary | 11000001 | 10010001 | 101110 | 0 | 11001 | 1001100 | 11000 | 101000 | 111110 | 101111 |
Color Harmonies of #C1912E
Complementary color
Monochromatic Colors of #C1912E
Black with #C1912E
Text Example
Text Example
White with #C1912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1912E; }
p { color: rgb(193,145,46); }
H1.HeaderClassName
{
color: #C1912E;
}
.AnyTagClassName
{
color: #C1912E;
}
</style>
background-color css
<style>
a { background-color: #C1912E; }
a { background-color: rgb(193,145,46); }
div.DivClassName
{
background-color: #C1912E;
}
.BgClassName
{
background-color: #C1912E;
}
</style>
border-color css
<style>
span { border-color: #C1912E; }
span { border-color: rgb(193,145,46); }
td.TdClassName
{
border-color: #C1912E;
}
.TagClassName
{
border-color: #C1912E;
}
</style>