Shades of Puce #CA889D
Tints of Puce #CA889D
RGB
CMYK
RGB Variations
Color information
#CA889D (or 0xCA889D) is known color: Puce. HEX triplet: CA, 88 and 9D. RGB value is (202,136,157). Sum of RGB (Red+Green+Blue) = 202+136+157=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA889D is #357762. Grayscale: #9E9E9E. Windows color (decimal): -3503971 or 10324170. OLE color: 10324170.
HSL color Cylindrical-coordinate representation of color #CA889D: hue angle of 340.91º 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 #CA889D is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 157 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.21 |
| HSL | 340.91º | 0.38% | 0.66% | - |
| HSV(B) | 340.91º | 0.33% | 0.79% | - |
| XYZ | 39.25 | 32.6 | 36.12 | - |
| YUV | 158.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 157 | 0 | 0.33 | 0.22 | 0.21 | 340.91 | 0.38 | 0.66 |
| Hex | CA | 88 | 9D | 0 | 21 | 16 | 15 | 155 | 26 | 42 |
| Octal | 312 | 210 | 235 | 0 | 41 | 26 | 25 | 525 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10011101 | 0 | 100001 | 10110 | 10101 | 101010101 | 100110 | 1000010 |
Color Harmonies of #CA889D
Complementary color
Monochromatic Colors of #CA889D
Black with #CA889D
Text Example
Text Example
White with #CA889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA889D; }
p { color: rgb(202,136,157); }
H1.HeaderClassName
{
color: #CA889D;
}
.AnyTagClassName
{
color: #CA889D;
}
</style>
background-color css
<style>
a { background-color: #CA889D; }
a { background-color: rgb(202,136,157); }
div.DivClassName
{
background-color: #CA889D;
}
.BgClassName
{
background-color: #CA889D;
}
</style>
border-color css
<style>
span { border-color: #CA889D; }
span { border-color: rgb(202,136,157); }
td.TdClassName
{
border-color: #CA889D;
}
.TagClassName
{
border-color: #CA889D;
}
</style>