Shades of Nugget #C89828
Tints of Nugget #C89828
RGB
CMYK
RGB Variations
Color information
#C89828 (or 0xC89828) is known color: Nugget. HEX triplet: C8, 98 and 28. RGB value is (200,152,40). Sum of RGB (Red+Green+Blue) = 200+152+40=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C89828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89828 is #3767D7. Grayscale: #9A9A9A. Windows color (decimal): -3631064 or 2660552. OLE color: 2660552.
HSL color Cylindrical-coordinate representation of color #C89828: hue angle of 42º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C89828 is Cyan = 0, Magento = 0.24, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 40 | - |
| CMYK | 0 | 0.24 | 0.8 | 0.22 |
| HSL | 42º | 0.67% | 0.47% | - |
| HSV(B) | 42º | 0.8% | 0.78% | - |
| XYZ | 35.43 | 34.89 | 6.87 | - |
| YUV | 153.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 40 | 0 | 0.24 | 0.8 | 0.22 | 42 | 0.67 | 0.47 |
| Hex | C8 | 98 | 28 | 0 | 18 | 50 | 16 | 2A | 43 | 2F |
| Octal | 310 | 230 | 50 | 0 | 30 | 120 | 26 | 52 | 103 | 57 |
| Binary | 11001000 | 10011000 | 101000 | 0 | 11000 | 1010000 | 10110 | 101010 | 1000011 | 101111 |
Color Harmonies of #C89828
Complementary color
Monochromatic Colors of #C89828
Black with #C89828
Text Example
Text Example
White with #C89828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89828; }
p { color: rgb(200,152,40); }
H1.HeaderClassName
{
color: #C89828;
}
.AnyTagClassName
{
color: #C89828;
}
</style>
background-color css
<style>
a { background-color: #C89828; }
a { background-color: rgb(200,152,40); }
div.DivClassName
{
background-color: #C89828;
}
.BgClassName
{
background-color: #C89828;
}
</style>
border-color css
<style>
span { border-color: #C89828; }
span { border-color: rgb(200,152,40); }
td.TdClassName
{
border-color: #C89828;
}
.TagClassName
{
border-color: #C89828;
}
</style>