Shades of Nugget #C3A030
Tints of Nugget #C3A030
RGB
CMYK
RGB Variations
Color information
#C3A030 (or 0xC3A030) is known color: Nugget. HEX triplet: C3, A0 and 30. RGB value is (195,160,48). Sum of RGB (Red+Green+Blue) = 195+160+48=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A030 is #3C5FCF. Grayscale: #9E9E9E. Windows color (decimal): -3956688 or 3186883. OLE color: 3186883.
HSL color Cylindrical-coordinate representation of color #C3A030: hue angle of 45.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3A030 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 48 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.24 |
| HSL | 45.71º | 0.6% | 0.48% | - |
| HSV(B) | 45.71º | 0.75% | 0.76% | - |
| XYZ | 35.61 | 36.96 | 8.05 | - |
| YUV | 157.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 48 | 0 | 0.18 | 0.75 | 0.24 | 45.71 | 0.6 | 0.48 |
| Hex | C3 | A0 | 30 | 0 | 12 | 4B | 18 | 2E | 3C | 30 |
| Octal | 303 | 240 | 60 | 0 | 22 | 113 | 30 | 56 | 74 | 60 |
| Binary | 11000011 | 10100000 | 110000 | 0 | 10010 | 1001011 | 11000 | 101110 | 111100 | 110000 |
Color Harmonies of #C3A030
Complementary color
Monochromatic Colors of #C3A030
Black with #C3A030
Text Example
Text Example
White with #C3A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A030; }
p { color: rgb(195,160,48); }
H1.HeaderClassName
{
color: #C3A030;
}
.AnyTagClassName
{
color: #C3A030;
}
</style>
background-color css
<style>
a { background-color: #C3A030; }
a { background-color: rgb(195,160,48); }
div.DivClassName
{
background-color: #C3A030;
}
.BgClassName
{
background-color: #C3A030;
}
</style>
border-color css
<style>
span { border-color: #C3A030; }
span { border-color: rgb(195,160,48); }
td.TdClassName
{
border-color: #C3A030;
}
.TagClassName
{
border-color: #C3A030;
}
</style>