Shades of Nugget #C0881E
Tints of Nugget #C0881E
RGB
CMYK
RGB Variations
Color information
#C0881E (or 0xC0881E) is known color: Nugget. HEX triplet: C0, 88 and 1E. RGB value is (192,136,30). Sum of RGB (Red+Green+Blue) = 192+136+30=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0881E is #3F77E1. Grayscale: #8D8D8D. Windows color (decimal): -4159458 or 2001088. OLE color: 2001088.
HSL color Cylindrical-coordinate representation of color #C0881E: hue angle of 39.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0881E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 30 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.25 |
| HSL | 39.26º | 0.73% | 0.44% | - |
| HSV(B) | 39.26º | 0.84% | 0.75% | - |
| XYZ | 30.78 | 28.91 | 5.19 | - |
| YUV | 140.66 | 65.55 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 30 | 0 | 0.29 | 0.84 | 0.25 | 39.26 | 0.73 | 0.44 |
| Hex | C0 | 88 | 1E | 0 | 1D | 54 | 19 | 27 | 49 | 2C |
| Octal | 300 | 210 | 36 | 0 | 35 | 124 | 31 | 47 | 111 | 54 |
| Binary | 11000000 | 10001000 | 11110 | 0 | 11101 | 1010100 | 11001 | 100111 | 1001001 | 101100 |
Color Harmonies of #C0881E
Complementary color
Monochromatic Colors of #C0881E
Black with #C0881E
Text Example
Text Example
White with #C0881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0881E; }
p { color: rgb(192,136,30); }
H1.HeaderClassName
{
color: #C0881E;
}
.AnyTagClassName
{
color: #C0881E;
}
</style>
background-color css
<style>
a { background-color: #C0881E; }
a { background-color: rgb(192,136,30); }
div.DivClassName
{
background-color: #C0881E;
}
.BgClassName
{
background-color: #C0881E;
}
</style>
border-color css
<style>
span { border-color: #C0881E; }
span { border-color: rgb(192,136,30); }
td.TdClassName
{
border-color: #C0881E;
}
.TagClassName
{
border-color: #C0881E;
}
</style>