Shades of Nugget #C19029
Tints of Nugget #C19029
RGB
CMYK
RGB Variations
Color information
#C19029 (or 0xC19029) is known color: Nugget. HEX triplet: C1, 90 and 29. RGB value is (193,144,41). Sum of RGB (Red+Green+Blue) = 193+144+41=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C19029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19029 is #3E6FD6. Grayscale: #939393. Windows color (decimal): -4091863 or 2724033. OLE color: 2724033.
HSL color Cylindrical-coordinate representation of color #C19029: hue angle of 40.66º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C19029 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 41 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.24 |
| HSL | 40.66º | 0.65% | 0.46% | - |
| HSV(B) | 40.66º | 0.79% | 0.76% | - |
| XYZ | 32.37 | 31.44 | 6.46 | - |
| YUV | 146.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 41 | 0 | 0.25 | 0.79 | 0.24 | 40.66 | 0.65 | 0.46 |
| Hex | C1 | 90 | 29 | 0 | 19 | 4F | 18 | 29 | 41 | 2E |
| Octal | 301 | 220 | 51 | 0 | 31 | 117 | 30 | 51 | 101 | 56 |
| Binary | 11000001 | 10010000 | 101001 | 0 | 11001 | 1001111 | 11000 | 101001 | 1000001 | 101110 |
Color Harmonies of #C19029
Complementary color
Monochromatic Colors of #C19029
Black with #C19029
Text Example
Text Example
White with #C19029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19029; }
p { color: rgb(193,144,41); }
H1.HeaderClassName
{
color: #C19029;
}
.AnyTagClassName
{
color: #C19029;
}
</style>
background-color css
<style>
a { background-color: #C19029; }
a { background-color: rgb(193,144,41); }
div.DivClassName
{
background-color: #C19029;
}
.BgClassName
{
background-color: #C19029;
}
</style>
border-color css
<style>
span { border-color: #C19029; }
span { border-color: rgb(193,144,41); }
td.TdClassName
{
border-color: #C19029;
}
.TagClassName
{
border-color: #C19029;
}
</style>