Shades of Nugget #C1902E
Tints of Nugget #C1902E
RGB
CMYK
RGB Variations
Color information
#C1902E (or 0xC1902E) is known color: Nugget. HEX triplet: C1, 90 and 2E. RGB value is (193,144,46). Sum of RGB (Red+Green+Blue) = 193+144+46=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1902E is #3E6FD1. Grayscale: #939393. Windows color (decimal): -4091858 or 3051713. OLE color: 3051713.
HSL color Cylindrical-coordinate representation of color #C1902E: hue angle of 40º 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 #C1902E is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 46 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.24 |
| HSL | 40º | 0.62% | 0.47% | - |
| HSV(B) | 40º | 0.76% | 0.76% | - |
| XYZ | 32.46 | 31.48 | 6.95 | - |
| YUV | 147.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 46 | 0 | 0.25 | 0.76 | 0.24 | 40 | 0.62 | 0.47 |
| Hex | C1 | 90 | 2E | 0 | 19 | 4C | 18 | 28 | 3E | 2F |
| Octal | 301 | 220 | 56 | 0 | 31 | 114 | 30 | 50 | 76 | 57 |
| Binary | 11000001 | 10010000 | 101110 | 0 | 11001 | 1001100 | 11000 | 101000 | 111110 | 101111 |
Color Harmonies of #C1902E
Complementary color
Monochromatic Colors of #C1902E
Black with #C1902E
Text Example
Text Example
White with #C1902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1902E; }
p { color: rgb(193,144,46); }
H1.HeaderClassName
{
color: #C1902E;
}
.AnyTagClassName
{
color: #C1902E;
}
</style>
background-color css
<style>
a { background-color: #C1902E; }
a { background-color: rgb(193,144,46); }
div.DivClassName
{
background-color: #C1902E;
}
.BgClassName
{
background-color: #C1902E;
}
</style>
border-color css
<style>
span { border-color: #C1902E; }
span { border-color: rgb(193,144,46); }
td.TdClassName
{
border-color: #C1902E;
}
.TagClassName
{
border-color: #C1902E;
}
</style>