Shades of Puce #CA8E97
Tints of Puce #CA8E97
RGB
CMYK
RGB Variations
Color information
#CA8E97 (or 0xCA8E97) is known color: Puce. HEX triplet: CA, 8E and 97. RGB value is (202,142,151). Sum of RGB (Red+Green+Blue) = 202+142+151=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E97 is #357168. Grayscale: #A0A0A0. Windows color (decimal): -3502441 or 9932490. OLE color: 9932490.
HSL color Cylindrical-coordinate representation of color #CA8E97: hue angle of 351º degrees, saturation: 0.36, 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 #CA8E97 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 151 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.21 |
| HSL | 351º | 0.36% | 0.67% | - |
| HSV(B) | 351º | 0.3% | 0.79% | - |
| XYZ | 39.62 | 34.14 | 33.78 | - |
| YUV | 160.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 151 | 0 | 0.30 | 0.25 | 0.21 | 351 | 0.36 | 0.67 |
| Hex | CA | 8E | 97 | 0 | 1E | 19 | 15 | 15F | 24 | 43 |
| Octal | 312 | 216 | 227 | 0 | 36 | 31 | 25 | 537 | 44 | 103 |
| Binary | 11001010 | 10001110 | 10010111 | 0 | 11110 | 11001 | 10101 | 101011111 | 100100 | 1000011 |
Color Harmonies of #CA8E97
Complementary color
Monochromatic Colors of #CA8E97
Black with #CA8E97
Text Example
Text Example
White with #CA8E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E97; }
p { color: rgb(202,142,151); }
H1.HeaderClassName
{
color: #CA8E97;
}
.AnyTagClassName
{
color: #CA8E97;
}
</style>
background-color css
<style>
a { background-color: #CA8E97; }
a { background-color: rgb(202,142,151); }
div.DivClassName
{
background-color: #CA8E97;
}
.BgClassName
{
background-color: #CA8E97;
}
</style>
border-color css
<style>
span { border-color: #CA8E97; }
span { border-color: rgb(202,142,151); }
td.TdClassName
{
border-color: #CA8E97;
}
.TagClassName
{
border-color: #CA8E97;
}
</style>