Shades of Puce #C87F9E
Tints of Puce #C87F9E
RGB
CMYK
RGB Variations
Color information
#C87F9E (or 0xC87F9E) is known color: Puce. HEX triplet: C8, 7F and 9E. RGB value is (200,127,158). Sum of RGB (Red+Green+Blue) = 200+127+158=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F9E is #378061. Grayscale: #989898. Windows color (decimal): -3637346 or 10387400. OLE color: 10387400.
HSL color Cylindrical-coordinate representation of color #C87F9E: hue angle of 334.52º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87F9E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 158 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.22 |
| HSL | 334.52º | 0.4% | 0.64% | - |
| HSV(B) | 334.52º | 0.37% | 0.78% | - |
| XYZ | 37.58 | 29.93 | 36.14 | - |
| YUV | 152.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 158 | 0 | 0.36 | 0.21 | 0.22 | 334.52 | 0.4 | 0.64 |
| Hex | C8 | 7F | 9E | 0 | 24 | 15 | 16 | 14F | 28 | 40 |
| Octal | 310 | 177 | 236 | 0 | 44 | 25 | 26 | 517 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10011110 | 0 | 100100 | 10101 | 10110 | 101001111 | 101000 | 1000000 |
Color Harmonies of #C87F9E
Complementary color
Monochromatic Colors of #C87F9E
Black with #C87F9E
Text Example
Text Example
White with #C87F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F9E; }
p { color: rgb(200,127,158); }
H1.HeaderClassName
{
color: #C87F9E;
}
.AnyTagClassName
{
color: #C87F9E;
}
</style>
background-color css
<style>
a { background-color: #C87F9E; }
a { background-color: rgb(200,127,158); }
div.DivClassName
{
background-color: #C87F9E;
}
.BgClassName
{
background-color: #C87F9E;
}
</style>
border-color css
<style>
span { border-color: #C87F9E; }
span { border-color: rgb(200,127,158); }
td.TdClassName
{
border-color: #C87F9E;
}
.TagClassName
{
border-color: #C87F9E;
}
</style>