Shades of Nugget #C4942C
Tints of Nugget #C4942C
RGB
CMYK
RGB Variations
Color information
#C4942C (or 0xC4942C) is known color: Nugget. HEX triplet: C4, 94 and 2C. RGB value is (196,148,44). Sum of RGB (Red+Green+Blue) = 196+148+44=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4942C is #3B6BD3. Grayscale: #969696. Windows color (decimal): -3894228 or 2921668. OLE color: 2921668.
HSL color Cylindrical-coordinate representation of color #C4942C: hue angle of 41.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4942C is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 44 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.23 |
| HSL | 41.05º | 0.63% | 0.47% | - |
| HSV(B) | 41.05º | 0.78% | 0.77% | - |
| XYZ | 33.81 | 33.1 | 6.99 | - |
| YUV | 150.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 44 | 0 | 0.24 | 0.78 | 0.23 | 41.05 | 0.63 | 0.47 |
| Hex | C4 | 94 | 2C | 0 | 18 | 4E | 17 | 29 | 3F | 2F |
| Octal | 304 | 224 | 54 | 0 | 30 | 116 | 27 | 51 | 77 | 57 |
| Binary | 11000100 | 10010100 | 101100 | 0 | 11000 | 1001110 | 10111 | 101001 | 111111 | 101111 |
Color Harmonies of #C4942C
Complementary color
Monochromatic Colors of #C4942C
Black with #C4942C
Text Example
Text Example
White with #C4942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4942C; }
p { color: rgb(196,148,44); }
H1.HeaderClassName
{
color: #C4942C;
}
.AnyTagClassName
{
color: #C4942C;
}
</style>
background-color css
<style>
a { background-color: #C4942C; }
a { background-color: rgb(196,148,44); }
div.DivClassName
{
background-color: #C4942C;
}
.BgClassName
{
background-color: #C4942C;
}
</style>
border-color css
<style>
span { border-color: #C4942C; }
span { border-color: rgb(196,148,44); }
td.TdClassName
{
border-color: #C4942C;
}
.TagClassName
{
border-color: #C4942C;
}
</style>