Shades of Nugget #C2912D
Tints of Nugget #C2912D
RGB
CMYK
RGB Variations
Color information
#C2912D (or 0xC2912D) is known color: Nugget. HEX triplet: C2, 91 and 2D. RGB value is (194,145,45). Sum of RGB (Red+Green+Blue) = 194+145+45=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2912D is #3D6ED2. Grayscale: #949494. Windows color (decimal): -4026067 or 2986434. OLE color: 2986434.
HSL color Cylindrical-coordinate representation of color #C2912D: hue angle of 40.27º 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 #C2912D is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 45 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.24 |
| HSL | 40.27º | 0.62% | 0.47% | - |
| HSV(B) | 40.27º | 0.77% | 0.76% | - |
| XYZ | 32.85 | 31.91 | 6.91 | - |
| YUV | 148.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 45 | 0 | 0.25 | 0.77 | 0.24 | 40.27 | 0.62 | 0.47 |
| Hex | C2 | 91 | 2D | 0 | 19 | 4D | 18 | 28 | 3E | 2F |
| Octal | 302 | 221 | 55 | 0 | 31 | 115 | 30 | 50 | 76 | 57 |
| Binary | 11000010 | 10010001 | 101101 | 0 | 11001 | 1001101 | 11000 | 101000 | 111110 | 101111 |
Color Harmonies of #C2912D
Complementary color
Monochromatic Colors of #C2912D
Black with #C2912D
Text Example
Text Example
White with #C2912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2912D; }
p { color: rgb(194,145,45); }
H1.HeaderClassName
{
color: #C2912D;
}
.AnyTagClassName
{
color: #C2912D;
}
</style>
background-color css
<style>
a { background-color: #C2912D; }
a { background-color: rgb(194,145,45); }
div.DivClassName
{
background-color: #C2912D;
}
.BgClassName
{
background-color: #C2912D;
}
</style>
border-color css
<style>
span { border-color: #C2912D; }
span { border-color: rgb(194,145,45); }
td.TdClassName
{
border-color: #C2912D;
}
.TagClassName
{
border-color: #C2912D;
}
</style>