Shades of Puce #C88D94
Tints of Puce #C88D94
RGB
CMYK
RGB Variations
Color information
#C88D94 (or 0xC88D94) is known color: Puce. HEX triplet: C8, 8D and 94. RGB value is (200,141,148). Sum of RGB (Red+Green+Blue) = 200+141+148=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D94 is #37726B. Grayscale: #9F9F9F. Windows color (decimal): -3633772 or 9735624. OLE color: 9735624.
HSL color Cylindrical-coordinate representation of color #C88D94: hue angle of 352.88º 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 #C88D94 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 148 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.22 |
| HSL | 352.88º | 0.35% | 0.67% | - |
| HSV(B) | 352.88º | 0.3% | 0.78% | - |
| XYZ | 38.69 | 33.47 | 32.44 | - |
| YUV | 159.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 148 | 0 | 0.29 | 0.26 | 0.22 | 352.88 | 0.35 | 0.67 |
| Hex | C8 | 8D | 94 | 0 | 1D | 1A | 16 | 161 | 23 | 43 |
| Octal | 310 | 215 | 224 | 0 | 35 | 32 | 26 | 541 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10010100 | 0 | 11101 | 11010 | 10110 | 101100001 | 100011 | 1000011 |
Color Harmonies of #C88D94
Complementary color
Monochromatic Colors of #C88D94
Black with #C88D94
Text Example
Text Example
White with #C88D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D94; }
p { color: rgb(200,141,148); }
H1.HeaderClassName
{
color: #C88D94;
}
.AnyTagClassName
{
color: #C88D94;
}
</style>
background-color css
<style>
a { background-color: #C88D94; }
a { background-color: rgb(200,141,148); }
div.DivClassName
{
background-color: #C88D94;
}
.BgClassName
{
background-color: #C88D94;
}
</style>
border-color css
<style>
span { border-color: #C88D94; }
span { border-color: rgb(200,141,148); }
td.TdClassName
{
border-color: #C88D94;
}
.TagClassName
{
border-color: #C88D94;
}
</style>