Shades of Puce #CA84A5
Tints of Puce #CA84A5
RGB
CMYK
RGB Variations
Color information
#CA84A5 (or 0xCA84A5) is known color: Puce. HEX triplet: CA, 84 and A5. RGB value is (202,132,165). Sum of RGB (Red+Green+Blue) = 202+132+165=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA84A5 is #357B5A. Grayscale: #9C9C9C. Windows color (decimal): -3504987 or 10847434. OLE color: 10847434.
HSL color Cylindrical-coordinate representation of color #CA84A5: hue angle of 331.71º 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 #CA84A5 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 165 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.21 |
| HSL | 331.71º | 0.4% | 0.65% | - |
| HSV(B) | 331.71º | 0.35% | 0.79% | - |
| XYZ | 39.4 | 31.78 | 39.65 | - |
| YUV | 156.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 165 | 0 | 0.35 | 0.18 | 0.21 | 331.71 | 0.4 | 0.65 |
| Hex | CA | 84 | A5 | 0 | 23 | 12 | 15 | 14C | 28 | 41 |
| Octal | 312 | 204 | 245 | 0 | 43 | 22 | 25 | 514 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10100101 | 0 | 100011 | 10010 | 10101 | 101001100 | 101000 | 1000001 |
Color Harmonies of #CA84A5
Complementary color
Monochromatic Colors of #CA84A5
Black with #CA84A5
Text Example
Text Example
White with #CA84A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84A5; }
p { color: rgb(202,132,165); }
H1.HeaderClassName
{
color: #CA84A5;
}
.AnyTagClassName
{
color: #CA84A5;
}
</style>
background-color css
<style>
a { background-color: #CA84A5; }
a { background-color: rgb(202,132,165); }
div.DivClassName
{
background-color: #CA84A5;
}
.BgClassName
{
background-color: #CA84A5;
}
</style>
border-color css
<style>
span { border-color: #CA84A5; }
span { border-color: rgb(202,132,165); }
td.TdClassName
{
border-color: #CA84A5;
}
.TagClassName
{
border-color: #CA84A5;
}
</style>