Shades of Nugget #C2962D
Tints of Nugget #C2962D
RGB
CMYK
RGB Variations
Color information
#C2962D (or 0xC2962D) is known color: Nugget. HEX triplet: C2, 96 and 2D. RGB value is (194,150,45). Sum of RGB (Red+Green+Blue) = 194+150+45=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2962D is #3D69D2. Grayscale: #979797. Windows color (decimal): -4024787 or 2987714. OLE color: 2987714.
HSL color Cylindrical-coordinate representation of color #C2962D: hue angle of 42.28º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2962D is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 45 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.24 |
| HSL | 42.28º | 0.62% | 0.47% | - |
| HSV(B) | 42.28º | 0.77% | 0.76% | - |
| XYZ | 33.63 | 33.47 | 7.17 | - |
| YUV | 151.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 45 | 0 | 0.23 | 0.77 | 0.24 | 42.28 | 0.62 | 0.47 |
| Hex | C2 | 96 | 2D | 0 | 17 | 4D | 18 | 2A | 3E | 2F |
| Octal | 302 | 226 | 55 | 0 | 27 | 115 | 30 | 52 | 76 | 57 |
| Binary | 11000010 | 10010110 | 101101 | 0 | 10111 | 1001101 | 11000 | 101010 | 111110 | 101111 |
Color Harmonies of #C2962D
Complementary color
Monochromatic Colors of #C2962D
Black with #C2962D
Text Example
Text Example
White with #C2962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2962D; }
p { color: rgb(194,150,45); }
H1.HeaderClassName
{
color: #C2962D;
}
.AnyTagClassName
{
color: #C2962D;
}
</style>
background-color css
<style>
a { background-color: #C2962D; }
a { background-color: rgb(194,150,45); }
div.DivClassName
{
background-color: #C2962D;
}
.BgClassName
{
background-color: #C2962D;
}
</style>
border-color css
<style>
span { border-color: #C2962D; }
span { border-color: rgb(194,150,45); }
td.TdClassName
{
border-color: #C2962D;
}
.TagClassName
{
border-color: #C2962D;
}
</style>