Shades of Puce #CA868E
Tints of Puce #CA868E
RGB
CMYK
RGB Variations
Color information
#CA868E (or 0xCA868E) is known color: Puce. HEX triplet: CA, 86 and 8E. RGB value is (202,134,142). Sum of RGB (Red+Green+Blue) = 202+134+142=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868E is #357971. Grayscale: #9B9B9B. Windows color (decimal): -3504498 or 9340618. OLE color: 9340618.
HSL color Cylindrical-coordinate representation of color #CA868E: hue angle of 352.94º 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 #CA868E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 142 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.21 |
| HSL | 352.94º | 0.39% | 0.66% | - |
| HSV(B) | 352.94º | 0.34% | 0.79% | - |
| XYZ | 37.76 | 31.56 | 29.69 | - |
| YUV | 155.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 142 | 0 | 0.34 | 0.30 | 0.21 | 352.94 | 0.39 | 0.66 |
| Hex | CA | 86 | 8E | 0 | 22 | 1E | 15 | 161 | 27 | 42 |
| Octal | 312 | 206 | 216 | 0 | 42 | 36 | 25 | 541 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10001110 | 0 | 100010 | 11110 | 10101 | 101100001 | 100111 | 1000010 |
Color Harmonies of #CA868E
Complementary color
Monochromatic Colors of #CA868E
Black with #CA868E
Text Example
Text Example
White with #CA868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA868E; }
p { color: rgb(202,134,142); }
H1.HeaderClassName
{
color: #CA868E;
}
.AnyTagClassName
{
color: #CA868E;
}
</style>
background-color css
<style>
a { background-color: #CA868E; }
a { background-color: rgb(202,134,142); }
div.DivClassName
{
background-color: #CA868E;
}
.BgClassName
{
background-color: #CA868E;
}
</style>
border-color css
<style>
span { border-color: #CA868E; }
span { border-color: rgb(202,134,142); }
td.TdClassName
{
border-color: #CA868E;
}
.TagClassName
{
border-color: #CA868E;
}
</style>