Shades of Puce #CA8791
Tints of Puce #CA8791
RGB
CMYK
RGB Variations
Color information
#CA8791 (or 0xCA8791) is known color: Puce. HEX triplet: CA, 87 and 91. RGB value is (202,135,145). Sum of RGB (Red+Green+Blue) = 202+135+145=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8791 is #35786E. Grayscale: #9C9C9C. Windows color (decimal): -3504239 or 9537482. OLE color: 9537482.
HSL color Cylindrical-coordinate representation of color #CA8791: hue angle of 351.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8791 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 145 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.21 |
| HSL | 351.04º | 0.39% | 0.66% | - |
| HSV(B) | 351.04º | 0.33% | 0.79% | - |
| XYZ | 38.13 | 31.93 | 30.94 | - |
| YUV | 156.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 145 | 0 | 0.33 | 0.28 | 0.21 | 351.04 | 0.39 | 0.66 |
| Hex | CA | 87 | 91 | 0 | 21 | 1C | 15 | 15F | 27 | 42 |
| Octal | 312 | 207 | 221 | 0 | 41 | 34 | 25 | 537 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10010001 | 0 | 100001 | 11100 | 10101 | 101011111 | 100111 | 1000010 |
Color Harmonies of #CA8791
Complementary color
Monochromatic Colors of #CA8791
Black with #CA8791
Text Example
Text Example
White with #CA8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8791; }
p { color: rgb(202,135,145); }
H1.HeaderClassName
{
color: #CA8791;
}
.AnyTagClassName
{
color: #CA8791;
}
</style>
background-color css
<style>
a { background-color: #CA8791; }
a { background-color: rgb(202,135,145); }
div.DivClassName
{
background-color: #CA8791;
}
.BgClassName
{
background-color: #CA8791;
}
</style>
border-color css
<style>
span { border-color: #CA8791; }
span { border-color: rgb(202,135,145); }
td.TdClassName
{
border-color: #CA8791;
}
.TagClassName
{
border-color: #CA8791;
}
</style>