Shades of Nugget #C19A2F
Tints of Nugget #C19A2F
RGB
CMYK
RGB Variations
Color information
#C19A2F (or 0xC19A2F) is known color: Nugget. HEX triplet: C1, 9A and 2F. RGB value is (193,154,47). Sum of RGB (Red+Green+Blue) = 193+154+47=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A2F is #3E65D0. Grayscale: #999999. Windows color (decimal): -4089297 or 3119809. OLE color: 3119809.
HSL color Cylindrical-coordinate representation of color #C19A2F: hue angle of 43.97º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C19A2F is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 47 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.24 |
| HSL | 43.97º | 0.61% | 0.47% | - |
| HSV(B) | 43.97º | 0.76% | 0.76% | - |
| XYZ | 34.06 | 34.65 | 7.58 | - |
| YUV | 153.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 47 | 0 | 0.20 | 0.76 | 0.24 | 43.97 | 0.61 | 0.47 |
| Hex | C1 | 9A | 2F | 0 | 14 | 4C | 18 | 2C | 3D | 2F |
| Octal | 301 | 232 | 57 | 0 | 24 | 114 | 30 | 54 | 75 | 57 |
| Binary | 11000001 | 10011010 | 101111 | 0 | 10100 | 1001100 | 11000 | 101100 | 111101 | 101111 |
Color Harmonies of #C19A2F
Complementary color
Monochromatic Colors of #C19A2F
Black with #C19A2F
Text Example
Text Example
White with #C19A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A2F; }
p { color: rgb(193,154,47); }
H1.HeaderClassName
{
color: #C19A2F;
}
.AnyTagClassName
{
color: #C19A2F;
}
</style>
background-color css
<style>
a { background-color: #C19A2F; }
a { background-color: rgb(193,154,47); }
div.DivClassName
{
background-color: #C19A2F;
}
.BgClassName
{
background-color: #C19A2F;
}
</style>
border-color css
<style>
span { border-color: #C19A2F; }
span { border-color: rgb(193,154,47); }
td.TdClassName
{
border-color: #C19A2F;
}
.TagClassName
{
border-color: #C19A2F;
}
</style>