Shades of Puce #CA85A2
Tints of Puce #CA85A2
RGB
CMYK
RGB Variations
Color information
#CA85A2 (or 0xCA85A2) is known color: Puce. HEX triplet: CA, 85 and A2. RGB value is (202,133,162). Sum of RGB (Red+Green+Blue) = 202+133+162=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85A2 is #357A5D. Grayscale: #9C9C9C. Windows color (decimal): -3504734 or 10651082. OLE color: 10651082.
HSL color Cylindrical-coordinate representation of color #CA85A2: hue angle of 334.78º 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 #CA85A2 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 162 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.21 |
| HSL | 334.78º | 0.39% | 0.66% | - |
| HSV(B) | 334.78º | 0.34% | 0.79% | - |
| XYZ | 39.27 | 31.94 | 38.28 | - |
| YUV | 156.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 162 | 0 | 0.34 | 0.20 | 0.21 | 334.78 | 0.39 | 0.66 |
| Hex | CA | 85 | A2 | 0 | 22 | 14 | 15 | 14F | 27 | 42 |
| Octal | 312 | 205 | 242 | 0 | 42 | 24 | 25 | 517 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10100010 | 0 | 100010 | 10100 | 10101 | 101001111 | 100111 | 1000010 |
Color Harmonies of #CA85A2
Complementary color
Monochromatic Colors of #CA85A2
Black with #CA85A2
Text Example
Text Example
White with #CA85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85A2; }
p { color: rgb(202,133,162); }
H1.HeaderClassName
{
color: #CA85A2;
}
.AnyTagClassName
{
color: #CA85A2;
}
</style>
background-color css
<style>
a { background-color: #CA85A2; }
a { background-color: rgb(202,133,162); }
div.DivClassName
{
background-color: #CA85A2;
}
.BgClassName
{
background-color: #CA85A2;
}
</style>
border-color css
<style>
span { border-color: #CA85A2; }
span { border-color: rgb(202,133,162); }
td.TdClassName
{
border-color: #CA85A2;
}
.TagClassName
{
border-color: #CA85A2;
}
</style>