Shades of Nugget #C5962C
Tints of Nugget #C5962C
RGB
CMYK
RGB Variations
Color information
#C5962C (or 0xC5962C) is known color: Nugget. HEX triplet: C5, 96 and 2C. RGB value is (197,150,44). Sum of RGB (Red+Green+Blue) = 197+150+44=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5962C is #3A69D3. Grayscale: #989898. Windows color (decimal): -3828180 or 2922181. OLE color: 2922181.
HSL color Cylindrical-coordinate representation of color #C5962C: hue angle of 41.57º 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 #C5962C is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 44 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.23 |
| HSL | 41.57º | 0.63% | 0.47% | - |
| HSV(B) | 41.57º | 0.78% | 0.77% | - |
| XYZ | 34.39 | 33.86 | 7.11 | - |
| YUV | 151.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 44 | 0 | 0.24 | 0.78 | 0.23 | 41.57 | 0.63 | 0.47 |
| Hex | C5 | 96 | 2C | 0 | 18 | 4E | 17 | 2A | 3F | 2F |
| Octal | 305 | 226 | 54 | 0 | 30 | 116 | 27 | 52 | 77 | 57 |
| Binary | 11000101 | 10010110 | 101100 | 0 | 11000 | 1001110 | 10111 | 101010 | 111111 | 101111 |
Color Harmonies of #C5962C
Complementary color
Monochromatic Colors of #C5962C
Black with #C5962C
Text Example
Text Example
White with #C5962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5962C; }
p { color: rgb(197,150,44); }
H1.HeaderClassName
{
color: #C5962C;
}
.AnyTagClassName
{
color: #C5962C;
}
</style>
background-color css
<style>
a { background-color: #C5962C; }
a { background-color: rgb(197,150,44); }
div.DivClassName
{
background-color: #C5962C;
}
.BgClassName
{
background-color: #C5962C;
}
</style>
border-color css
<style>
span { border-color: #C5962C; }
span { border-color: rgb(197,150,44); }
td.TdClassName
{
border-color: #C5962C;
}
.TagClassName
{
border-color: #C5962C;
}
</style>