Shades of Puce #CA889E
Tints of Puce #CA889E
RGB
CMYK
RGB Variations
Color information
#CA889E (or 0xCA889E) is known color: Puce. HEX triplet: CA, 88 and 9E. RGB value is (202,136,158). Sum of RGB (Red+Green+Blue) = 202+136+158=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA889E is #357761. Grayscale: #9E9E9E. Windows color (decimal): -3503970 or 10389706. OLE color: 10389706.
HSL color Cylindrical-coordinate representation of color #CA889E: hue angle of 340º 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 #CA889E is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 158 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.21 |
| HSL | 340º | 0.38% | 0.66% | - |
| HSV(B) | 340º | 0.33% | 0.79% | - |
| XYZ | 39.33 | 32.63 | 36.57 | - |
| YUV | 158.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 158 | 0 | 0.33 | 0.22 | 0.21 | 340 | 0.38 | 0.66 |
| Hex | CA | 88 | 9E | 0 | 21 | 16 | 15 | 154 | 26 | 42 |
| Octal | 312 | 210 | 236 | 0 | 41 | 26 | 25 | 524 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10011110 | 0 | 100001 | 10110 | 10101 | 101010100 | 100110 | 1000010 |
Color Harmonies of #CA889E
Complementary color
Monochromatic Colors of #CA889E
Black with #CA889E
Text Example
Text Example
White with #CA889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA889E; }
p { color: rgb(202,136,158); }
H1.HeaderClassName
{
color: #CA889E;
}
.AnyTagClassName
{
color: #CA889E;
}
</style>
background-color css
<style>
a { background-color: #CA889E; }
a { background-color: rgb(202,136,158); }
div.DivClassName
{
background-color: #CA889E;
}
.BgClassName
{
background-color: #CA889E;
}
</style>
border-color css
<style>
span { border-color: #CA889E; }
span { border-color: rgb(202,136,158); }
td.TdClassName
{
border-color: #CA889E;
}
.TagClassName
{
border-color: #CA889E;
}
</style>