Shades of Puce #CA8D97
Tints of Puce #CA8D97
RGB
CMYK
RGB Variations
Color information
#CA8D97 (or 0xCA8D97) is known color: Puce. HEX triplet: CA, 8D and 97. RGB value is (202,141,151). Sum of RGB (Red+Green+Blue) = 202+141+151=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D97 is #357268. Grayscale: #A0A0A0. Windows color (decimal): -3502697 or 9932234. OLE color: 9932234.
HSL color Cylindrical-coordinate representation of color #CA8D97: hue angle of 350.16º 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 #CA8D97 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 151 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.21 |
| HSL | 350.16º | 0.37% | 0.67% | - |
| HSV(B) | 350.16º | 0.3% | 0.79% | - |
| XYZ | 39.47 | 33.84 | 33.73 | - |
| YUV | 160.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 151 | 0 | 0.30 | 0.25 | 0.21 | 350.16 | 0.37 | 0.67 |
| Hex | CA | 8D | 97 | 0 | 1E | 19 | 15 | 15E | 25 | 43 |
| Octal | 312 | 215 | 227 | 0 | 36 | 31 | 25 | 536 | 45 | 103 |
| Binary | 11001010 | 10001101 | 10010111 | 0 | 11110 | 11001 | 10101 | 101011110 | 100101 | 1000011 |
Color Harmonies of #CA8D97
Complementary color
Monochromatic Colors of #CA8D97
Black with #CA8D97
Text Example
Text Example
White with #CA8D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D97; }
p { color: rgb(202,141,151); }
H1.HeaderClassName
{
color: #CA8D97;
}
.AnyTagClassName
{
color: #CA8D97;
}
</style>
background-color css
<style>
a { background-color: #CA8D97; }
a { background-color: rgb(202,141,151); }
div.DivClassName
{
background-color: #CA8D97;
}
.BgClassName
{
background-color: #CA8D97;
}
</style>
border-color css
<style>
span { border-color: #CA8D97; }
span { border-color: rgb(202,141,151); }
td.TdClassName
{
border-color: #CA8D97;
}
.TagClassName
{
border-color: #CA8D97;
}
</style>