Shades of Nugget #C88D1B
Tints of Nugget #C88D1B
RGB
CMYK
RGB Variations
Color information
#C88D1B (or 0xC88D1B) is known color: Nugget. HEX triplet: C8, 8D and 1B. RGB value is (200,141,27). Sum of RGB (Red+Green+Blue) = 200+141+27=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D1B is #3772E4. Grayscale: #929292. Windows color (decimal): -3633893 or 1805768. OLE color: 1805768.
HSL color Cylindrical-coordinate representation of color #C88D1B: hue angle of 39.54º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C88D1B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 27 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.22 |
| HSL | 39.54º | 0.76% | 0.45% | - |
| HSV(B) | 39.54º | 0.87% | 0.78% | - |
| XYZ | 33.54 | 31.41 | 5.33 | - |
| YUV | 145.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 27 | 0 | 0.29 | 0.86 | 0.22 | 39.54 | 0.76 | 0.45 |
| Hex | C8 | 8D | 1B | 0 | 1D | 56 | 16 | 28 | 4C | 2D |
| Octal | 310 | 215 | 33 | 0 | 35 | 126 | 26 | 50 | 114 | 55 |
| Binary | 11001000 | 10001101 | 11011 | 0 | 11101 | 1010110 | 10110 | 101000 | 1001100 | 101101 |
Color Harmonies of #C88D1B
Complementary color
Monochromatic Colors of #C88D1B
Black with #C88D1B
Text Example
Text Example
White with #C88D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D1B; }
p { color: rgb(200,141,27); }
H1.HeaderClassName
{
color: #C88D1B;
}
.AnyTagClassName
{
color: #C88D1B;
}
</style>
background-color css
<style>
a { background-color: #C88D1B; }
a { background-color: rgb(200,141,27); }
div.DivClassName
{
background-color: #C88D1B;
}
.BgClassName
{
background-color: #C88D1B;
}
</style>
border-color css
<style>
span { border-color: #C88D1B; }
span { border-color: rgb(200,141,27); }
td.TdClassName
{
border-color: #C88D1B;
}
.TagClassName
{
border-color: #C88D1B;
}
</style>