Shades of Nugget #C1902D
Tints of Nugget #C1902D
RGB
CMYK
RGB Variations
Color information
#C1902D (or 0xC1902D) is known color: Nugget. HEX triplet: C1, 90 and 2D. RGB value is (193,144,45). Sum of RGB (Red+Green+Blue) = 193+144+45=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1902D is #3E6FD2. Grayscale: #939393. Windows color (decimal): -4091859 or 2986177. OLE color: 2986177.
HSL color Cylindrical-coordinate representation of color #C1902D: hue angle of 40.14º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1902D is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 45 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.24 |
| HSL | 40.14º | 0.62% | 0.47% | - |
| HSV(B) | 40.14º | 0.77% | 0.76% | - |
| XYZ | 32.44 | 31.47 | 6.85 | - |
| YUV | 147.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 45 | 0 | 0.25 | 0.77 | 0.24 | 40.14 | 0.62 | 0.47 |
| Hex | C1 | 90 | 2D | 0 | 19 | 4D | 18 | 28 | 3E | 2F |
| Octal | 301 | 220 | 55 | 0 | 31 | 115 | 30 | 50 | 76 | 57 |
| Binary | 11000001 | 10010000 | 101101 | 0 | 11001 | 1001101 | 11000 | 101000 | 111110 | 101111 |
Color Harmonies of #C1902D
Complementary color
Monochromatic Colors of #C1902D
Black with #C1902D
Text Example
Text Example
White with #C1902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1902D; }
p { color: rgb(193,144,45); }
H1.HeaderClassName
{
color: #C1902D;
}
.AnyTagClassName
{
color: #C1902D;
}
</style>
background-color css
<style>
a { background-color: #C1902D; }
a { background-color: rgb(193,144,45); }
div.DivClassName
{
background-color: #C1902D;
}
.BgClassName
{
background-color: #C1902D;
}
</style>
border-color css
<style>
span { border-color: #C1902D; }
span { border-color: rgb(193,144,45); }
td.TdClassName
{
border-color: #C1902D;
}
.TagClassName
{
border-color: #C1902D;
}
</style>