Shades of Nugget #C19226
Tints of Nugget #C19226
RGB
CMYK
RGB Variations
Color information
#C19226 (or 0xC19226) is known color: Nugget. HEX triplet: C1, 92 and 26. RGB value is (193,146,38). Sum of RGB (Red+Green+Blue) = 193+146+38=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C19226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19226 is #3E6DD9. Grayscale: #949494. Windows color (decimal): -4091354 or 2527937. OLE color: 2527937.
HSL color Cylindrical-coordinate representation of color #C19226: hue angle of 41.81º degrees, saturation: 0.67, 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 #C19226 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 38 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.24 |
| HSL | 41.81º | 0.67% | 0.45% | - |
| HSV(B) | 41.81º | 0.8% | 0.76% | - |
| XYZ | 32.62 | 32.04 | 6.3 | - |
| YUV | 147.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 38 | 0 | 0.24 | 0.80 | 0.24 | 41.81 | 0.67 | 0.45 |
| Hex | C1 | 92 | 26 | 0 | 18 | 50 | 18 | 2A | 43 | 2D |
| Octal | 301 | 222 | 46 | 0 | 30 | 120 | 30 | 52 | 103 | 55 |
| Binary | 11000001 | 10010010 | 100110 | 0 | 11000 | 1010000 | 11000 | 101010 | 1000011 | 101101 |
Color Harmonies of #C19226
Complementary color
Monochromatic Colors of #C19226
Black with #C19226
Text Example
Text Example
White with #C19226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19226; }
p { color: rgb(193,146,38); }
H1.HeaderClassName
{
color: #C19226;
}
.AnyTagClassName
{
color: #C19226;
}
</style>
background-color css
<style>
a { background-color: #C19226; }
a { background-color: rgb(193,146,38); }
div.DivClassName
{
background-color: #C19226;
}
.BgClassName
{
background-color: #C19226;
}
</style>
border-color css
<style>
span { border-color: #C19226; }
span { border-color: rgb(193,146,38); }
td.TdClassName
{
border-color: #C19226;
}
.TagClassName
{
border-color: #C19226;
}
</style>