Shades of Nugget #C19A2B
Tints of Nugget #C19A2B
RGB
CMYK
RGB Variations
Color information
#C19A2B (or 0xC19A2B) is known color: Nugget. HEX triplet: C1, 9A and 2B. RGB value is (193,154,43). Sum of RGB (Red+Green+Blue) = 193+154+43=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A2B is #3E65D4. Grayscale: #999999. Windows color (decimal): -4089301 or 2857665. OLE color: 2857665.
HSL color Cylindrical-coordinate representation of color #C19A2B: hue angle of 44.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C19A2B is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 43 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.24 |
| HSL | 44.4º | 0.64% | 0.46% | - |
| HSV(B) | 44.4º | 0.78% | 0.76% | - |
| XYZ | 33.98 | 34.62 | 7.18 | - |
| YUV | 153.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 43 | 0 | 0.20 | 0.78 | 0.24 | 44.4 | 0.64 | 0.46 |
| Hex | C1 | 9A | 2B | 0 | 14 | 4E | 18 | 2C | 40 | 2E |
| Octal | 301 | 232 | 53 | 0 | 24 | 116 | 30 | 54 | 100 | 56 |
| Binary | 11000001 | 10011010 | 101011 | 0 | 10100 | 1001110 | 11000 | 101100 | 1000000 | 101110 |
Color Harmonies of #C19A2B
Complementary color
Monochromatic Colors of #C19A2B
Black with #C19A2B
Text Example
Text Example
White with #C19A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A2B; }
p { color: rgb(193,154,43); }
H1.HeaderClassName
{
color: #C19A2B;
}
.AnyTagClassName
{
color: #C19A2B;
}
</style>
background-color css
<style>
a { background-color: #C19A2B; }
a { background-color: rgb(193,154,43); }
div.DivClassName
{
background-color: #C19A2B;
}
.BgClassName
{
background-color: #C19A2B;
}
</style>
border-color css
<style>
span { border-color: #C19A2B; }
span { border-color: rgb(193,154,43); }
td.TdClassName
{
border-color: #C19A2B;
}
.TagClassName
{
border-color: #C19A2B;
}
</style>