Shades of Puce #CA868D
Tints of Puce #CA868D
RGB
CMYK
RGB Variations
Color information
#CA868D (or 0xCA868D) is known color: Puce. HEX triplet: CA, 86 and 8D. RGB value is (202,134,141). Sum of RGB (Red+Green+Blue) = 202+134+141=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868D is #357972. Grayscale: #9B9B9B. Windows color (decimal): -3504499 or 9275082. OLE color: 9275082.
HSL color Cylindrical-coordinate representation of color #CA868D: hue angle of 353.82º 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 #CA868D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 141 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.21 |
| HSL | 353.82º | 0.39% | 0.66% | - |
| HSV(B) | 353.82º | 0.34% | 0.79% | - |
| XYZ | 37.69 | 31.53 | 29.3 | - |
| YUV | 155.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 141 | 0 | 0.34 | 0.30 | 0.21 | 353.82 | 0.39 | 0.66 |
| Hex | CA | 86 | 8D | 0 | 22 | 1E | 15 | 162 | 27 | 42 |
| Octal | 312 | 206 | 215 | 0 | 42 | 36 | 25 | 542 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10001101 | 0 | 100010 | 11110 | 10101 | 101100010 | 100111 | 1000010 |
Color Harmonies of #CA868D
Complementary color
Monochromatic Colors of #CA868D
Black with #CA868D
Text Example
Text Example
White with #CA868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA868D; }
p { color: rgb(202,134,141); }
H1.HeaderClassName
{
color: #CA868D;
}
.AnyTagClassName
{
color: #CA868D;
}
</style>
background-color css
<style>
a { background-color: #CA868D; }
a { background-color: rgb(202,134,141); }
div.DivClassName
{
background-color: #CA868D;
}
.BgClassName
{
background-color: #CA868D;
}
</style>
border-color css
<style>
span { border-color: #CA868D; }
span { border-color: rgb(202,134,141); }
td.TdClassName
{
border-color: #CA868D;
}
.TagClassName
{
border-color: #CA868D;
}
</style>