Shades of Nugget #C5992A
Tints of Nugget #C5992A
RGB
CMYK
RGB Variations
Color information
#C5992A (or 0xC5992A) is known color: Nugget. HEX triplet: C5, 99 and 2A. RGB value is (197,153,42). Sum of RGB (Red+Green+Blue) = 197+153+42=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5992A is #3A66D5. Grayscale: #999999. Windows color (decimal): -3827414 or 2791877. OLE color: 2791877.
HSL color Cylindrical-coordinate representation of color #C5992A: hue angle of 42.97º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5992A is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 42 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.23 |
| HSL | 42.97º | 0.65% | 0.47% | - |
| HSV(B) | 42.97º | 0.79% | 0.77% | - |
| XYZ | 34.84 | 34.82 | 7.08 | - |
| YUV | 153.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 42 | 0 | 0.22 | 0.79 | 0.23 | 42.97 | 0.65 | 0.47 |
| Hex | C5 | 99 | 2A | 0 | 16 | 4F | 17 | 2B | 41 | 2F |
| Octal | 305 | 231 | 52 | 0 | 26 | 117 | 27 | 53 | 101 | 57 |
| Binary | 11000101 | 10011001 | 101010 | 0 | 10110 | 1001111 | 10111 | 101011 | 1000001 | 101111 |
Color Harmonies of #C5992A
Complementary color
Monochromatic Colors of #C5992A
Black with #C5992A
Text Example
Text Example
White with #C5992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5992A; }
p { color: rgb(197,153,42); }
H1.HeaderClassName
{
color: #C5992A;
}
.AnyTagClassName
{
color: #C5992A;
}
</style>
background-color css
<style>
a { background-color: #C5992A; }
a { background-color: rgb(197,153,42); }
div.DivClassName
{
background-color: #C5992A;
}
.BgClassName
{
background-color: #C5992A;
}
</style>
border-color css
<style>
span { border-color: #C5992A; }
span { border-color: rgb(197,153,42); }
td.TdClassName
{
border-color: #C5992A;
}
.TagClassName
{
border-color: #C5992A;
}
</style>