Shades of Nugget #C6A02C
Tints of Nugget #C6A02C
RGB
CMYK
RGB Variations
Color information
#C6A02C (or 0xC6A02C) is known color: Nugget. HEX triplet: C6, A0 and 2C. RGB value is (198,160,44). Sum of RGB (Red+Green+Blue) = 198+160+44=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A02C is #395FD3. Grayscale: #9E9E9E. Windows color (decimal): -3760084 or 2924742. OLE color: 2924742.
HSL color Cylindrical-coordinate representation of color #C6A02C: hue angle of 45.19º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6A02C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 44 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.22 |
| HSL | 45.19º | 0.64% | 0.47% | - |
| HSV(B) | 45.19º | 0.78% | 0.78% | - |
| XYZ | 36.31 | 37.33 | 7.67 | - |
| YUV | 158.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 44 | 0 | 0.19 | 0.78 | 0.22 | 45.19 | 0.64 | 0.47 |
| Hex | C6 | A0 | 2C | 0 | 13 | 4E | 16 | 2D | 40 | 2F |
| Octal | 306 | 240 | 54 | 0 | 23 | 116 | 26 | 55 | 100 | 57 |
| Binary | 11000110 | 10100000 | 101100 | 0 | 10011 | 1001110 | 10110 | 101101 | 1000000 | 101111 |
Color Harmonies of #C6A02C
Complementary color
Monochromatic Colors of #C6A02C
Black with #C6A02C
Text Example
Text Example
White with #C6A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A02C; }
p { color: rgb(198,160,44); }
H1.HeaderClassName
{
color: #C6A02C;
}
.AnyTagClassName
{
color: #C6A02C;
}
</style>
background-color css
<style>
a { background-color: #C6A02C; }
a { background-color: rgb(198,160,44); }
div.DivClassName
{
background-color: #C6A02C;
}
.BgClassName
{
background-color: #C6A02C;
}
</style>
border-color css
<style>
span { border-color: #C6A02C; }
span { border-color: rgb(198,160,44); }
td.TdClassName
{
border-color: #C6A02C;
}
.TagClassName
{
border-color: #C6A02C;
}
</style>