Shades of Nugget #C89620
Tints of Nugget #C89620
RGB
CMYK
RGB Variations
Color information
#C89620 (or 0xC89620) is known color: Nugget. HEX triplet: C8, 96 and 20. RGB value is (200,150,32). Sum of RGB (Red+Green+Blue) = 200+150+32=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89620 is #3769DF. Grayscale: #989898. Windows color (decimal): -3631584 or 2135752. OLE color: 2135752.
HSL color Cylindrical-coordinate representation of color #C89620: hue angle of 42.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C89620 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 32 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.22 |
| HSL | 42.14º | 0.72% | 0.45% | - |
| HSV(B) | 42.14º | 0.84% | 0.78% | - |
| XYZ | 34.99 | 34.2 | 6.12 | - |
| YUV | 151.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 32 | 0 | 0.25 | 0.84 | 0.22 | 42.14 | 0.72 | 0.45 |
| Hex | C8 | 96 | 20 | 0 | 19 | 54 | 16 | 2A | 48 | 2D |
| Octal | 310 | 226 | 40 | 0 | 31 | 124 | 26 | 52 | 110 | 55 |
| Binary | 11001000 | 10010110 | 100000 | 0 | 11001 | 1010100 | 10110 | 101010 | 1001000 | 101101 |
Color Harmonies of #C89620
Complementary color
Monochromatic Colors of #C89620
Black with #C89620
Text Example
Text Example
White with #C89620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89620; }
p { color: rgb(200,150,32); }
H1.HeaderClassName
{
color: #C89620;
}
.AnyTagClassName
{
color: #C89620;
}
</style>
background-color css
<style>
a { background-color: #C89620; }
a { background-color: rgb(200,150,32); }
div.DivClassName
{
background-color: #C89620;
}
.BgClassName
{
background-color: #C89620;
}
</style>
border-color css
<style>
span { border-color: #C89620; }
span { border-color: rgb(200,150,32); }
td.TdClassName
{
border-color: #C89620;
}
.TagClassName
{
border-color: #C89620;
}
</style>