Shades of Puce #CA8892
Tints of Puce #CA8892
RGB
CMYK
RGB Variations
Color information
#CA8892 (or 0xCA8892) is known color: Puce. HEX triplet: CA, 88 and 92. RGB value is (202,136,146). Sum of RGB (Red+Green+Blue) = 202+136+146=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8892 is #35776D. Grayscale: #9C9C9C. Windows color (decimal): -3503982 or 9603274. OLE color: 9603274.
HSL color Cylindrical-coordinate representation of color #CA8892: hue angle of 350.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8892 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 146 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.21 |
| HSL | 350.91º | 0.38% | 0.66% | - |
| HSV(B) | 350.91º | 0.33% | 0.79% | - |
| XYZ | 38.35 | 32.24 | 31.4 | - |
| YUV | 156.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 146 | 0 | 0.33 | 0.28 | 0.21 | 350.91 | 0.38 | 0.66 |
| Hex | CA | 88 | 92 | 0 | 21 | 1C | 15 | 15F | 26 | 42 |
| Octal | 312 | 210 | 222 | 0 | 41 | 34 | 25 | 537 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10010010 | 0 | 100001 | 11100 | 10101 | 101011111 | 100110 | 1000010 |
Color Harmonies of #CA8892
Complementary color
Monochromatic Colors of #CA8892
Black with #CA8892
Text Example
Text Example
White with #CA8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8892; }
p { color: rgb(202,136,146); }
H1.HeaderClassName
{
color: #CA8892;
}
.AnyTagClassName
{
color: #CA8892;
}
</style>
background-color css
<style>
a { background-color: #CA8892; }
a { background-color: rgb(202,136,146); }
div.DivClassName
{
background-color: #CA8892;
}
.BgClassName
{
background-color: #CA8892;
}
</style>
border-color css
<style>
span { border-color: #CA8892; }
span { border-color: rgb(202,136,146); }
td.TdClassName
{
border-color: #CA8892;
}
.TagClassName
{
border-color: #CA8892;
}
</style>