Shades of Puce #C8889E
Tints of Puce #C8889E
RGB
CMYK
RGB Variations
Color information
#C8889E (or 0xC8889E) is known color: Puce. HEX triplet: C8, 88 and 9E. RGB value is (200,136,158). Sum of RGB (Red+Green+Blue) = 200+136+158=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8889E is #377761. Grayscale: #9D9D9D. Windows color (decimal): -3635042 or 10389704. OLE color: 10389704.
HSL color Cylindrical-coordinate representation of color #C8889E: hue angle of 339.38º 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 #C8889E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 158 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.22 |
| HSL | 339.38º | 0.37% | 0.66% | - |
| HSV(B) | 339.38º | 0.32% | 0.78% | - |
| XYZ | 38.8 | 32.36 | 36.55 | - |
| YUV | 157.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 158 | 0 | 0.32 | 0.21 | 0.22 | 339.38 | 0.37 | 0.66 |
| Hex | C8 | 88 | 9E | 0 | 20 | 15 | 16 | 153 | 25 | 42 |
| Octal | 310 | 210 | 236 | 0 | 40 | 25 | 26 | 523 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10011110 | 0 | 100000 | 10101 | 10110 | 101010011 | 100101 | 1000010 |
Color Harmonies of #C8889E
Complementary color
Monochromatic Colors of #C8889E
Black with #C8889E
Text Example
Text Example
White with #C8889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8889E; }
p { color: rgb(200,136,158); }
H1.HeaderClassName
{
color: #C8889E;
}
.AnyTagClassName
{
color: #C8889E;
}
</style>
background-color css
<style>
a { background-color: #C8889E; }
a { background-color: rgb(200,136,158); }
div.DivClassName
{
background-color: #C8889E;
}
.BgClassName
{
background-color: #C8889E;
}
</style>
border-color css
<style>
span { border-color: #C8889E; }
span { border-color: rgb(200,136,158); }
td.TdClassName
{
border-color: #C8889E;
}
.TagClassName
{
border-color: #C8889E;
}
</style>