Shades of Puce #CA8D91
Tints of Puce #CA8D91
RGB
CMYK
RGB Variations
Color information
#CA8D91 (or 0xCA8D91) is known color: Puce. HEX triplet: CA, 8D and 91. RGB value is (202,141,145). Sum of RGB (Red+Green+Blue) = 202+141+145=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D91 is #35726E. Grayscale: #9F9F9F. Windows color (decimal): -3502703 or 9539018. OLE color: 9539018.
HSL color Cylindrical-coordinate representation of color #CA8D91: hue angle of 356.07º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8D91 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 145 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.21 |
| HSL | 356.07º | 0.37% | 0.67% | - |
| HSV(B) | 356.07º | 0.3% | 0.79% | - |
| XYZ | 38.99 | 33.65 | 31.23 | - |
| YUV | 159.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 145 | 0 | 0.30 | 0.28 | 0.21 | 356.07 | 0.37 | 0.67 |
| Hex | CA | 8D | 91 | 0 | 1E | 1C | 15 | 164 | 25 | 43 |
| Octal | 312 | 215 | 221 | 0 | 36 | 34 | 25 | 544 | 45 | 103 |
| Binary | 11001010 | 10001101 | 10010001 | 0 | 11110 | 11100 | 10101 | 101100100 | 100101 | 1000011 |
Color Harmonies of #CA8D91
Complementary color
Monochromatic Colors of #CA8D91
Black with #CA8D91
Text Example
Text Example
White with #CA8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D91; }
p { color: rgb(202,141,145); }
H1.HeaderClassName
{
color: #CA8D91;
}
.AnyTagClassName
{
color: #CA8D91;
}
</style>
background-color css
<style>
a { background-color: #CA8D91; }
a { background-color: rgb(202,141,145); }
div.DivClassName
{
background-color: #CA8D91;
}
.BgClassName
{
background-color: #CA8D91;
}
</style>
border-color css
<style>
span { border-color: #CA8D91; }
span { border-color: rgb(202,141,145); }
td.TdClassName
{
border-color: #CA8D91;
}
.TagClassName
{
border-color: #CA8D91;
}
</style>