Shades of Nugget #C2912A
Tints of Nugget #C2912A
RGB
CMYK
RGB Variations
Color information
#C2912A (or 0xC2912A) is known color: Nugget. HEX triplet: C2, 91 and 2A. RGB value is (194,145,42). Sum of RGB (Red+Green+Blue) = 194+145+42=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2912A is #3D6ED5. Grayscale: #949494. Windows color (decimal): -4026070 or 2789826. OLE color: 2789826.
HSL color Cylindrical-coordinate representation of color #C2912A: hue angle of 40.66º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2912A is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 42 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.24 |
| HSL | 40.66º | 0.64% | 0.46% | - |
| HSV(B) | 40.66º | 0.78% | 0.76% | - |
| XYZ | 32.79 | 31.89 | 6.62 | - |
| YUV | 147.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 42 | 0 | 0.25 | 0.78 | 0.24 | 40.66 | 0.64 | 0.46 |
| Hex | C2 | 91 | 2A | 0 | 19 | 4E | 18 | 29 | 40 | 2E |
| Octal | 302 | 221 | 52 | 0 | 31 | 116 | 30 | 51 | 100 | 56 |
| Binary | 11000010 | 10010001 | 101010 | 0 | 11001 | 1001110 | 11000 | 101001 | 1000000 | 101110 |
Color Harmonies of #C2912A
Complementary color
Monochromatic Colors of #C2912A
Black with #C2912A
Text Example
Text Example
White with #C2912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2912A; }
p { color: rgb(194,145,42); }
H1.HeaderClassName
{
color: #C2912A;
}
.AnyTagClassName
{
color: #C2912A;
}
</style>
background-color css
<style>
a { background-color: #C2912A; }
a { background-color: rgb(194,145,42); }
div.DivClassName
{
background-color: #C2912A;
}
.BgClassName
{
background-color: #C2912A;
}
</style>
border-color css
<style>
span { border-color: #C2912A; }
span { border-color: rgb(194,145,42); }
td.TdClassName
{
border-color: #C2912A;
}
.TagClassName
{
border-color: #C2912A;
}
</style>