Shades of Nugget #C89E28
Tints of Nugget #C89E28
RGB
CMYK
RGB Variations
Color information
#C89E28 (or 0xC89E28) is known color: Nugget. HEX triplet: C8, 9E and 28. RGB value is (200,158,40). Sum of RGB (Red+Green+Blue) = 200+158+40=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E28 is #3761D7. Grayscale: #9D9D9D. Windows color (decimal): -3629528 or 2662088. OLE color: 2662088.
HSL color Cylindrical-coordinate representation of color #C89E28: hue angle of 44.25º 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 #C89E28 is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 40 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.22 |
| HSL | 44.25º | 0.67% | 0.47% | - |
| HSV(B) | 44.25º | 0.8% | 0.78% | - |
| XYZ | 36.43 | 36.89 | 7.21 | - |
| YUV | 157.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 40 | 0 | 0.21 | 0.8 | 0.22 | 44.25 | 0.67 | 0.47 |
| Hex | C8 | 9E | 28 | 0 | 15 | 50 | 16 | 2C | 43 | 2F |
| Octal | 310 | 236 | 50 | 0 | 25 | 120 | 26 | 54 | 103 | 57 |
| Binary | 11001000 | 10011110 | 101000 | 0 | 10101 | 1010000 | 10110 | 101100 | 1000011 | 101111 |
Color Harmonies of #C89E28
Complementary color
Monochromatic Colors of #C89E28
Black with #C89E28
Text Example
Text Example
White with #C89E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E28; }
p { color: rgb(200,158,40); }
H1.HeaderClassName
{
color: #C89E28;
}
.AnyTagClassName
{
color: #C89E28;
}
</style>
background-color css
<style>
a { background-color: #C89E28; }
a { background-color: rgb(200,158,40); }
div.DivClassName
{
background-color: #C89E28;
}
.BgClassName
{
background-color: #C89E28;
}
</style>
border-color css
<style>
span { border-color: #C89E28; }
span { border-color: rgb(200,158,40); }
td.TdClassName
{
border-color: #C89E28;
}
.TagClassName
{
border-color: #C89E28;
}
</style>