Shades of Nugget #C4962A
Tints of Nugget #C4962A
RGB
CMYK
RGB Variations
Color information
#C4962A (or 0xC4962A) is known color: Nugget. HEX triplet: C4, 96 and 2A. RGB value is (196,150,42). Sum of RGB (Red+Green+Blue) = 196+150+42=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4962A is #3B69D5. Grayscale: #979797. Windows color (decimal): -3893718 or 2791108. OLE color: 2791108.
HSL color Cylindrical-coordinate representation of color #C4962A: hue angle of 42.08º 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 #C4962A is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 42 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.23 |
| HSL | 42.08º | 0.65% | 0.47% | - |
| HSV(B) | 42.08º | 0.79% | 0.77% | - |
| XYZ | 34.09 | 33.72 | 6.9 | - |
| YUV | 151.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 42 | 0 | 0.23 | 0.79 | 0.23 | 42.08 | 0.65 | 0.47 |
| Hex | C4 | 96 | 2A | 0 | 17 | 4F | 17 | 2A | 41 | 2F |
| Octal | 304 | 226 | 52 | 0 | 27 | 117 | 27 | 52 | 101 | 57 |
| Binary | 11000100 | 10010110 | 101010 | 0 | 10111 | 1001111 | 10111 | 101010 | 1000001 | 101111 |
Color Harmonies of #C4962A
Complementary color
Monochromatic Colors of #C4962A
Black with #C4962A
Text Example
Text Example
White with #C4962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4962A; }
p { color: rgb(196,150,42); }
H1.HeaderClassName
{
color: #C4962A;
}
.AnyTagClassName
{
color: #C4962A;
}
</style>
background-color css
<style>
a { background-color: #C4962A; }
a { background-color: rgb(196,150,42); }
div.DivClassName
{
background-color: #C4962A;
}
.BgClassName
{
background-color: #C4962A;
}
</style>
border-color css
<style>
span { border-color: #C4962A; }
span { border-color: rgb(196,150,42); }
td.TdClassName
{
border-color: #C4962A;
}
.TagClassName
{
border-color: #C4962A;
}
</style>