Shades of Puce #CA888E
Tints of Puce #CA888E
RGB
CMYK
RGB Variations
Color information
#CA888E (or 0xCA888E) is known color: Puce. HEX triplet: CA, 88 and 8E. RGB value is (202,136,142). Sum of RGB (Red+Green+Blue) = 202+136+142=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA888E is #357771. Grayscale: #9C9C9C. Windows color (decimal): -3503986 or 9341130. OLE color: 9341130.
HSL color Cylindrical-coordinate representation of color #CA888E: hue angle of 354.55º 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 #CA888E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 142 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.21 |
| HSL | 354.55º | 0.38% | 0.66% | - |
| HSV(B) | 354.55º | 0.33% | 0.79% | - |
| XYZ | 38.04 | 32.12 | 29.79 | - |
| YUV | 156.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 142 | 0 | 0.33 | 0.30 | 0.21 | 354.55 | 0.38 | 0.66 |
| Hex | CA | 88 | 8E | 0 | 21 | 1E | 15 | 163 | 26 | 42 |
| Octal | 312 | 210 | 216 | 0 | 41 | 36 | 25 | 543 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10001110 | 0 | 100001 | 11110 | 10101 | 101100011 | 100110 | 1000010 |
Color Harmonies of #CA888E
Complementary color
Monochromatic Colors of #CA888E
Black with #CA888E
Text Example
Text Example
White with #CA888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA888E; }
p { color: rgb(202,136,142); }
H1.HeaderClassName
{
color: #CA888E;
}
.AnyTagClassName
{
color: #CA888E;
}
</style>
background-color css
<style>
a { background-color: #CA888E; }
a { background-color: rgb(202,136,142); }
div.DivClassName
{
background-color: #CA888E;
}
.BgClassName
{
background-color: #CA888E;
}
</style>
border-color css
<style>
span { border-color: #CA888E; }
span { border-color: rgb(202,136,142); }
td.TdClassName
{
border-color: #CA888E;
}
.TagClassName
{
border-color: #CA888E;
}
</style>