Shades of Puce #CA8889
Tints of Puce #CA8889
RGB
CMYK
RGB Variations
Color information
#CA8889 (or 0xCA8889) is known color: Puce. HEX triplet: CA, 88 and 89. RGB value is (202,136,137). Sum of RGB (Red+Green+Blue) = 202+136+137=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8889 is #357776. Grayscale: #9B9B9B. Windows color (decimal): -3503991 or 9013450. OLE color: 9013450.
HSL color Cylindrical-coordinate representation of color #CA8889: hue angle of 359.09º 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 #CA8889 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 137 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.21 |
| HSL | 359.09º | 0.38% | 0.66% | - |
| HSV(B) | 359.09º | 0.33% | 0.79% | - |
| XYZ | 37.68 | 31.97 | 27.85 | - |
| YUV | 155.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 137 | 0 | 0.33 | 0.32 | 0.21 | 359.09 | 0.38 | 0.66 |
| Hex | CA | 88 | 89 | 0 | 21 | 20 | 15 | 167 | 26 | 42 |
| Octal | 312 | 210 | 211 | 0 | 41 | 40 | 25 | 547 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10001001 | 0 | 100001 | 100000 | 10101 | 101100111 | 100110 | 1000010 |
Color Harmonies of #CA8889
Complementary color
Monochromatic Colors of #CA8889
Black with #CA8889
Text Example
Text Example
White with #CA8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8889; }
p { color: rgb(202,136,137); }
H1.HeaderClassName
{
color: #CA8889;
}
.AnyTagClassName
{
color: #CA8889;
}
</style>
background-color css
<style>
a { background-color: #CA8889; }
a { background-color: rgb(202,136,137); }
div.DivClassName
{
background-color: #CA8889;
}
.BgClassName
{
background-color: #CA8889;
}
</style>
border-color css
<style>
span { border-color: #CA8889; }
span { border-color: rgb(202,136,137); }
td.TdClassName
{
border-color: #CA8889;
}
.TagClassName
{
border-color: #CA8889;
}
</style>