Shades of Puce #CD87A1
Tints of Puce #CD87A1
RGB
CMYK
RGB Variations
Color information
#CD87A1 (or 0xCD87A1) is known color: Puce. HEX triplet: CD, 87 and A1. RGB value is (205,135,161). Sum of RGB (Red+Green+Blue) = 205+135+161=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD87A1 is #32785E. Grayscale: #9E9E9E. Windows color (decimal): -3307615 or 10586061. OLE color: 10586061.
HSL color Cylindrical-coordinate representation of color #CD87A1: hue angle of 337.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD87A1 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 161 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.20 |
| HSL | 337.71º | 0.41% | 0.67% | - |
| HSV(B) | 337.71º | 0.34% | 0.8% | - |
| XYZ | 40.27 | 32.88 | 37.94 | - |
| YUV | 158.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 161 | 0 | 0.34 | 0.21 | 0.20 | 337.71 | 0.41 | 0.67 |
| Hex | CD | 87 | A1 | 0 | 22 | 15 | 14 | 152 | 29 | 43 |
| Octal | 315 | 207 | 241 | 0 | 42 | 25 | 24 | 522 | 51 | 103 |
| Binary | 11001101 | 10000111 | 10100001 | 0 | 100010 | 10101 | 10100 | 101010010 | 101001 | 1000011 |
Color Harmonies of #CD87A1
Complementary color
Monochromatic Colors of #CD87A1
Black with #CD87A1
Text Example
Text Example
White with #CD87A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD87A1; }
p { color: rgb(205,135,161); }
H1.HeaderClassName
{
color: #CD87A1;
}
.AnyTagClassName
{
color: #CD87A1;
}
</style>
background-color css
<style>
a { background-color: #CD87A1; }
a { background-color: rgb(205,135,161); }
div.DivClassName
{
background-color: #CD87A1;
}
.BgClassName
{
background-color: #CD87A1;
}
</style>
border-color css
<style>
span { border-color: #CD87A1; }
span { border-color: rgb(205,135,161); }
td.TdClassName
{
border-color: #CD87A1;
}
.TagClassName
{
border-color: #CD87A1;
}
</style>