Shades of Nugget #C2932D
Tints of Nugget #C2932D
RGB
CMYK
RGB Variations
Color information
#C2932D (or 0xC2932D) is known color: Nugget. HEX triplet: C2, 93 and 2D. RGB value is (194,147,45). Sum of RGB (Red+Green+Blue) = 194+147+45=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2932D is #3D6CD2. Grayscale: #959595. Windows color (decimal): -4025555 or 2986946. OLE color: 2986946.
HSL color Cylindrical-coordinate representation of color #C2932D: hue angle of 41.07º 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 #C2932D is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 45 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.24 |
| HSL | 41.07º | 0.62% | 0.47% | - |
| HSV(B) | 41.07º | 0.77% | 0.76% | - |
| XYZ | 33.16 | 32.53 | 7.01 | - |
| YUV | 149.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 45 | 0 | 0.24 | 0.77 | 0.24 | 41.07 | 0.62 | 0.47 |
| Hex | C2 | 93 | 2D | 0 | 18 | 4D | 18 | 29 | 3E | 2F |
| Octal | 302 | 223 | 55 | 0 | 30 | 115 | 30 | 51 | 76 | 57 |
| Binary | 11000010 | 10010011 | 101101 | 0 | 11000 | 1001101 | 11000 | 101001 | 111110 | 101111 |
Color Harmonies of #C2932D
Complementary color
Monochromatic Colors of #C2932D
Black with #C2932D
Text Example
Text Example
White with #C2932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2932D; }
p { color: rgb(194,147,45); }
H1.HeaderClassName
{
color: #C2932D;
}
.AnyTagClassName
{
color: #C2932D;
}
</style>
background-color css
<style>
a { background-color: #C2932D; }
a { background-color: rgb(194,147,45); }
div.DivClassName
{
background-color: #C2932D;
}
.BgClassName
{
background-color: #C2932D;
}
</style>
border-color css
<style>
span { border-color: #C2932D; }
span { border-color: rgb(194,147,45); }
td.TdClassName
{
border-color: #C2932D;
}
.TagClassName
{
border-color: #C2932D;
}
</style>