Shades of Puce #CA869B
Tints of Puce #CA869B
RGB
CMYK
RGB Variations
Color information
#CA869B (or 0xCA869B) is known color: Puce. HEX triplet: CA, 86 and 9B. RGB value is (202,134,155). Sum of RGB (Red+Green+Blue) = 202+134+155=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA869B is #357964. Grayscale: #9C9C9C. Windows color (decimal): -3504485 or 10192586. OLE color: 10192586.
HSL color Cylindrical-coordinate representation of color #CA869B: hue angle of 341.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA869B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 155 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.21 |
| HSL | 341.47º | 0.39% | 0.66% | - |
| HSV(B) | 341.47º | 0.34% | 0.79% | - |
| XYZ | 38.8 | 31.97 | 35.14 | - |
| YUV | 156.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 155 | 0 | 0.34 | 0.23 | 0.21 | 341.47 | 0.39 | 0.66 |
| Hex | CA | 86 | 9B | 0 | 22 | 17 | 15 | 155 | 27 | 42 |
| Octal | 312 | 206 | 233 | 0 | 42 | 27 | 25 | 525 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10011011 | 0 | 100010 | 10111 | 10101 | 101010101 | 100111 | 1000010 |
Color Harmonies of #CA869B
Complementary color
Monochromatic Colors of #CA869B
Black with #CA869B
Text Example
Text Example
White with #CA869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA869B; }
p { color: rgb(202,134,155); }
H1.HeaderClassName
{
color: #CA869B;
}
.AnyTagClassName
{
color: #CA869B;
}
</style>
background-color css
<style>
a { background-color: #CA869B; }
a { background-color: rgb(202,134,155); }
div.DivClassName
{
background-color: #CA869B;
}
.BgClassName
{
background-color: #CA869B;
}
</style>
border-color css
<style>
span { border-color: #CA869B; }
span { border-color: rgb(202,134,155); }
td.TdClassName
{
border-color: #CA869B;
}
.TagClassName
{
border-color: #CA869B;
}
</style>