Shades of Puce #CA85A0
Tints of Puce #CA85A0
RGB
CMYK
RGB Variations
Color information
#CA85A0 (or 0xCA85A0) is known color: Puce. HEX triplet: CA, 85 and A0. RGB value is (202,133,160). Sum of RGB (Red+Green+Blue) = 202+133+160=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85A0 is #357A5F. Grayscale: #9C9C9C. Windows color (decimal): -3504736 or 10520010. OLE color: 10520010.
HSL color Cylindrical-coordinate representation of color #CA85A0: hue angle of 336.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85A0 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 160 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.21 |
| HSL | 336.52º | 0.39% | 0.66% | - |
| HSV(B) | 336.52º | 0.34% | 0.79% | - |
| XYZ | 39.09 | 31.87 | 37.35 | - |
| YUV | 156.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 160 | 0 | 0.34 | 0.21 | 0.21 | 336.52 | 0.39 | 0.66 |
| Hex | CA | 85 | A0 | 0 | 22 | 15 | 15 | 151 | 27 | 42 |
| Octal | 312 | 205 | 240 | 0 | 42 | 25 | 25 | 521 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10100000 | 0 | 100010 | 10101 | 10101 | 101010001 | 100111 | 1000010 |
Color Harmonies of #CA85A0
Complementary color
Monochromatic Colors of #CA85A0
Black with #CA85A0
Text Example
Text Example
White with #CA85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85A0; }
p { color: rgb(202,133,160); }
H1.HeaderClassName
{
color: #CA85A0;
}
.AnyTagClassName
{
color: #CA85A0;
}
</style>
background-color css
<style>
a { background-color: #CA85A0; }
a { background-color: rgb(202,133,160); }
div.DivClassName
{
background-color: #CA85A0;
}
.BgClassName
{
background-color: #CA85A0;
}
</style>
border-color css
<style>
span { border-color: #CA85A0; }
span { border-color: rgb(202,133,160); }
td.TdClassName
{
border-color: #CA85A0;
}
.TagClassName
{
border-color: #CA85A0;
}
</style>