Shades of Puce #CA888F
Tints of Puce #CA888F
RGB
CMYK
RGB Variations
Color information
#CA888F (or 0xCA888F) is known color: Puce. HEX triplet: CA, 88 and 8F. RGB value is (202,136,143). Sum of RGB (Red+Green+Blue) = 202+136+143=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA888F is #357770. Grayscale: #9C9C9C. Windows color (decimal): -3503985 or 9406666. OLE color: 9406666.
HSL color Cylindrical-coordinate representation of color #CA888F: hue angle of 353.64º degrees, saturation: 0.38, 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 #CA888F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 143 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.21 |
| HSL | 353.64º | 0.38% | 0.66% | - |
| HSV(B) | 353.64º | 0.33% | 0.79% | - |
| XYZ | 38.12 | 32.15 | 30.18 | - |
| YUV | 156.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 143 | 0 | 0.33 | 0.29 | 0.21 | 353.64 | 0.38 | 0.66 |
| Hex | CA | 88 | 8F | 0 | 21 | 1D | 15 | 162 | 26 | 42 |
| Octal | 312 | 210 | 217 | 0 | 41 | 35 | 25 | 542 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10001111 | 0 | 100001 | 11101 | 10101 | 101100010 | 100110 | 1000010 |
Color Harmonies of #CA888F
Complementary color
Monochromatic Colors of #CA888F
Black with #CA888F
Text Example
Text Example
White with #CA888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA888F; }
p { color: rgb(202,136,143); }
H1.HeaderClassName
{
color: #CA888F;
}
.AnyTagClassName
{
color: #CA888F;
}
</style>
background-color css
<style>
a { background-color: #CA888F; }
a { background-color: rgb(202,136,143); }
div.DivClassName
{
background-color: #CA888F;
}
.BgClassName
{
background-color: #CA888F;
}
</style>
border-color css
<style>
span { border-color: #CA888F; }
span { border-color: rgb(202,136,143); }
td.TdClassName
{
border-color: #CA888F;
}
.TagClassName
{
border-color: #CA888F;
}
</style>