Shades of Nugget #C4A035
Tints of Nugget #C4A035
RGB
CMYK
RGB Variations
Color information
#C4A035 (or 0xC4A035) is known color: Nugget. HEX triplet: C4, A0 and 35. RGB value is (196,160,53). Sum of RGB (Red+Green+Blue) = 196+160+53=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A035 is #3B5FCA. Grayscale: #9F9F9F. Windows color (decimal): -3891147 or 3514564. OLE color: 3514564.
HSL color Cylindrical-coordinate representation of color #C4A035: hue angle of 44.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4A035 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 53 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.23 |
| HSL | 44.9º | 0.57% | 0.49% | - |
| HSV(B) | 44.9º | 0.73% | 0.77% | - |
| XYZ | 35.98 | 37.13 | 8.64 | - |
| YUV | 158.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 53 | 0 | 0.18 | 0.73 | 0.23 | 44.9 | 0.57 | 0.49 |
| Hex | C4 | A0 | 35 | 0 | 12 | 49 | 17 | 2D | 39 | 31 |
| Octal | 304 | 240 | 65 | 0 | 22 | 111 | 27 | 55 | 71 | 61 |
| Binary | 11000100 | 10100000 | 110101 | 0 | 10010 | 1001001 | 10111 | 101101 | 111001 | 110001 |
Color Harmonies of #C4A035
Complementary color
Monochromatic Colors of #C4A035
Black with #C4A035
Text Example
Text Example
White with #C4A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A035; }
p { color: rgb(196,160,53); }
H1.HeaderClassName
{
color: #C4A035;
}
.AnyTagClassName
{
color: #C4A035;
}
</style>
background-color css
<style>
a { background-color: #C4A035; }
a { background-color: rgb(196,160,53); }
div.DivClassName
{
background-color: #C4A035;
}
.BgClassName
{
background-color: #C4A035;
}
</style>
border-color css
<style>
span { border-color: #C4A035; }
span { border-color: rgb(196,160,53); }
td.TdClassName
{
border-color: #C4A035;
}
.TagClassName
{
border-color: #C4A035;
}
</style>