Shades of Nugget #C19127
Tints of Nugget #C19127
RGB
CMYK
RGB Variations
Color information
#C19127 (or 0xC19127) is known color: Nugget. HEX triplet: C1, 91 and 27. RGB value is (193,145,39). Sum of RGB (Red+Green+Blue) = 193+145+39=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C19127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19127 is #3E6ED8. Grayscale: #939393. Windows color (decimal): -4091609 or 2593217. OLE color: 2593217.
HSL color Cylindrical-coordinate representation of color #C19127: hue angle of 41.3º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C19127 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 39 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.24 |
| HSL | 41.3º | 0.66% | 0.45% | - |
| HSV(B) | 41.3º | 0.8% | 0.76% | - |
| XYZ | 32.48 | 31.73 | 6.33 | - |
| YUV | 147.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 39 | 0 | 0.25 | 0.80 | 0.24 | 41.3 | 0.66 | 0.45 |
| Hex | C1 | 91 | 27 | 0 | 19 | 50 | 18 | 29 | 42 | 2D |
| Octal | 301 | 221 | 47 | 0 | 31 | 120 | 30 | 51 | 102 | 55 |
| Binary | 11000001 | 10010001 | 100111 | 0 | 11001 | 1010000 | 11000 | 101001 | 1000010 | 101101 |
Color Harmonies of #C19127
Complementary color
Monochromatic Colors of #C19127
Black with #C19127
Text Example
Text Example
White with #C19127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19127; }
p { color: rgb(193,145,39); }
H1.HeaderClassName
{
color: #C19127;
}
.AnyTagClassName
{
color: #C19127;
}
</style>
background-color css
<style>
a { background-color: #C19127; }
a { background-color: rgb(193,145,39); }
div.DivClassName
{
background-color: #C19127;
}
.BgClassName
{
background-color: #C19127;
}
</style>
border-color css
<style>
span { border-color: #C19127; }
span { border-color: rgb(193,145,39); }
td.TdClassName
{
border-color: #C19127;
}
.TagClassName
{
border-color: #C19127;
}
</style>