Shades of Puce #CA87A1
Tints of Puce #CA87A1
RGB
CMYK
RGB Variations
Color information
#CA87A1 (or 0xCA87A1) is known color: Puce. HEX triplet: CA, 87 and A1. RGB value is (202,135,161). Sum of RGB (Red+Green+Blue) = 202+135+161=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87A1 is #35785E. Grayscale: #9D9D9D. Windows color (decimal): -3504223 or 10586058. OLE color: 10586058.
HSL color Cylindrical-coordinate representation of color #CA87A1: hue angle of 336.72º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87A1 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 161 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.21 |
| HSL | 336.72º | 0.39% | 0.66% | - |
| HSV(B) | 336.72º | 0.33% | 0.79% | - |
| XYZ | 39.45 | 32.46 | 37.9 | - |
| YUV | 158 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 161 | 0 | 0.33 | 0.20 | 0.21 | 336.72 | 0.39 | 0.66 |
| Hex | CA | 87 | A1 | 0 | 21 | 14 | 15 | 151 | 27 | 42 |
| Octal | 312 | 207 | 241 | 0 | 41 | 24 | 25 | 521 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10100001 | 0 | 100001 | 10100 | 10101 | 101010001 | 100111 | 1000010 |
Color Harmonies of #CA87A1
Complementary color
Monochromatic Colors of #CA87A1
Black with #CA87A1
Text Example
Text Example
White with #CA87A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87A1; }
p { color: rgb(202,135,161); }
H1.HeaderClassName
{
color: #CA87A1;
}
.AnyTagClassName
{
color: #CA87A1;
}
</style>
background-color css
<style>
a { background-color: #CA87A1; }
a { background-color: rgb(202,135,161); }
div.DivClassName
{
background-color: #CA87A1;
}
.BgClassName
{
background-color: #CA87A1;
}
</style>
border-color css
<style>
span { border-color: #CA87A1; }
span { border-color: rgb(202,135,161); }
td.TdClassName
{
border-color: #CA87A1;
}
.TagClassName
{
border-color: #CA87A1;
}
</style>