Shades of Puce #CA8F96
Tints of Puce #CA8F96
RGB
CMYK
RGB Variations
Color information
#CA8F96 (or 0xCA8F96) is known color: Puce. HEX triplet: CA, 8F and 96. RGB value is (202,143,150). Sum of RGB (Red+Green+Blue) = 202+143+150=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F96 is #357069. Grayscale: #A1A1A1. Windows color (decimal): -3502186 or 9867210. OLE color: 9867210.
HSL color Cylindrical-coordinate representation of color #CA8F96: hue angle of 352.88º 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 #CA8F96 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 150 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.21 |
| HSL | 352.88º | 0.36% | 0.68% | - |
| HSV(B) | 352.88º | 0.29% | 0.79% | - |
| XYZ | 39.68 | 34.4 | 33.4 | - |
| YUV | 161.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 150 | 0 | 0.29 | 0.26 | 0.21 | 352.88 | 0.36 | 0.68 |
| Hex | CA | 8F | 96 | 0 | 1D | 1A | 15 | 161 | 24 | 44 |
| Octal | 312 | 217 | 226 | 0 | 35 | 32 | 25 | 541 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10010110 | 0 | 11101 | 11010 | 10101 | 101100001 | 100100 | 1000100 |
Color Harmonies of #CA8F96
Complementary color
Monochromatic Colors of #CA8F96
Black with #CA8F96
Text Example
Text Example
White with #CA8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F96; }
p { color: rgb(202,143,150); }
H1.HeaderClassName
{
color: #CA8F96;
}
.AnyTagClassName
{
color: #CA8F96;
}
</style>
background-color css
<style>
a { background-color: #CA8F96; }
a { background-color: rgb(202,143,150); }
div.DivClassName
{
background-color: #CA8F96;
}
.BgClassName
{
background-color: #CA8F96;
}
</style>
border-color css
<style>
span { border-color: #CA8F96; }
span { border-color: rgb(202,143,150); }
td.TdClassName
{
border-color: #CA8F96;
}
.TagClassName
{
border-color: #CA8F96;
}
</style>