Shades of Puce #C88D8E
Tints of Puce #C88D8E
RGB
CMYK
RGB Variations
Color information
#C88D8E (or 0xC88D8E) is known color: Puce. HEX triplet: C8, 8D and 8E. RGB value is (200,141,142). Sum of RGB (Red+Green+Blue) = 200+141+142=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D8E is #377271. Grayscale: #9E9E9E. Windows color (decimal): -3633778 or 9342408. OLE color: 9342408.
HSL color Cylindrical-coordinate representation of color #C88D8E: hue angle of 358.98º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88D8E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 142 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 358.98º | 0.35% | 0.67% | - |
| HSV(B) | 358.98º | 0.3% | 0.78% | - |
| XYZ | 38.23 | 33.28 | 30 | - |
| YUV | 158.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 142 | 0 | 0.29 | 0.29 | 0.22 | 358.98 | 0.35 | 0.67 |
| Hex | C8 | 8D | 8E | 0 | 1D | 1D | 16 | 167 | 23 | 43 |
| Octal | 310 | 215 | 216 | 0 | 35 | 35 | 26 | 547 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10001110 | 0 | 11101 | 11101 | 10110 | 101100111 | 100011 | 1000011 |
Color Harmonies of #C88D8E
Complementary color
Monochromatic Colors of #C88D8E
Black with #C88D8E
Text Example
Text Example
White with #C88D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D8E; }
p { color: rgb(200,141,142); }
H1.HeaderClassName
{
color: #C88D8E;
}
.AnyTagClassName
{
color: #C88D8E;
}
</style>
background-color css
<style>
a { background-color: #C88D8E; }
a { background-color: rgb(200,141,142); }
div.DivClassName
{
background-color: #C88D8E;
}
.BgClassName
{
background-color: #C88D8E;
}
</style>
border-color css
<style>
span { border-color: #C88D8E; }
span { border-color: rgb(200,141,142); }
td.TdClassName
{
border-color: #C88D8E;
}
.TagClassName
{
border-color: #C88D8E;
}
</style>