Shades of Puce #CA81AA
Tints of Puce #CA81AA
RGB
CMYK
RGB Variations
Color information
#CA81AA (or 0xCA81AA) is known color: Puce. HEX triplet: CA, 81 and AA. RGB value is (202,129,170). Sum of RGB (Red+Green+Blue) = 202+129+170=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AA is #357E55. Grayscale: #9B9B9B. Windows color (decimal): -3505750 or 11174346. OLE color: 11174346.
HSL color Cylindrical-coordinate representation of color #CA81AA: hue angle of 326.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81AA is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 170 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.21 |
| HSL | 326.3º | 0.41% | 0.65% | - |
| HSV(B) | 326.3º | 0.36% | 0.79% | - |
| XYZ | 39.46 | 31.16 | 41.96 | - |
| YUV | 155.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 170 | 0 | 0.36 | 0.16 | 0.21 | 326.3 | 0.41 | 0.65 |
| Hex | CA | 81 | AA | 0 | 24 | 10 | 15 | 146 | 29 | 41 |
| Octal | 312 | 201 | 252 | 0 | 44 | 20 | 25 | 506 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10101010 | 0 | 100100 | 10000 | 10101 | 101000110 | 101001 | 1000001 |
Color Harmonies of #CA81AA
Complementary color
Monochromatic Colors of #CA81AA
Black with #CA81AA
Text Example
Text Example
White with #CA81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81AA; }
p { color: rgb(202,129,170); }
H1.HeaderClassName
{
color: #CA81AA;
}
.AnyTagClassName
{
color: #CA81AA;
}
</style>
background-color css
<style>
a { background-color: #CA81AA; }
a { background-color: rgb(202,129,170); }
div.DivClassName
{
background-color: #CA81AA;
}
.BgClassName
{
background-color: #CA81AA;
}
</style>
border-color css
<style>
span { border-color: #CA81AA; }
span { border-color: rgb(202,129,170); }
td.TdClassName
{
border-color: #CA81AA;
}
.TagClassName
{
border-color: #CA81AA;
}
</style>