Shades of Nugget #C88E19
Tints of Nugget #C88E19
RGB
CMYK
RGB Variations
Color information
#C88E19 (or 0xC88E19) is known color: Nugget. HEX triplet: C8, 8E and 19. RGB value is (200,142,25). Sum of RGB (Red+Green+Blue) = 200+142+25=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88E19 is #3771E6. Grayscale: #929292. Windows color (decimal): -3633639 or 1674952. OLE color: 1674952.
HSL color Cylindrical-coordinate representation of color #C88E19: hue angle of 40.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88E19 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 25 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.22 |
| HSL | 40.11º | 0.78% | 0.44% | - |
| HSV(B) | 40.11º | 0.88% | 0.78% | - |
| XYZ | 33.67 | 31.7 | 5.26 | - |
| YUV | 146 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 25 | 0 | 0.29 | 0.88 | 0.22 | 40.11 | 0.78 | 0.44 |
| Hex | C8 | 8E | 19 | 0 | 1D | 58 | 16 | 28 | 4E | 2C |
| Octal | 310 | 216 | 31 | 0 | 35 | 130 | 26 | 50 | 116 | 54 |
| Binary | 11001000 | 10001110 | 11001 | 0 | 11101 | 1011000 | 10110 | 101000 | 1001110 | 101100 |
Color Harmonies of #C88E19
Complementary color
Monochromatic Colors of #C88E19
Black with #C88E19
Text Example
Text Example
White with #C88E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E19; }
p { color: rgb(200,142,25); }
H1.HeaderClassName
{
color: #C88E19;
}
.AnyTagClassName
{
color: #C88E19;
}
</style>
background-color css
<style>
a { background-color: #C88E19; }
a { background-color: rgb(200,142,25); }
div.DivClassName
{
background-color: #C88E19;
}
.BgClassName
{
background-color: #C88E19;
}
</style>
border-color css
<style>
span { border-color: #C88E19; }
span { border-color: rgb(200,142,25); }
td.TdClassName
{
border-color: #C88E19;
}
.TagClassName
{
border-color: #C88E19;
}
</style>