Shades of Nugget #C19A27
Tints of Nugget #C19A27
RGB
CMYK
RGB Variations
Color information
#C19A27 (or 0xC19A27) is known color: Nugget. HEX triplet: C1, 9A and 27. RGB value is (193,154,39). Sum of RGB (Red+Green+Blue) = 193+154+39=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A27 is #3E65D8. Grayscale: #999999. Windows color (decimal): -4089305 or 2595521. OLE color: 2595521.
HSL color Cylindrical-coordinate representation of color #C19A27: hue angle of 44.81º 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 #C19A27 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 39 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.24 |
| HSL | 44.81º | 0.66% | 0.45% | - |
| HSV(B) | 44.81º | 0.8% | 0.76% | - |
| XYZ | 33.91 | 34.6 | 6.81 | - |
| YUV | 152.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 39 | 0 | 0.20 | 0.80 | 0.24 | 44.81 | 0.66 | 0.45 |
| Hex | C1 | 9A | 27 | 0 | 14 | 50 | 18 | 2D | 42 | 2D |
| Octal | 301 | 232 | 47 | 0 | 24 | 120 | 30 | 55 | 102 | 55 |
| Binary | 11000001 | 10011010 | 100111 | 0 | 10100 | 1010000 | 11000 | 101101 | 1000010 | 101101 |
Color Harmonies of #C19A27
Complementary color
Monochromatic Colors of #C19A27
Black with #C19A27
Text Example
Text Example
White with #C19A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A27; }
p { color: rgb(193,154,39); }
H1.HeaderClassName
{
color: #C19A27;
}
.AnyTagClassName
{
color: #C19A27;
}
</style>
background-color css
<style>
a { background-color: #C19A27; }
a { background-color: rgb(193,154,39); }
div.DivClassName
{
background-color: #C19A27;
}
.BgClassName
{
background-color: #C19A27;
}
</style>
border-color css
<style>
span { border-color: #C19A27; }
span { border-color: rgb(193,154,39); }
td.TdClassName
{
border-color: #C19A27;
}
.TagClassName
{
border-color: #C19A27;
}
</style>