Shades of Nugget #C3942C
Tints of Nugget #C3942C
RGB
CMYK
RGB Variations
Color information
#C3942C (or 0xC3942C) is known color: Nugget. HEX triplet: C3, 94 and 2C. RGB value is (195,148,44). Sum of RGB (Red+Green+Blue) = 195+148+44=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3942C is #3C6BD3. Grayscale: #969696. Windows color (decimal): -3959764 or 2921667. OLE color: 2921667.
HSL color Cylindrical-coordinate representation of color #C3942C: hue angle of 41.32º 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 #C3942C is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 44 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.24 |
| HSL | 41.32º | 0.63% | 0.47% | - |
| HSV(B) | 41.32º | 0.77% | 0.76% | - |
| XYZ | 33.55 | 32.96 | 6.98 | - |
| YUV | 150.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 44 | 0 | 0.24 | 0.77 | 0.24 | 41.32 | 0.63 | 0.47 |
| Hex | C3 | 94 | 2C | 0 | 18 | 4D | 18 | 29 | 3F | 2F |
| Octal | 303 | 224 | 54 | 0 | 30 | 115 | 30 | 51 | 77 | 57 |
| Binary | 11000011 | 10010100 | 101100 | 0 | 11000 | 1001101 | 11000 | 101001 | 111111 | 101111 |
Color Harmonies of #C3942C
Complementary color
Monochromatic Colors of #C3942C
Black with #C3942C
Text Example
Text Example
White with #C3942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3942C; }
p { color: rgb(195,148,44); }
H1.HeaderClassName
{
color: #C3942C;
}
.AnyTagClassName
{
color: #C3942C;
}
</style>
background-color css
<style>
a { background-color: #C3942C; }
a { background-color: rgb(195,148,44); }
div.DivClassName
{
background-color: #C3942C;
}
.BgClassName
{
background-color: #C3942C;
}
</style>
border-color css
<style>
span { border-color: #C3942C; }
span { border-color: rgb(195,148,44); }
td.TdClassName
{
border-color: #C3942C;
}
.TagClassName
{
border-color: #C3942C;
}
</style>