Shades of Nugget #C19223
Tints of Nugget #C19223
RGB
CMYK
RGB Variations
Color information
#C19223 (or 0xC19223) is known color: Nugget. HEX triplet: C1, 92 and 23. RGB value is (193,146,35). Sum of RGB (Red+Green+Blue) = 193+146+35=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C19223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19223 is #3E6DDC. Grayscale: #939393. Windows color (decimal): -4091357 or 2331329. OLE color: 2331329.
HSL color Cylindrical-coordinate representation of color #C19223: hue angle of 42.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C19223 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 35 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.24 |
| HSL | 42.15º | 0.69% | 0.45% | - |
| HSV(B) | 42.15º | 0.82% | 0.76% | - |
| XYZ | 32.57 | 32.02 | 6.05 | - |
| YUV | 147.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 35 | 0 | 0.24 | 0.82 | 0.24 | 42.15 | 0.69 | 0.45 |
| Hex | C1 | 92 | 23 | 0 | 18 | 52 | 18 | 2A | 45 | 2D |
| Octal | 301 | 222 | 43 | 0 | 30 | 122 | 30 | 52 | 105 | 55 |
| Binary | 11000001 | 10010010 | 100011 | 0 | 11000 | 1010010 | 11000 | 101010 | 1000101 | 101101 |
Color Harmonies of #C19223
Complementary color
Monochromatic Colors of #C19223
Black with #C19223
Text Example
Text Example
White with #C19223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19223; }
p { color: rgb(193,146,35); }
H1.HeaderClassName
{
color: #C19223;
}
.AnyTagClassName
{
color: #C19223;
}
</style>
background-color css
<style>
a { background-color: #C19223; }
a { background-color: rgb(193,146,35); }
div.DivClassName
{
background-color: #C19223;
}
.BgClassName
{
background-color: #C19223;
}
</style>
border-color css
<style>
span { border-color: #C19223; }
span { border-color: rgb(193,146,35); }
td.TdClassName
{
border-color: #C19223;
}
.TagClassName
{
border-color: #C19223;
}
</style>