Shades of Puce #C87FA1
Tints of Puce #C87FA1
RGB
CMYK
RGB Variations
Color information
#C87FA1 (or 0xC87FA1) is known color: Puce. HEX triplet: C8, 7F and A1. RGB value is (200,127,161). Sum of RGB (Red+Green+Blue) = 200+127+161=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FA1 is #37805E. Grayscale: #989898. Windows color (decimal): -3637343 or 10584008. OLE color: 10584008.
HSL color Cylindrical-coordinate representation of color #C87FA1: hue angle of 332.05º 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 #C87FA1 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 161 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.22 |
| HSL | 332.05º | 0.4% | 0.64% | - |
| HSV(B) | 332.05º | 0.37% | 0.78% | - |
| XYZ | 37.84 | 30.03 | 37.52 | - |
| YUV | 152.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 161 | 0 | 0.36 | 0.19 | 0.22 | 332.05 | 0.4 | 0.64 |
| Hex | C8 | 7F | A1 | 0 | 24 | 13 | 16 | 14C | 28 | 40 |
| Octal | 310 | 177 | 241 | 0 | 44 | 23 | 26 | 514 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10100001 | 0 | 100100 | 10011 | 10110 | 101001100 | 101000 | 1000000 |
Color Harmonies of #C87FA1
Complementary color
Monochromatic Colors of #C87FA1
Black with #C87FA1
Text Example
Text Example
White with #C87FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FA1; }
p { color: rgb(200,127,161); }
H1.HeaderClassName
{
color: #C87FA1;
}
.AnyTagClassName
{
color: #C87FA1;
}
</style>
background-color css
<style>
a { background-color: #C87FA1; }
a { background-color: rgb(200,127,161); }
div.DivClassName
{
background-color: #C87FA1;
}
.BgClassName
{
background-color: #C87FA1;
}
</style>
border-color css
<style>
span { border-color: #C87FA1; }
span { border-color: rgb(200,127,161); }
td.TdClassName
{
border-color: #C87FA1;
}
.TagClassName
{
border-color: #C87FA1;
}
</style>