Shades of Puce #CA7EA1
Tints of Puce #CA7EA1
RGB
CMYK
RGB Variations
Color information
#CA7EA1 (or 0xCA7EA1) is known color: Puce. HEX triplet: CA, 7E and A1. RGB value is (202,126,161). Sum of RGB (Red+Green+Blue) = 202+126+161=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7EA1 is #35815E. Grayscale: #989898. Windows color (decimal): -3506527 or 10583754. OLE color: 10583754.
HSL color Cylindrical-coordinate representation of color #CA7EA1: hue angle of 332.37º 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 #CA7EA1 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 161 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.21 |
| HSL | 332.37º | 0.42% | 0.64% | - |
| HSV(B) | 332.37º | 0.38% | 0.79% | - |
| XYZ | 38.25 | 30.05 | 37.5 | - |
| YUV | 152.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 161 | 0 | 0.38 | 0.20 | 0.21 | 332.37 | 0.42 | 0.64 |
| Hex | CA | 7E | A1 | 0 | 26 | 14 | 15 | 14C | 2A | 40 |
| Octal | 312 | 176 | 241 | 0 | 46 | 24 | 25 | 514 | 52 | 100 |
| Binary | 11001010 | 1111110 | 10100001 | 0 | 100110 | 10100 | 10101 | 101001100 | 101010 | 1000000 |
Color Harmonies of #CA7EA1
Complementary color
Monochromatic Colors of #CA7EA1
Black with #CA7EA1
Text Example
Text Example
White with #CA7EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EA1; }
p { color: rgb(202,126,161); }
H1.HeaderClassName
{
color: #CA7EA1;
}
.AnyTagClassName
{
color: #CA7EA1;
}
</style>
background-color css
<style>
a { background-color: #CA7EA1; }
a { background-color: rgb(202,126,161); }
div.DivClassName
{
background-color: #CA7EA1;
}
.BgClassName
{
background-color: #CA7EA1;
}
</style>
border-color css
<style>
span { border-color: #CA7EA1; }
span { border-color: rgb(202,126,161); }
td.TdClassName
{
border-color: #CA7EA1;
}
.TagClassName
{
border-color: #CA7EA1;
}
</style>