Shades of Nugget #C1932F
Tints of Nugget #C1932F
RGB
CMYK
RGB Variations
Color information
#C1932F (or 0xC1932F) is known color: Nugget. HEX triplet: C1, 93 and 2F. RGB value is (193,147,47). Sum of RGB (Red+Green+Blue) = 193+147+47=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1932F is #3E6CD0. Grayscale: #959595. Windows color (decimal): -4091089 or 3118017. OLE color: 3118017.
HSL color Cylindrical-coordinate representation of color #C1932F: hue angle of 41.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1932F is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 47 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.24 |
| HSL | 41.1º | 0.61% | 0.47% | - |
| HSV(B) | 41.1º | 0.76% | 0.76% | - |
| XYZ | 32.94 | 32.41 | 7.21 | - |
| YUV | 149.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 47 | 0 | 0.24 | 0.76 | 0.24 | 41.1 | 0.61 | 0.47 |
| Hex | C1 | 93 | 2F | 0 | 18 | 4C | 18 | 29 | 3D | 2F |
| Octal | 301 | 223 | 57 | 0 | 30 | 114 | 30 | 51 | 75 | 57 |
| Binary | 11000001 | 10010011 | 101111 | 0 | 11000 | 1001100 | 11000 | 101001 | 111101 | 101111 |
Color Harmonies of #C1932F
Complementary color
Monochromatic Colors of #C1932F
Black with #C1932F
Text Example
Text Example
White with #C1932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1932F; }
p { color: rgb(193,147,47); }
H1.HeaderClassName
{
color: #C1932F;
}
.AnyTagClassName
{
color: #C1932F;
}
</style>
background-color css
<style>
a { background-color: #C1932F; }
a { background-color: rgb(193,147,47); }
div.DivClassName
{
background-color: #C1932F;
}
.BgClassName
{
background-color: #C1932F;
}
</style>
border-color css
<style>
span { border-color: #C1932F; }
span { border-color: rgb(193,147,47); }
td.TdClassName
{
border-color: #C1932F;
}
.TagClassName
{
border-color: #C1932F;
}
</style>