Shades of Nugget #C1901D
Tints of Nugget #C1901D
RGB
CMYK
RGB Variations
Color information
#C1901D (or 0xC1901D) is known color: Nugget. HEX triplet: C1, 90 and 1D. RGB value is (193,144,29). Sum of RGB (Red+Green+Blue) = 193+144+29=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1901D is #3E6FE2. Grayscale: #929292. Windows color (decimal): -4091875 or 1937601. OLE color: 1937601.
HSL color Cylindrical-coordinate representation of color #C1901D: hue angle of 42.07º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1901D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 29 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.24 |
| HSL | 42.07º | 0.74% | 0.44% | - |
| HSV(B) | 42.07º | 0.85% | 0.76% | - |
| XYZ | 32.19 | 31.37 | 5.52 | - |
| YUV | 145.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 29 | 0 | 0.25 | 0.85 | 0.24 | 42.07 | 0.74 | 0.44 |
| Hex | C1 | 90 | 1D | 0 | 19 | 55 | 18 | 2A | 4A | 2C |
| Octal | 301 | 220 | 35 | 0 | 31 | 125 | 30 | 52 | 112 | 54 |
| Binary | 11000001 | 10010000 | 11101 | 0 | 11001 | 1010101 | 11000 | 101010 | 1001010 | 101100 |
Color Harmonies of #C1901D
Complementary color
Monochromatic Colors of #C1901D
Black with #C1901D
Text Example
Text Example
White with #C1901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1901D; }
p { color: rgb(193,144,29); }
H1.HeaderClassName
{
color: #C1901D;
}
.AnyTagClassName
{
color: #C1901D;
}
</style>
background-color css
<style>
a { background-color: #C1901D; }
a { background-color: rgb(193,144,29); }
div.DivClassName
{
background-color: #C1901D;
}
.BgClassName
{
background-color: #C1901D;
}
</style>
border-color css
<style>
span { border-color: #C1901D; }
span { border-color: rgb(193,144,29); }
td.TdClassName
{
border-color: #C1901D;
}
.TagClassName
{
border-color: #C1901D;
}
</style>