Shades of Puce #CA868A
Tints of Puce #CA868A
RGB
CMYK
RGB Variations
Color information
#CA868A (or 0xCA868A) is known color: Puce. HEX triplet: CA, 86 and 8A. RGB value is (202,134,138). Sum of RGB (Red+Green+Blue) = 202+134+138=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868A is #357975. Grayscale: #9A9A9A. Windows color (decimal): -3504502 or 9078474. OLE color: 9078474.
HSL color Cylindrical-coordinate representation of color #CA868A: hue angle of 356.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 #CA868A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 138 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.21 |
| HSL | 356.47º | 0.39% | 0.66% | - |
| HSV(B) | 356.47º | 0.34% | 0.79% | - |
| XYZ | 37.47 | 31.44 | 28.14 | - |
| YUV | 154.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 138 | 0 | 0.34 | 0.32 | 0.21 | 356.47 | 0.39 | 0.66 |
| Hex | CA | 86 | 8A | 0 | 22 | 20 | 15 | 164 | 27 | 42 |
| Octal | 312 | 206 | 212 | 0 | 42 | 40 | 25 | 544 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10001010 | 0 | 100010 | 100000 | 10101 | 101100100 | 100111 | 1000010 |
Color Harmonies of #CA868A
Complementary color
Monochromatic Colors of #CA868A
Black with #CA868A
Text Example
Text Example
White with #CA868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA868A; }
p { color: rgb(202,134,138); }
H1.HeaderClassName
{
color: #CA868A;
}
.AnyTagClassName
{
color: #CA868A;
}
</style>
background-color css
<style>
a { background-color: #CA868A; }
a { background-color: rgb(202,134,138); }
div.DivClassName
{
background-color: #CA868A;
}
.BgClassName
{
background-color: #CA868A;
}
</style>
border-color css
<style>
span { border-color: #CA868A; }
span { border-color: rgb(202,134,138); }
td.TdClassName
{
border-color: #CA868A;
}
.TagClassName
{
border-color: #CA868A;
}
</style>