Shades of Nugget #C5992C
Tints of Nugget #C5992C
RGB
CMYK
RGB Variations
Color information
#C5992C (or 0xC5992C) is known color: Nugget. HEX triplet: C5, 99 and 2C. RGB value is (197,153,44). Sum of RGB (Red+Green+Blue) = 197+153+44=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5992C is #3A66D3. Grayscale: #9A9A9A. Windows color (decimal): -3827412 or 2922949. OLE color: 2922949.
HSL color Cylindrical-coordinate representation of color #C5992C: hue angle of 42.75º 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 #C5992C is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 44 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.23 |
| HSL | 42.75º | 0.63% | 0.47% | - |
| HSV(B) | 42.75º | 0.78% | 0.77% | - |
| XYZ | 34.87 | 34.83 | 7.27 | - |
| YUV | 153.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 44 | 0 | 0.22 | 0.78 | 0.23 | 42.75 | 0.63 | 0.47 |
| Hex | C5 | 99 | 2C | 0 | 16 | 4E | 17 | 2B | 3F | 2F |
| Octal | 305 | 231 | 54 | 0 | 26 | 116 | 27 | 53 | 77 | 57 |
| Binary | 11000101 | 10011001 | 101100 | 0 | 10110 | 1001110 | 10111 | 101011 | 111111 | 101111 |
Color Harmonies of #C5992C
Complementary color
Monochromatic Colors of #C5992C
Black with #C5992C
Text Example
Text Example
White with #C5992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5992C; }
p { color: rgb(197,153,44); }
H1.HeaderClassName
{
color: #C5992C;
}
.AnyTagClassName
{
color: #C5992C;
}
</style>
background-color css
<style>
a { background-color: #C5992C; }
a { background-color: rgb(197,153,44); }
div.DivClassName
{
background-color: #C5992C;
}
.BgClassName
{
background-color: #C5992C;
}
</style>
border-color css
<style>
span { border-color: #C5992C; }
span { border-color: rgb(197,153,44); }
td.TdClassName
{
border-color: #C5992C;
}
.TagClassName
{
border-color: #C5992C;
}
</style>