Shades of Puce #CA80A8
Tints of Puce #CA80A8
RGB
CMYK
RGB Variations
Color information
#CA80A8 (or 0xCA80A8) is known color: Puce. HEX triplet: CA, 80 and A8. RGB value is (202,128,168). Sum of RGB (Red+Green+Blue) = 202+128+168=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A8 is #357F57. Grayscale: #9A9A9A. Windows color (decimal): -3506008 or 11043018. OLE color: 11043018.
HSL color Cylindrical-coordinate representation of color #CA80A8: hue angle of 327.57º 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 #CA80A8 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 168 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.21 |
| HSL | 327.57º | 0.41% | 0.65% | - |
| HSV(B) | 327.57º | 0.37% | 0.79% | - |
| XYZ | 39.14 | 30.82 | 40.93 | - |
| YUV | 154.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 168 | 0 | 0.37 | 0.17 | 0.21 | 327.57 | 0.41 | 0.65 |
| Hex | CA | 80 | A8 | 0 | 25 | 11 | 15 | 148 | 29 | 41 |
| Octal | 312 | 200 | 250 | 0 | 45 | 21 | 25 | 510 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10101000 | 0 | 100101 | 10001 | 10101 | 101001000 | 101001 | 1000001 |
Color Harmonies of #CA80A8
Complementary color
Monochromatic Colors of #CA80A8
Black with #CA80A8
Text Example
Text Example
White with #CA80A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80A8; }
p { color: rgb(202,128,168); }
H1.HeaderClassName
{
color: #CA80A8;
}
.AnyTagClassName
{
color: #CA80A8;
}
</style>
background-color css
<style>
a { background-color: #CA80A8; }
a { background-color: rgb(202,128,168); }
div.DivClassName
{
background-color: #CA80A8;
}
.BgClassName
{
background-color: #CA80A8;
}
</style>
border-color css
<style>
span { border-color: #CA80A8; }
span { border-color: rgb(202,128,168); }
td.TdClassName
{
border-color: #CA80A8;
}
.TagClassName
{
border-color: #CA80A8;
}
</style>