Shades of Puce #CA80A2
Tints of Puce #CA80A2
RGB
CMYK
RGB Variations
Color information
#CA80A2 (or 0xCA80A2) is known color: Puce. HEX triplet: CA, 80 and A2. RGB value is (202,128,162). Sum of RGB (Red+Green+Blue) = 202+128+162=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A2 is #357F5D. Grayscale: #999999. Windows color (decimal): -3506014 or 10649802. OLE color: 10649802.
HSL color Cylindrical-coordinate representation of color #CA80A2: hue angle of 332.43º 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 #CA80A2 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 162 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.21 |
| HSL | 332.43º | 0.41% | 0.65% | - |
| HSV(B) | 332.43º | 0.37% | 0.79% | - |
| XYZ | 38.6 | 30.6 | 38.06 | - |
| YUV | 154 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 162 | 0 | 0.37 | 0.20 | 0.21 | 332.43 | 0.41 | 0.65 |
| Hex | CA | 80 | A2 | 0 | 25 | 14 | 15 | 14C | 29 | 41 |
| Octal | 312 | 200 | 242 | 0 | 45 | 24 | 25 | 514 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10100010 | 0 | 100101 | 10100 | 10101 | 101001100 | 101001 | 1000001 |
Color Harmonies of #CA80A2
Complementary color
Monochromatic Colors of #CA80A2
Black with #CA80A2
Text Example
Text Example
White with #CA80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80A2; }
p { color: rgb(202,128,162); }
H1.HeaderClassName
{
color: #CA80A2;
}
.AnyTagClassName
{
color: #CA80A2;
}
</style>
background-color css
<style>
a { background-color: #CA80A2; }
a { background-color: rgb(202,128,162); }
div.DivClassName
{
background-color: #CA80A2;
}
.BgClassName
{
background-color: #CA80A2;
}
</style>
border-color css
<style>
span { border-color: #CA80A2; }
span { border-color: rgb(202,128,162); }
td.TdClassName
{
border-color: #CA80A2;
}
.TagClassName
{
border-color: #CA80A2;
}
</style>