Shades of Puce #CA8893
Tints of Puce #CA8893
RGB
CMYK
RGB Variations
Color information
#CA8893 (or 0xCA8893) is known color: Puce. HEX triplet: CA, 88 and 93. RGB value is (202,136,147). Sum of RGB (Red+Green+Blue) = 202+136+147=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8893 is #35776C. Grayscale: #9D9D9D. Windows color (decimal): -3503981 or 9668810. OLE color: 9668810.
HSL color Cylindrical-coordinate representation of color #CA8893: hue angle of 350º 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 #CA8893 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 147 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.21 |
| HSL | 350º | 0.38% | 0.66% | - |
| HSV(B) | 350º | 0.33% | 0.79% | - |
| XYZ | 38.43 | 32.27 | 31.81 | - |
| YUV | 156.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 147 | 0 | 0.33 | 0.27 | 0.21 | 350 | 0.38 | 0.66 |
| Hex | CA | 88 | 93 | 0 | 21 | 1B | 15 | 15E | 26 | 42 |
| Octal | 312 | 210 | 223 | 0 | 41 | 33 | 25 | 536 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10010011 | 0 | 100001 | 11011 | 10101 | 101011110 | 100110 | 1000010 |
Color Harmonies of #CA8893
Complementary color
Monochromatic Colors of #CA8893
Black with #CA8893
Text Example
Text Example
White with #CA8893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8893; }
p { color: rgb(202,136,147); }
H1.HeaderClassName
{
color: #CA8893;
}
.AnyTagClassName
{
color: #CA8893;
}
</style>
background-color css
<style>
a { background-color: #CA8893; }
a { background-color: rgb(202,136,147); }
div.DivClassName
{
background-color: #CA8893;
}
.BgClassName
{
background-color: #CA8893;
}
</style>
border-color css
<style>
span { border-color: #CA8893; }
span { border-color: rgb(202,136,147); }
td.TdClassName
{
border-color: #CA8893;
}
.TagClassName
{
border-color: #CA8893;
}
</style>