Shades of Puce #C8889D
Tints of Puce #C8889D
RGB
CMYK
RGB Variations
Color information
#C8889D (or 0xC8889D) is known color: Puce. HEX triplet: C8, 88 and 9D. RGB value is (200,136,157). Sum of RGB (Red+Green+Blue) = 200+136+157=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8889D is #377762. Grayscale: #9D9D9D. Windows color (decimal): -3635043 or 10324168. OLE color: 10324168.
HSL color Cylindrical-coordinate representation of color #C8889D: hue angle of 340.31º 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 #C8889D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 157 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.22 |
| HSL | 340.31º | 0.37% | 0.66% | - |
| HSV(B) | 340.31º | 0.32% | 0.78% | - |
| XYZ | 38.71 | 32.32 | 36.1 | - |
| YUV | 157.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 157 | 0 | 0.32 | 0.22 | 0.22 | 340.31 | 0.37 | 0.66 |
| Hex | C8 | 88 | 9D | 0 | 20 | 16 | 16 | 154 | 25 | 42 |
| Octal | 310 | 210 | 235 | 0 | 40 | 26 | 26 | 524 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10011101 | 0 | 100000 | 10110 | 10110 | 101010100 | 100101 | 1000010 |
Color Harmonies of #C8889D
Complementary color
Monochromatic Colors of #C8889D
Black with #C8889D
Text Example
Text Example
White with #C8889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8889D; }
p { color: rgb(200,136,157); }
H1.HeaderClassName
{
color: #C8889D;
}
.AnyTagClassName
{
color: #C8889D;
}
</style>
background-color css
<style>
a { background-color: #C8889D; }
a { background-color: rgb(200,136,157); }
div.DivClassName
{
background-color: #C8889D;
}
.BgClassName
{
background-color: #C8889D;
}
</style>
border-color css
<style>
span { border-color: #C8889D; }
span { border-color: rgb(200,136,157); }
td.TdClassName
{
border-color: #C8889D;
}
.TagClassName
{
border-color: #C8889D;
}
</style>