Shades of Nugget #C3A133
Tints of Nugget #C3A133
RGB
CMYK
RGB Variations
Color information
#C3A133 (or 0xC3A133) is known color: Nugget. HEX triplet: C3, A1 and 33. RGB value is (195,161,51). Sum of RGB (Red+Green+Blue) = 195+161+51=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A133 is #3C5ECC. Grayscale: #9F9F9F. Windows color (decimal): -3956429 or 3383747. OLE color: 3383747.
HSL color Cylindrical-coordinate representation of color #C3A133: hue angle of 45.83º 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 #C3A133 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 51 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.24 |
| HSL | 45.83º | 0.59% | 0.48% | - |
| HSV(B) | 45.83º | 0.74% | 0.76% | - |
| XYZ | 35.85 | 37.33 | 8.45 | - |
| YUV | 158.63 | 67.26 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 51 | 0 | 0.17 | 0.74 | 0.24 | 45.83 | 0.59 | 0.48 |
| Hex | C3 | A1 | 33 | 0 | 11 | 4A | 18 | 2E | 3B | 30 |
| Octal | 303 | 241 | 63 | 0 | 21 | 112 | 30 | 56 | 73 | 60 |
| Binary | 11000011 | 10100001 | 110011 | 0 | 10001 | 1001010 | 11000 | 101110 | 111011 | 110000 |
Color Harmonies of #C3A133
Complementary color
Monochromatic Colors of #C3A133
Black with #C3A133
Text Example
Text Example
White with #C3A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A133; }
p { color: rgb(195,161,51); }
H1.HeaderClassName
{
color: #C3A133;
}
.AnyTagClassName
{
color: #C3A133;
}
</style>
background-color css
<style>
a { background-color: #C3A133; }
a { background-color: rgb(195,161,51); }
div.DivClassName
{
background-color: #C3A133;
}
.BgClassName
{
background-color: #C3A133;
}
</style>
border-color css
<style>
span { border-color: #C3A133; }
span { border-color: rgb(195,161,51); }
td.TdClassName
{
border-color: #C3A133;
}
.TagClassName
{
border-color: #C3A133;
}
</style>