Shades of Nugget #C5A12F
Tints of Nugget #C5A12F
RGB
CMYK
RGB Variations
Color information
#C5A12F (or 0xC5A12F) is known color: Nugget. HEX triplet: C5, A1 and 2F. RGB value is (197,161,47). Sum of RGB (Red+Green+Blue) = 197+161+47=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A12F is #3A5ED0. Grayscale: #9F9F9F. Windows color (decimal): -3825361 or 3121605. OLE color: 3121605.
HSL color Cylindrical-coordinate representation of color #C5A12F: hue angle of 45.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5A12F is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 47 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.23 |
| HSL | 45.6º | 0.61% | 0.48% | - |
| HSV(B) | 45.6º | 0.76% | 0.77% | - |
| XYZ | 36.28 | 37.57 | 8.03 | - |
| YUV | 158.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 47 | 0 | 0.18 | 0.76 | 0.23 | 45.6 | 0.61 | 0.48 |
| Hex | C5 | A1 | 2F | 0 | 12 | 4C | 17 | 2E | 3D | 30 |
| Octal | 305 | 241 | 57 | 0 | 22 | 114 | 27 | 56 | 75 | 60 |
| Binary | 11000101 | 10100001 | 101111 | 0 | 10010 | 1001100 | 10111 | 101110 | 111101 | 110000 |
Color Harmonies of #C5A12F
Complementary color
Monochromatic Colors of #C5A12F
Black with #C5A12F
Text Example
Text Example
White with #C5A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A12F; }
p { color: rgb(197,161,47); }
H1.HeaderClassName
{
color: #C5A12F;
}
.AnyTagClassName
{
color: #C5A12F;
}
</style>
background-color css
<style>
a { background-color: #C5A12F; }
a { background-color: rgb(197,161,47); }
div.DivClassName
{
background-color: #C5A12F;
}
.BgClassName
{
background-color: #C5A12F;
}
</style>
border-color css
<style>
span { border-color: #C5A12F; }
span { border-color: rgb(197,161,47); }
td.TdClassName
{
border-color: #C5A12F;
}
.TagClassName
{
border-color: #C5A12F;
}
</style>