Shades of Nugget #C1922C
Tints of Nugget #C1922C
RGB
CMYK
RGB Variations
Color information
#C1922C (or 0xC1922C) is known color: Nugget. HEX triplet: C1, 92 and 2C. RGB value is (193,146,44). Sum of RGB (Red+Green+Blue) = 193+146+44=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1922C is #3E6DD3. Grayscale: #949494. Windows color (decimal): -4091348 or 2921153. OLE color: 2921153.
HSL color Cylindrical-coordinate representation of color #C1922C: hue angle of 41.07º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1922C is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 44 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.24 |
| HSL | 41.07º | 0.63% | 0.46% | - |
| HSV(B) | 41.07º | 0.77% | 0.76% | - |
| XYZ | 32.73 | 32.08 | 6.85 | - |
| YUV | 148.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 44 | 0 | 0.24 | 0.77 | 0.24 | 41.07 | 0.63 | 0.46 |
| Hex | C1 | 92 | 2C | 0 | 18 | 4D | 18 | 29 | 3F | 2E |
| Octal | 301 | 222 | 54 | 0 | 30 | 115 | 30 | 51 | 77 | 56 |
| Binary | 11000001 | 10010010 | 101100 | 0 | 11000 | 1001101 | 11000 | 101001 | 111111 | 101110 |
Color Harmonies of #C1922C
Complementary color
Monochromatic Colors of #C1922C
Black with #C1922C
Text Example
Text Example
White with #C1922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1922C; }
p { color: rgb(193,146,44); }
H1.HeaderClassName
{
color: #C1922C;
}
.AnyTagClassName
{
color: #C1922C;
}
</style>
background-color css
<style>
a { background-color: #C1922C; }
a { background-color: rgb(193,146,44); }
div.DivClassName
{
background-color: #C1922C;
}
.BgClassName
{
background-color: #C1922C;
}
</style>
border-color css
<style>
span { border-color: #C1922C; }
span { border-color: rgb(193,146,44); }
td.TdClassName
{
border-color: #C1922C;
}
.TagClassName
{
border-color: #C1922C;
}
</style>