Shades of Nugget #C19623
Tints of Nugget #C19623
RGB
CMYK
RGB Variations
Color information
#C19623 (or 0xC19623) is known color: Nugget. HEX triplet: C1, 96 and 23. RGB value is (193,150,35). Sum of RGB (Red+Green+Blue) = 193+150+35=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C19623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19623 is #3E69DC. Grayscale: #969696. Windows color (decimal): -4090333 or 2332353. OLE color: 2332353.
HSL color Cylindrical-coordinate representation of color #C19623: hue angle of 43.67º 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 #C19623 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 35 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.24 |
| HSL | 43.67º | 0.69% | 0.45% | - |
| HSV(B) | 43.67º | 0.82% | 0.76% | - |
| XYZ | 33.2 | 33.27 | 6.26 | - |
| YUV | 149.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 35 | 0 | 0.22 | 0.82 | 0.24 | 43.67 | 0.69 | 0.45 |
| Hex | C1 | 96 | 23 | 0 | 16 | 52 | 18 | 2C | 45 | 2D |
| Octal | 301 | 226 | 43 | 0 | 26 | 122 | 30 | 54 | 105 | 55 |
| Binary | 11000001 | 10010110 | 100011 | 0 | 10110 | 1010010 | 11000 | 101100 | 1000101 | 101101 |
Color Harmonies of #C19623
Complementary color
Monochromatic Colors of #C19623
Black with #C19623
Text Example
Text Example
White with #C19623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19623; }
p { color: rgb(193,150,35); }
H1.HeaderClassName
{
color: #C19623;
}
.AnyTagClassName
{
color: #C19623;
}
</style>
background-color css
<style>
a { background-color: #C19623; }
a { background-color: rgb(193,150,35); }
div.DivClassName
{
background-color: #C19623;
}
.BgClassName
{
background-color: #C19623;
}
</style>
border-color css
<style>
span { border-color: #C19623; }
span { border-color: rgb(193,150,35); }
td.TdClassName
{
border-color: #C19623;
}
.TagClassName
{
border-color: #C19623;
}
</style>