Shades of Puce #CA86A0
Tints of Puce #CA86A0
RGB
CMYK
RGB Variations
Color information
#CA86A0 (or 0xCA86A0) is known color: Puce. HEX triplet: CA, 86 and A0. RGB value is (202,134,160). Sum of RGB (Red+Green+Blue) = 202+134+160=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86A0 is #35795F. Grayscale: #9D9D9D. Windows color (decimal): -3504480 or 10520266. OLE color: 10520266.
HSL color Cylindrical-coordinate representation of color #CA86A0: hue angle of 337.06º 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 #CA86A0 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 160 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.21 |
| HSL | 337.06º | 0.39% | 0.66% | - |
| HSV(B) | 337.06º | 0.34% | 0.79% | - |
| XYZ | 39.23 | 32.14 | 37.39 | - |
| YUV | 157.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 160 | 0 | 0.34 | 0.21 | 0.21 | 337.06 | 0.39 | 0.66 |
| Hex | CA | 86 | A0 | 0 | 22 | 15 | 15 | 151 | 27 | 42 |
| Octal | 312 | 206 | 240 | 0 | 42 | 25 | 25 | 521 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10100000 | 0 | 100010 | 10101 | 10101 | 101010001 | 100111 | 1000010 |
Color Harmonies of #CA86A0
Complementary color
Monochromatic Colors of #CA86A0
Black with #CA86A0
Text Example
Text Example
White with #CA86A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86A0; }
p { color: rgb(202,134,160); }
H1.HeaderClassName
{
color: #CA86A0;
}
.AnyTagClassName
{
color: #CA86A0;
}
</style>
background-color css
<style>
a { background-color: #CA86A0; }
a { background-color: rgb(202,134,160); }
div.DivClassName
{
background-color: #CA86A0;
}
.BgClassName
{
background-color: #CA86A0;
}
</style>
border-color css
<style>
span { border-color: #CA86A0; }
span { border-color: rgb(202,134,160); }
td.TdClassName
{
border-color: #CA86A0;
}
.TagClassName
{
border-color: #CA86A0;
}
</style>