Shades of Puce #CA8891
Tints of Puce #CA8891
RGB
CMYK
RGB Variations
Color information
#CA8891 (or 0xCA8891) is known color: Puce. HEX triplet: CA, 88 and 91. RGB value is (202,136,145). Sum of RGB (Red+Green+Blue) = 202+136+145=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8891 is #35776E. Grayscale: #9C9C9C. Windows color (decimal): -3503983 or 9537738. OLE color: 9537738.
HSL color Cylindrical-coordinate representation of color #CA8891: hue angle of 351.82º 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 #CA8891 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 145 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.21 |
| HSL | 351.82º | 0.38% | 0.66% | - |
| HSV(B) | 351.82º | 0.33% | 0.79% | - |
| XYZ | 38.27 | 32.21 | 30.99 | - |
| YUV | 156.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 145 | 0 | 0.33 | 0.28 | 0.21 | 351.82 | 0.38 | 0.66 |
| Hex | CA | 88 | 91 | 0 | 21 | 1C | 15 | 160 | 26 | 42 |
| Octal | 312 | 210 | 221 | 0 | 41 | 34 | 25 | 540 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10010001 | 0 | 100001 | 11100 | 10101 | 101100000 | 100110 | 1000010 |
Color Harmonies of #CA8891
Complementary color
Monochromatic Colors of #CA8891
Black with #CA8891
Text Example
Text Example
White with #CA8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8891; }
p { color: rgb(202,136,145); }
H1.HeaderClassName
{
color: #CA8891;
}
.AnyTagClassName
{
color: #CA8891;
}
</style>
background-color css
<style>
a { background-color: #CA8891; }
a { background-color: rgb(202,136,145); }
div.DivClassName
{
background-color: #CA8891;
}
.BgClassName
{
background-color: #CA8891;
}
</style>
border-color css
<style>
span { border-color: #CA8891; }
span { border-color: rgb(202,136,145); }
td.TdClassName
{
border-color: #CA8891;
}
.TagClassName
{
border-color: #CA8891;
}
</style>