Shades of Nugget #C2962F
Tints of Nugget #C2962F
RGB
CMYK
RGB Variations
Color information
#C2962F (or 0xC2962F) is known color: Nugget. HEX triplet: C2, 96 and 2F. RGB value is (194,150,47). Sum of RGB (Red+Green+Blue) = 194+150+47=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2962F is #3D69D0. Grayscale: #979797. Windows color (decimal): -4024785 or 3118786. OLE color: 3118786.
HSL color Cylindrical-coordinate representation of color #C2962F: hue angle of 42.04º 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 #C2962F is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 47 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.24 |
| HSL | 42.04º | 0.61% | 0.47% | - |
| HSV(B) | 42.04º | 0.76% | 0.76% | - |
| XYZ | 33.67 | 33.49 | 7.38 | - |
| YUV | 151.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 47 | 0 | 0.23 | 0.76 | 0.24 | 42.04 | 0.61 | 0.47 |
| Hex | C2 | 96 | 2F | 0 | 17 | 4C | 18 | 2A | 3D | 2F |
| Octal | 302 | 226 | 57 | 0 | 27 | 114 | 30 | 52 | 75 | 57 |
| Binary | 11000010 | 10010110 | 101111 | 0 | 10111 | 1001100 | 11000 | 101010 | 111101 | 101111 |
Color Harmonies of #C2962F
Complementary color
Monochromatic Colors of #C2962F
Black with #C2962F
Text Example
Text Example
White with #C2962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2962F; }
p { color: rgb(194,150,47); }
H1.HeaderClassName
{
color: #C2962F;
}
.AnyTagClassName
{
color: #C2962F;
}
</style>
background-color css
<style>
a { background-color: #C2962F; }
a { background-color: rgb(194,150,47); }
div.DivClassName
{
background-color: #C2962F;
}
.BgClassName
{
background-color: #C2962F;
}
</style>
border-color css
<style>
span { border-color: #C2962F; }
span { border-color: rgb(194,150,47); }
td.TdClassName
{
border-color: #C2962F;
}
.TagClassName
{
border-color: #C2962F;
}
</style>