Shades of Nugget #C3982C
Tints of Nugget #C3982C
RGB
CMYK
RGB Variations
Color information
#C3982C (or 0xC3982C) is known color: Nugget. HEX triplet: C3, 98 and 2C. RGB value is (195,152,44). Sum of RGB (Red+Green+Blue) = 195+152+44=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3982C is #3C67D3. Grayscale: #999999. Windows color (decimal): -3958740 or 2922691. OLE color: 2922691.
HSL color Cylindrical-coordinate representation of color #C3982C: hue angle of 42.91º 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 #C3982C is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 44 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.24 |
| HSL | 42.91º | 0.63% | 0.47% | - |
| HSV(B) | 42.91º | 0.77% | 0.76% | - |
| XYZ | 34.19 | 34.24 | 7.19 | - |
| YUV | 152.55 | 66.75 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 44 | 0 | 0.22 | 0.77 | 0.24 | 42.91 | 0.63 | 0.47 |
| Hex | C3 | 98 | 2C | 0 | 16 | 4D | 18 | 2B | 3F | 2F |
| Octal | 303 | 230 | 54 | 0 | 26 | 115 | 30 | 53 | 77 | 57 |
| Binary | 11000011 | 10011000 | 101100 | 0 | 10110 | 1001101 | 11000 | 101011 | 111111 | 101111 |
Color Harmonies of #C3982C
Complementary color
Monochromatic Colors of #C3982C
Black with #C3982C
Text Example
Text Example
White with #C3982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3982C; }
p { color: rgb(195,152,44); }
H1.HeaderClassName
{
color: #C3982C;
}
.AnyTagClassName
{
color: #C3982C;
}
</style>
background-color css
<style>
a { background-color: #C3982C; }
a { background-color: rgb(195,152,44); }
div.DivClassName
{
background-color: #C3982C;
}
.BgClassName
{
background-color: #C3982C;
}
</style>
border-color css
<style>
span { border-color: #C3982C; }
span { border-color: rgb(195,152,44); }
td.TdClassName
{
border-color: #C3982C;
}
.TagClassName
{
border-color: #C3982C;
}
</style>