Shades of Nugget #C2972F
Tints of Nugget #C2972F
RGB
CMYK
RGB Variations
Color information
#C2972F (or 0xC2972F) is known color: Nugget. HEX triplet: C2, 97 and 2F. RGB value is (194,151,47). Sum of RGB (Red+Green+Blue) = 194+151+47=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2972F is #3D68D0. Grayscale: #989898. Windows color (decimal): -4024529 or 3119042. OLE color: 3119042.
HSL color Cylindrical-coordinate representation of color #C2972F: hue angle of 42.45º degrees, saturation: 0.61, 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 #C2972F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 47 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.24 |
| HSL | 42.45º | 0.61% | 0.47% | - |
| HSV(B) | 42.45º | 0.76% | 0.76% | - |
| XYZ | 33.83 | 33.81 | 7.43 | - |
| YUV | 152 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 47 | 0 | 0.22 | 0.76 | 0.24 | 42.45 | 0.61 | 0.47 |
| Hex | C2 | 97 | 2F | 0 | 16 | 4C | 18 | 2A | 3D | 2F |
| Octal | 302 | 227 | 57 | 0 | 26 | 114 | 30 | 52 | 75 | 57 |
| Binary | 11000010 | 10010111 | 101111 | 0 | 10110 | 1001100 | 11000 | 101010 | 111101 | 101111 |
Color Harmonies of #C2972F
Complementary color
Monochromatic Colors of #C2972F
Black with #C2972F
Text Example
Text Example
White with #C2972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2972F; }
p { color: rgb(194,151,47); }
H1.HeaderClassName
{
color: #C2972F;
}
.AnyTagClassName
{
color: #C2972F;
}
</style>
background-color css
<style>
a { background-color: #C2972F; }
a { background-color: rgb(194,151,47); }
div.DivClassName
{
background-color: #C2972F;
}
.BgClassName
{
background-color: #C2972F;
}
</style>
border-color css
<style>
span { border-color: #C2972F; }
span { border-color: rgb(194,151,47); }
td.TdClassName
{
border-color: #C2972F;
}
.TagClassName
{
border-color: #C2972F;
}
</style>