Shades of Nugget #C2912C
Tints of Nugget #C2912C
RGB
CMYK
RGB Variations
Color information
#C2912C (or 0xC2912C) is known color: Nugget. HEX triplet: C2, 91 and 2C. RGB value is (194,145,44). Sum of RGB (Red+Green+Blue) = 194+145+44=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2912C is #3D6ED3. Grayscale: #949494. Windows color (decimal): -4026068 or 2920898. OLE color: 2920898.
HSL color Cylindrical-coordinate representation of color #C2912C: hue angle of 40.4º degrees, saturation: 0.63, 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 #C2912C is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 44 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.24 |
| HSL | 40.4º | 0.63% | 0.47% | - |
| HSV(B) | 40.4º | 0.77% | 0.76% | - |
| XYZ | 32.83 | 31.9 | 6.81 | - |
| YUV | 148.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 44 | 0 | 0.25 | 0.77 | 0.24 | 40.4 | 0.63 | 0.47 |
| Hex | C2 | 91 | 2C | 0 | 19 | 4D | 18 | 28 | 3F | 2F |
| Octal | 302 | 221 | 54 | 0 | 31 | 115 | 30 | 50 | 77 | 57 |
| Binary | 11000010 | 10010001 | 101100 | 0 | 11001 | 1001101 | 11000 | 101000 | 111111 | 101111 |
Color Harmonies of #C2912C
Complementary color
Monochromatic Colors of #C2912C
Black with #C2912C
Text Example
Text Example
White with #C2912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2912C; }
p { color: rgb(194,145,44); }
H1.HeaderClassName
{
color: #C2912C;
}
.AnyTagClassName
{
color: #C2912C;
}
</style>
background-color css
<style>
a { background-color: #C2912C; }
a { background-color: rgb(194,145,44); }
div.DivClassName
{
background-color: #C2912C;
}
.BgClassName
{
background-color: #C2912C;
}
</style>
border-color css
<style>
span { border-color: #C2912C; }
span { border-color: rgb(194,145,44); }
td.TdClassName
{
border-color: #C2912C;
}
.TagClassName
{
border-color: #C2912C;
}
</style>