Shades of Nugget #C1921F
Tints of Nugget #C1921F
RGB
CMYK
RGB Variations
Color information
#C1921F (or 0xC1921F) is known color: Nugget. HEX triplet: C1, 92 and 1F. RGB value is (193,146,31). Sum of RGB (Red+Green+Blue) = 193+146+31=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1921F is #3E6DE0. Grayscale: #939393. Windows color (decimal): -4091361 or 2069185. OLE color: 2069185.
HSL color Cylindrical-coordinate representation of color #C1921F: hue angle of 42.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1921F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 31 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.24 |
| HSL | 42.59º | 0.72% | 0.44% | - |
| HSV(B) | 42.59º | 0.84% | 0.76% | - |
| XYZ | 32.52 | 31.99 | 5.76 | - |
| YUV | 146.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 31 | 0 | 0.24 | 0.84 | 0.24 | 42.59 | 0.72 | 0.44 |
| Hex | C1 | 92 | 1F | 0 | 18 | 54 | 18 | 2B | 48 | 2C |
| Octal | 301 | 222 | 37 | 0 | 30 | 124 | 30 | 53 | 110 | 54 |
| Binary | 11000001 | 10010010 | 11111 | 0 | 11000 | 1010100 | 11000 | 101011 | 1001000 | 101100 |
Color Harmonies of #C1921F
Complementary color
Monochromatic Colors of #C1921F
Black with #C1921F
Text Example
Text Example
White with #C1921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1921F; }
p { color: rgb(193,146,31); }
H1.HeaderClassName
{
color: #C1921F;
}
.AnyTagClassName
{
color: #C1921F;
}
</style>
background-color css
<style>
a { background-color: #C1921F; }
a { background-color: rgb(193,146,31); }
div.DivClassName
{
background-color: #C1921F;
}
.BgClassName
{
background-color: #C1921F;
}
</style>
border-color css
<style>
span { border-color: #C1921F; }
span { border-color: rgb(193,146,31); }
td.TdClassName
{
border-color: #C1921F;
}
.TagClassName
{
border-color: #C1921F;
}
</style>