Shades of Puce #CA84A0
Tints of Puce #CA84A0
RGB
CMYK
RGB Variations
Color information
#CA84A0 (or 0xCA84A0) is known color: Puce. HEX triplet: CA, 84 and A0. RGB value is (202,132,160). Sum of RGB (Red+Green+Blue) = 202+132+160=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA84A0 is #357B5F. Grayscale: #9C9C9C. Windows color (decimal): -3504992 or 10519754. OLE color: 10519754.
HSL color Cylindrical-coordinate representation of color #CA84A0: hue angle of 336º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84A0 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 160 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.21 |
| HSL | 336º | 0.4% | 0.65% | - |
| HSV(B) | 336º | 0.35% | 0.79% | - |
| XYZ | 38.95 | 31.6 | 37.3 | - |
| YUV | 156.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 160 | 0 | 0.35 | 0.21 | 0.21 | 336 | 0.4 | 0.65 |
| Hex | CA | 84 | A0 | 0 | 23 | 15 | 15 | 150 | 28 | 41 |
| Octal | 312 | 204 | 240 | 0 | 43 | 25 | 25 | 520 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10100000 | 0 | 100011 | 10101 | 10101 | 101010000 | 101000 | 1000001 |
Color Harmonies of #CA84A0
Complementary color
Monochromatic Colors of #CA84A0
Black with #CA84A0
Text Example
Text Example
White with #CA84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84A0; }
p { color: rgb(202,132,160); }
H1.HeaderClassName
{
color: #CA84A0;
}
.AnyTagClassName
{
color: #CA84A0;
}
</style>
background-color css
<style>
a { background-color: #CA84A0; }
a { background-color: rgb(202,132,160); }
div.DivClassName
{
background-color: #CA84A0;
}
.BgClassName
{
background-color: #CA84A0;
}
</style>
border-color css
<style>
span { border-color: #CA84A0; }
span { border-color: rgb(202,132,160); }
td.TdClassName
{
border-color: #CA84A0;
}
.TagClassName
{
border-color: #CA84A0;
}
</style>