Shades of Nugget #C3A032
Tints of Nugget #C3A032
RGB
CMYK
RGB Variations
Color information
#C3A032 (or 0xC3A032) is known color: Nugget. HEX triplet: C3, A0 and 32. RGB value is (195,160,50). Sum of RGB (Red+Green+Blue) = 195+160+50=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A032 is #3C5FCD. Grayscale: #9E9E9E. Windows color (decimal): -3956686 or 3317955. OLE color: 3317955.
HSL color Cylindrical-coordinate representation of color #C3A032: hue angle of 45.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3A032 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 50 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.24 |
| HSL | 45.52º | 0.59% | 0.48% | - |
| HSV(B) | 45.52º | 0.74% | 0.76% | - |
| XYZ | 35.65 | 36.97 | 8.28 | - |
| YUV | 157.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 50 | 0 | 0.18 | 0.74 | 0.24 | 45.52 | 0.59 | 0.48 |
| Hex | C3 | A0 | 32 | 0 | 12 | 4A | 18 | 2E | 3B | 30 |
| Octal | 303 | 240 | 62 | 0 | 22 | 112 | 30 | 56 | 73 | 60 |
| Binary | 11000011 | 10100000 | 110010 | 0 | 10010 | 1001010 | 11000 | 101110 | 111011 | 110000 |
Color Harmonies of #C3A032
Complementary color
Monochromatic Colors of #C3A032
Black with #C3A032
Text Example
Text Example
White with #C3A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A032; }
p { color: rgb(195,160,50); }
H1.HeaderClassName
{
color: #C3A032;
}
.AnyTagClassName
{
color: #C3A032;
}
</style>
background-color css
<style>
a { background-color: #C3A032; }
a { background-color: rgb(195,160,50); }
div.DivClassName
{
background-color: #C3A032;
}
.BgClassName
{
background-color: #C3A032;
}
</style>
border-color css
<style>
span { border-color: #C3A032; }
span { border-color: rgb(195,160,50); }
td.TdClassName
{
border-color: #C3A032;
}
.TagClassName
{
border-color: #C3A032;
}
</style>