Shades of Puce #CA858F
Tints of Puce #CA858F
RGB
CMYK
RGB Variations
Color information
#CA858F (or 0xCA858F) is known color: Puce. HEX triplet: CA, 85 and 8F. RGB value is (202,133,143). Sum of RGB (Red+Green+Blue) = 202+133+143=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA858F is #357A70. Grayscale: #9A9A9A. Windows color (decimal): -3504753 or 9405898. OLE color: 9405898.
HSL color Cylindrical-coordinate representation of color #CA858F: hue angle of 351.3º 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 #CA858F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 143 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.21 |
| HSL | 351.3º | 0.39% | 0.66% | - |
| HSV(B) | 351.3º | 0.34% | 0.79% | - |
| XYZ | 37.7 | 31.31 | 30.04 | - |
| YUV | 154.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 143 | 0 | 0.34 | 0.29 | 0.21 | 351.3 | 0.39 | 0.66 |
| Hex | CA | 85 | 8F | 0 | 22 | 1D | 15 | 15F | 27 | 42 |
| Octal | 312 | 205 | 217 | 0 | 42 | 35 | 25 | 537 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10001111 | 0 | 100010 | 11101 | 10101 | 101011111 | 100111 | 1000010 |
Color Harmonies of #CA858F
Complementary color
Monochromatic Colors of #CA858F
Black with #CA858F
Text Example
Text Example
White with #CA858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA858F; }
p { color: rgb(202,133,143); }
H1.HeaderClassName
{
color: #CA858F;
}
.AnyTagClassName
{
color: #CA858F;
}
</style>
background-color css
<style>
a { background-color: #CA858F; }
a { background-color: rgb(202,133,143); }
div.DivClassName
{
background-color: #CA858F;
}
.BgClassName
{
background-color: #CA858F;
}
</style>
border-color css
<style>
span { border-color: #CA858F; }
span { border-color: rgb(202,133,143); }
td.TdClassName
{
border-color: #CA858F;
}
.TagClassName
{
border-color: #CA858F;
}
</style>