Shades of Puce #C88894
Tints of Puce #C88894
RGB
CMYK
RGB Variations
Color information
#C88894 (or 0xC88894) is known color: Puce. HEX triplet: C8, 88 and 94. RGB value is (200,136,148). Sum of RGB (Red+Green+Blue) = 200+136+148=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C88894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88894 is #37776B. Grayscale: #9C9C9C. Windows color (decimal): -3635052 or 9734344. OLE color: 9734344.
HSL color Cylindrical-coordinate representation of color #C88894: hue angle of 348.75º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88894 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 148 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.22 |
| HSL | 348.75º | 0.37% | 0.66% | - |
| HSV(B) | 348.75º | 0.32% | 0.78% | - |
| XYZ | 37.97 | 32.03 | 32.2 | - |
| YUV | 156.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 148 | 0 | 0.32 | 0.26 | 0.22 | 348.75 | 0.37 | 0.66 |
| Hex | C8 | 88 | 94 | 0 | 20 | 1A | 16 | 15D | 25 | 42 |
| Octal | 310 | 210 | 224 | 0 | 40 | 32 | 26 | 535 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10010100 | 0 | 100000 | 11010 | 10110 | 101011101 | 100101 | 1000010 |
Color Harmonies of #C88894
Complementary color
Monochromatic Colors of #C88894
Black with #C88894
Text Example
Text Example
White with #C88894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88894; }
p { color: rgb(200,136,148); }
H1.HeaderClassName
{
color: #C88894;
}
.AnyTagClassName
{
color: #C88894;
}
</style>
background-color css
<style>
a { background-color: #C88894; }
a { background-color: rgb(200,136,148); }
div.DivClassName
{
background-color: #C88894;
}
.BgClassName
{
background-color: #C88894;
}
</style>
border-color css
<style>
span { border-color: #C88894; }
span { border-color: rgb(200,136,148); }
td.TdClassName
{
border-color: #C88894;
}
.TagClassName
{
border-color: #C88894;
}
</style>