Shades of Nugget #C2922E
Tints of Nugget #C2922E
RGB
CMYK
RGB Variations
Color information
#C2922E (or 0xC2922E) is known color: Nugget. HEX triplet: C2, 92 and 2E. RGB value is (194,146,46). Sum of RGB (Red+Green+Blue) = 194+146+46=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2922E is #3D6DD1. Grayscale: #959595. Windows color (decimal): -4025810 or 3052226. OLE color: 3052226.
HSL color Cylindrical-coordinate representation of color #C2922E: hue angle of 40.54º degrees, saturation: 0.62, 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 #C2922E is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 46 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.24 |
| HSL | 40.54º | 0.62% | 0.47% | - |
| HSV(B) | 40.54º | 0.76% | 0.76% | - |
| XYZ | 33.02 | 32.22 | 7.06 | - |
| YUV | 148.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 46 | 0 | 0.25 | 0.76 | 0.24 | 40.54 | 0.62 | 0.47 |
| Hex | C2 | 92 | 2E | 0 | 19 | 4C | 18 | 29 | 3E | 2F |
| Octal | 302 | 222 | 56 | 0 | 31 | 114 | 30 | 51 | 76 | 57 |
| Binary | 11000010 | 10010010 | 101110 | 0 | 11001 | 1001100 | 11000 | 101001 | 111110 | 101111 |
Color Harmonies of #C2922E
Complementary color
Monochromatic Colors of #C2922E
Black with #C2922E
Text Example
Text Example
White with #C2922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2922E; }
p { color: rgb(194,146,46); }
H1.HeaderClassName
{
color: #C2922E;
}
.AnyTagClassName
{
color: #C2922E;
}
</style>
background-color css
<style>
a { background-color: #C2922E; }
a { background-color: rgb(194,146,46); }
div.DivClassName
{
background-color: #C2922E;
}
.BgClassName
{
background-color: #C2922E;
}
</style>
border-color css
<style>
span { border-color: #C2922E; }
span { border-color: rgb(194,146,46); }
td.TdClassName
{
border-color: #C2922E;
}
.TagClassName
{
border-color: #C2922E;
}
</style>