Shades of Puce #C88E93
Tints of Puce #C88E93
RGB
CMYK
RGB Variations
Color information
#C88E93 (or 0xC88E93) is known color: Puce. HEX triplet: C8, 8E and 93. RGB value is (200,142,147). Sum of RGB (Red+Green+Blue) = 200+142+147=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88E93 is #37716C. Grayscale: #9F9F9F. Windows color (decimal): -3633517 or 9670344. OLE color: 9670344.
HSL color Cylindrical-coordinate representation of color #C88E93: hue angle of 354.83º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88E93 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 147 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.22 |
| HSL | 354.83º | 0.35% | 0.67% | - |
| HSV(B) | 354.83º | 0.29% | 0.78% | - |
| XYZ | 38.76 | 33.73 | 32.07 | - |
| YUV | 159.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 147 | 0 | 0.29 | 0.26 | 0.22 | 354.83 | 0.35 | 0.67 |
| Hex | C8 | 8E | 93 | 0 | 1D | 1A | 16 | 163 | 23 | 43 |
| Octal | 310 | 216 | 223 | 0 | 35 | 32 | 26 | 543 | 43 | 103 |
| Binary | 11001000 | 10001110 | 10010011 | 0 | 11101 | 11010 | 10110 | 101100011 | 100011 | 1000011 |
Color Harmonies of #C88E93
Complementary color
Monochromatic Colors of #C88E93
Black with #C88E93
Text Example
Text Example
White with #C88E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E93; }
p { color: rgb(200,142,147); }
H1.HeaderClassName
{
color: #C88E93;
}
.AnyTagClassName
{
color: #C88E93;
}
</style>
background-color css
<style>
a { background-color: #C88E93; }
a { background-color: rgb(200,142,147); }
div.DivClassName
{
background-color: #C88E93;
}
.BgClassName
{
background-color: #C88E93;
}
</style>
border-color css
<style>
span { border-color: #C88E93; }
span { border-color: rgb(200,142,147); }
td.TdClassName
{
border-color: #C88E93;
}
.TagClassName
{
border-color: #C88E93;
}
</style>