Shades of Puce #CA80A1
Tints of Puce #CA80A1
RGB
CMYK
RGB Variations
Color information
#CA80A1 (or 0xCA80A1) is known color: Puce. HEX triplet: CA, 80 and A1. RGB value is (202,128,161). Sum of RGB (Red+Green+Blue) = 202+128+161=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A1 is #357F5E. Grayscale: #999999. Windows color (decimal): -3506015 or 10584266. OLE color: 10584266.
HSL color Cylindrical-coordinate representation of color #CA80A1: hue angle of 333.24º 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 #CA80A1 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 161 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.21 |
| HSL | 333.24º | 0.41% | 0.65% | - |
| HSV(B) | 333.24º | 0.37% | 0.79% | - |
| XYZ | 38.51 | 30.57 | 37.59 | - |
| YUV | 153.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 161 | 0 | 0.37 | 0.20 | 0.21 | 333.24 | 0.41 | 0.65 |
| Hex | CA | 80 | A1 | 0 | 25 | 14 | 15 | 14D | 29 | 41 |
| Octal | 312 | 200 | 241 | 0 | 45 | 24 | 25 | 515 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10100001 | 0 | 100101 | 10100 | 10101 | 101001101 | 101001 | 1000001 |
Color Harmonies of #CA80A1
Complementary color
Monochromatic Colors of #CA80A1
Black with #CA80A1
Text Example
Text Example
White with #CA80A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80A1; }
p { color: rgb(202,128,161); }
H1.HeaderClassName
{
color: #CA80A1;
}
.AnyTagClassName
{
color: #CA80A1;
}
</style>
background-color css
<style>
a { background-color: #CA80A1; }
a { background-color: rgb(202,128,161); }
div.DivClassName
{
background-color: #CA80A1;
}
.BgClassName
{
background-color: #CA80A1;
}
</style>
border-color css
<style>
span { border-color: #CA80A1; }
span { border-color: rgb(202,128,161); }
td.TdClassName
{
border-color: #CA80A1;
}
.TagClassName
{
border-color: #CA80A1;
}
</style>