Shades of Puce #CA7FA2
Tints of Puce #CA7FA2
RGB
CMYK
RGB Variations
Color information
#CA7FA2 (or 0xCA7FA2) is known color: Puce. HEX triplet: CA, 7F and A2. RGB value is (202,127,162). Sum of RGB (Red+Green+Blue) = 202+127+162=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FA2 is #35805D. Grayscale: #999999. Windows color (decimal): -3506270 or 10649546. OLE color: 10649546.
HSL color Cylindrical-coordinate representation of color #CA7FA2: hue angle of 332º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FA2 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 162 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.21 |
| HSL | 332º | 0.41% | 0.65% | - |
| HSV(B) | 332º | 0.37% | 0.79% | - |
| XYZ | 38.47 | 30.34 | 38.01 | - |
| YUV | 153.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 162 | 0 | 0.37 | 0.20 | 0.21 | 332 | 0.41 | 0.65 |
| Hex | CA | 7F | A2 | 0 | 25 | 14 | 15 | 14C | 29 | 41 |
| Octal | 312 | 177 | 242 | 0 | 45 | 24 | 25 | 514 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10100010 | 0 | 100101 | 10100 | 10101 | 101001100 | 101001 | 1000001 |
Color Harmonies of #CA7FA2
Complementary color
Monochromatic Colors of #CA7FA2
Black with #CA7FA2
Text Example
Text Example
White with #CA7FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FA2; }
p { color: rgb(202,127,162); }
H1.HeaderClassName
{
color: #CA7FA2;
}
.AnyTagClassName
{
color: #CA7FA2;
}
</style>
background-color css
<style>
a { background-color: #CA7FA2; }
a { background-color: rgb(202,127,162); }
div.DivClassName
{
background-color: #CA7FA2;
}
.BgClassName
{
background-color: #CA7FA2;
}
</style>
border-color css
<style>
span { border-color: #CA7FA2; }
span { border-color: rgb(202,127,162); }
td.TdClassName
{
border-color: #CA7FA2;
}
.TagClassName
{
border-color: #CA7FA2;
}
</style>