Shades of Nugget #C8A02D
Tints of Nugget #C8A02D
RGB
CMYK
RGB Variations
Color information
#C8A02D (or 0xC8A02D) is known color: Nugget. HEX triplet: C8, A0 and 2D. RGB value is (200,160,45). Sum of RGB (Red+Green+Blue) = 200+160+45=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A02D is #375FD2. Grayscale: #9F9F9F. Windows color (decimal): -3629011 or 2990280. OLE color: 2990280.
HSL color Cylindrical-coordinate representation of color #C8A02D: hue angle of 44.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8A02D is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 45 | - |
| CMYK | 0 | 0.2 | 0.78 | 0.22 |
| HSL | 44.52º | 0.63% | 0.48% | - |
| HSV(B) | 44.52º | 0.78% | 0.78% | - |
| XYZ | 36.86 | 37.61 | 7.8 | - |
| YUV | 158.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 45 | 0 | 0.2 | 0.78 | 0.22 | 44.52 | 0.63 | 0.48 |
| Hex | C8 | A0 | 2D | 0 | 14 | 4E | 16 | 2D | 3F | 30 |
| Octal | 310 | 240 | 55 | 0 | 24 | 116 | 26 | 55 | 77 | 60 |
| Binary | 11001000 | 10100000 | 101101 | 0 | 10100 | 1001110 | 10110 | 101101 | 111111 | 110000 |
Color Harmonies of #C8A02D
Complementary color
Monochromatic Colors of #C8A02D
Black with #C8A02D
Text Example
Text Example
White with #C8A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A02D; }
p { color: rgb(200,160,45); }
H1.HeaderClassName
{
color: #C8A02D;
}
.AnyTagClassName
{
color: #C8A02D;
}
</style>
background-color css
<style>
a { background-color: #C8A02D; }
a { background-color: rgb(200,160,45); }
div.DivClassName
{
background-color: #C8A02D;
}
.BgClassName
{
background-color: #C8A02D;
}
</style>
border-color css
<style>
span { border-color: #C8A02D; }
span { border-color: rgb(200,160,45); }
td.TdClassName
{
border-color: #C8A02D;
}
.TagClassName
{
border-color: #C8A02D;
}
</style>