Shades of Nugget #C2942E
Tints of Nugget #C2942E
RGB
CMYK
RGB Variations
Color information
#C2942E (or 0xC2942E) is known color: Nugget. HEX triplet: C2, 94 and 2E. RGB value is (194,148,46). Sum of RGB (Red+Green+Blue) = 194+148+46=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2942E is #3D6BD1. Grayscale: #969696. Windows color (decimal): -4025298 or 3052738. OLE color: 3052738.
HSL color Cylindrical-coordinate representation of color #C2942E: hue angle of 41.35º 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 #C2942E is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 46 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.24 |
| HSL | 41.35º | 0.62% | 0.47% | - |
| HSV(B) | 41.35º | 0.76% | 0.76% | - |
| XYZ | 33.33 | 32.85 | 7.17 | - |
| YUV | 150.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 46 | 0 | 0.24 | 0.76 | 0.24 | 41.35 | 0.62 | 0.47 |
| Hex | C2 | 94 | 2E | 0 | 18 | 4C | 18 | 29 | 3E | 2F |
| Octal | 302 | 224 | 56 | 0 | 30 | 114 | 30 | 51 | 76 | 57 |
| Binary | 11000010 | 10010100 | 101110 | 0 | 11000 | 1001100 | 11000 | 101001 | 111110 | 101111 |
Color Harmonies of #C2942E
Complementary color
Monochromatic Colors of #C2942E
Black with #C2942E
Text Example
Text Example
White with #C2942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2942E; }
p { color: rgb(194,148,46); }
H1.HeaderClassName
{
color: #C2942E;
}
.AnyTagClassName
{
color: #C2942E;
}
</style>
background-color css
<style>
a { background-color: #C2942E; }
a { background-color: rgb(194,148,46); }
div.DivClassName
{
background-color: #C2942E;
}
.BgClassName
{
background-color: #C2942E;
}
</style>
border-color css
<style>
span { border-color: #C2942E; }
span { border-color: rgb(194,148,46); }
td.TdClassName
{
border-color: #C2942E;
}
.TagClassName
{
border-color: #C2942E;
}
</style>