Shades of Puce #CA7EA0
Tints of Puce #CA7EA0
RGB
CMYK
RGB Variations
Color information
#CA7EA0 (or 0xCA7EA0) is known color: Puce. HEX triplet: CA, 7E and A0. RGB value is (202,126,160). Sum of RGB (Red+Green+Blue) = 202+126+160=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7EA0 is #35815F. Grayscale: #989898. Windows color (decimal): -3506528 or 10518218. OLE color: 10518218.
HSL color Cylindrical-coordinate representation of color #CA7EA0: hue angle of 333.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7EA0 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 160 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.21 |
| HSL | 333.16º | 0.42% | 0.64% | - |
| HSV(B) | 333.16º | 0.38% | 0.79% | - |
| XYZ | 38.16 | 30.02 | 37.04 | - |
| YUV | 152.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 160 | 0 | 0.38 | 0.21 | 0.21 | 333.16 | 0.42 | 0.64 |
| Hex | CA | 7E | A0 | 0 | 26 | 15 | 15 | 14D | 2A | 40 |
| Octal | 312 | 176 | 240 | 0 | 46 | 25 | 25 | 515 | 52 | 100 |
| Binary | 11001010 | 1111110 | 10100000 | 0 | 100110 | 10101 | 10101 | 101001101 | 101010 | 1000000 |
Color Harmonies of #CA7EA0
Complementary color
Monochromatic Colors of #CA7EA0
Black with #CA7EA0
Text Example
Text Example
White with #CA7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EA0; }
p { color: rgb(202,126,160); }
H1.HeaderClassName
{
color: #CA7EA0;
}
.AnyTagClassName
{
color: #CA7EA0;
}
</style>
background-color css
<style>
a { background-color: #CA7EA0; }
a { background-color: rgb(202,126,160); }
div.DivClassName
{
background-color: #CA7EA0;
}
.BgClassName
{
background-color: #CA7EA0;
}
</style>
border-color css
<style>
span { border-color: #CA7EA0; }
span { border-color: rgb(202,126,160); }
td.TdClassName
{
border-color: #CA7EA0;
}
.TagClassName
{
border-color: #CA7EA0;
}
</style>