Shades of Puce #CA8587
Tints of Puce #CA8587
RGB
CMYK
RGB Variations
Color information
#CA8587 (or 0xCA8587) is known color: Puce. HEX triplet: CA, 85 and 87. RGB value is (202,133,135). Sum of RGB (Red+Green+Blue) = 202+133+135=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8587 is #357A78. Grayscale: #999999. Windows color (decimal): -3504761 or 8881610. OLE color: 8881610.
HSL color Cylindrical-coordinate representation of color #CA8587: hue angle of 358.26º 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 #CA8587 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 135 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.21 |
| HSL | 358.26º | 0.39% | 0.66% | - |
| HSV(B) | 358.26º | 0.34% | 0.79% | - |
| XYZ | 37.12 | 31.08 | 26.96 | - |
| YUV | 153.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 135 | 0 | 0.34 | 0.33 | 0.21 | 358.26 | 0.39 | 0.66 |
| Hex | CA | 85 | 87 | 0 | 22 | 21 | 15 | 166 | 27 | 42 |
| Octal | 312 | 205 | 207 | 0 | 42 | 41 | 25 | 546 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10000111 | 0 | 100010 | 100001 | 10101 | 101100110 | 100111 | 1000010 |
Color Harmonies of #CA8587
Complementary color
Monochromatic Colors of #CA8587
Black with #CA8587
Text Example
Text Example
White with #CA8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8587; }
p { color: rgb(202,133,135); }
H1.HeaderClassName
{
color: #CA8587;
}
.AnyTagClassName
{
color: #CA8587;
}
</style>
background-color css
<style>
a { background-color: #CA8587; }
a { background-color: rgb(202,133,135); }
div.DivClassName
{
background-color: #CA8587;
}
.BgClassName
{
background-color: #CA8587;
}
</style>
border-color css
<style>
span { border-color: #CA8587; }
span { border-color: rgb(202,133,135); }
td.TdClassName
{
border-color: #CA8587;
}
.TagClassName
{
border-color: #CA8587;
}
</style>