Shades of Nugget #C1962B
Tints of Nugget #C1962B
RGB
CMYK
RGB Variations
Color information
#C1962B (or 0xC1962B) is known color: Nugget. HEX triplet: C1, 96 and 2B. RGB value is (193,150,43). Sum of RGB (Red+Green+Blue) = 193+150+43=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1962B is #3E69D4. Grayscale: #979797. Windows color (decimal): -4090325 or 2856641. OLE color: 2856641.
HSL color Cylindrical-coordinate representation of color #C1962B: hue angle of 42.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1962B is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 43 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.24 |
| HSL | 42.8º | 0.64% | 0.46% | - |
| HSV(B) | 42.8º | 0.78% | 0.76% | - |
| XYZ | 33.33 | 33.32 | 6.96 | - |
| YUV | 150.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 43 | 0 | 0.22 | 0.78 | 0.24 | 42.8 | 0.64 | 0.46 |
| Hex | C1 | 96 | 2B | 0 | 16 | 4E | 18 | 2B | 40 | 2E |
| Octal | 301 | 226 | 53 | 0 | 26 | 116 | 30 | 53 | 100 | 56 |
| Binary | 11000001 | 10010110 | 101011 | 0 | 10110 | 1001110 | 11000 | 101011 | 1000000 | 101110 |
Color Harmonies of #C1962B
Complementary color
Monochromatic Colors of #C1962B
Black with #C1962B
Text Example
Text Example
White with #C1962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1962B; }
p { color: rgb(193,150,43); }
H1.HeaderClassName
{
color: #C1962B;
}
.AnyTagClassName
{
color: #C1962B;
}
</style>
background-color css
<style>
a { background-color: #C1962B; }
a { background-color: rgb(193,150,43); }
div.DivClassName
{
background-color: #C1962B;
}
.BgClassName
{
background-color: #C1962B;
}
</style>
border-color css
<style>
span { border-color: #C1962B; }
span { border-color: rgb(193,150,43); }
td.TdClassName
{
border-color: #C1962B;
}
.TagClassName
{
border-color: #C1962B;
}
</style>