Shades of Nugget #C19421
Tints of Nugget #C19421
RGB
CMYK
RGB Variations
Color information
#C19421 (or 0xC19421) is known color: Nugget. HEX triplet: C1, 94 and 21. RGB value is (193,148,33). Sum of RGB (Red+Green+Blue) = 193+148+33=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C19421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19421 is #3E6BDE. Grayscale: #949494. Windows color (decimal): -4090847 or 2200769. OLE color: 2200769.
HSL color Cylindrical-coordinate representation of color #C19421: hue angle of 43.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C19421 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 33 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.24 |
| HSL | 43.13º | 0.71% | 0.44% | - |
| HSV(B) | 43.13º | 0.83% | 0.76% | - |
| XYZ | 32.86 | 32.63 | 6 | - |
| YUV | 148.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 33 | 0 | 0.23 | 0.83 | 0.24 | 43.13 | 0.71 | 0.44 |
| Hex | C1 | 94 | 21 | 0 | 17 | 53 | 18 | 2B | 47 | 2C |
| Octal | 301 | 224 | 41 | 0 | 27 | 123 | 30 | 53 | 107 | 54 |
| Binary | 11000001 | 10010100 | 100001 | 0 | 10111 | 1010011 | 11000 | 101011 | 1000111 | 101100 |
Color Harmonies of #C19421
Complementary color
Monochromatic Colors of #C19421
Black with #C19421
Text Example
Text Example
White with #C19421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19421; }
p { color: rgb(193,148,33); }
H1.HeaderClassName
{
color: #C19421;
}
.AnyTagClassName
{
color: #C19421;
}
</style>
background-color css
<style>
a { background-color: #C19421; }
a { background-color: rgb(193,148,33); }
div.DivClassName
{
background-color: #C19421;
}
.BgClassName
{
background-color: #C19421;
}
</style>
border-color css
<style>
span { border-color: #C19421; }
span { border-color: rgb(193,148,33); }
td.TdClassName
{
border-color: #C19421;
}
.TagClassName
{
border-color: #C19421;
}
</style>