Shades of Puce #CA8F98
Tints of Puce #CA8F98
RGB
CMYK
RGB Variations
Color information
#CA8F98 (or 0xCA8F98) is known color: Puce. HEX triplet: CA, 8F and 98. RGB value is (202,143,152). Sum of RGB (Red+Green+Blue) = 202+143+152=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F98 is #357067. Grayscale: #A1A1A1. Windows color (decimal): -3502184 or 9998282. OLE color: 9998282.
HSL color Cylindrical-coordinate representation of color #CA8F98: hue angle of 350.85º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8F98 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 152 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.21 |
| HSL | 350.85º | 0.36% | 0.68% | - |
| HSV(B) | 350.85º | 0.29% | 0.79% | - |
| XYZ | 39.85 | 34.47 | 34.26 | - |
| YUV | 161.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 152 | 0 | 0.29 | 0.25 | 0.21 | 350.85 | 0.36 | 0.68 |
| Hex | CA | 8F | 98 | 0 | 1D | 19 | 15 | 15F | 24 | 44 |
| Octal | 312 | 217 | 230 | 0 | 35 | 31 | 25 | 537 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10011000 | 0 | 11101 | 11001 | 10101 | 101011111 | 100100 | 1000100 |
Color Harmonies of #CA8F98
Complementary color
Monochromatic Colors of #CA8F98
Black with #CA8F98
Text Example
Text Example
White with #CA8F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F98; }
p { color: rgb(202,143,152); }
H1.HeaderClassName
{
color: #CA8F98;
}
.AnyTagClassName
{
color: #CA8F98;
}
</style>
background-color css
<style>
a { background-color: #CA8F98; }
a { background-color: rgb(202,143,152); }
div.DivClassName
{
background-color: #CA8F98;
}
.BgClassName
{
background-color: #CA8F98;
}
</style>
border-color css
<style>
span { border-color: #CA8F98; }
span { border-color: rgb(202,143,152); }
td.TdClassName
{
border-color: #CA8F98;
}
.TagClassName
{
border-color: #CA8F98;
}
</style>