Shades of Puce #CA8D99
Tints of Puce #CA8D99
RGB
CMYK
RGB Variations
Color information
#CA8D99 (or 0xCA8D99) is known color: Puce. HEX triplet: CA, 8D and 99. RGB value is (202,141,153). Sum of RGB (Red+Green+Blue) = 202+141+153=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D99 is #357266. Grayscale: #A0A0A0. Windows color (decimal): -3502695 or 10063306. OLE color: 10063306.
HSL color Cylindrical-coordinate representation of color #CA8D99: hue angle of 348.2º 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 #CA8D99 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 153 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.21 |
| HSL | 348.2º | 0.37% | 0.67% | - |
| HSV(B) | 348.2º | 0.3% | 0.79% | - |
| XYZ | 39.63 | 33.91 | 34.59 | - |
| YUV | 160.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 153 | 0 | 0.30 | 0.24 | 0.21 | 348.2 | 0.37 | 0.67 |
| Hex | CA | 8D | 99 | 0 | 1E | 18 | 15 | 15C | 25 | 43 |
| Octal | 312 | 215 | 231 | 0 | 36 | 30 | 25 | 534 | 45 | 103 |
| Binary | 11001010 | 10001101 | 10011001 | 0 | 11110 | 11000 | 10101 | 101011100 | 100101 | 1000011 |
Color Harmonies of #CA8D99
Complementary color
Monochromatic Colors of #CA8D99
Black with #CA8D99
Text Example
Text Example
White with #CA8D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D99; }
p { color: rgb(202,141,153); }
H1.HeaderClassName
{
color: #CA8D99;
}
.AnyTagClassName
{
color: #CA8D99;
}
</style>
background-color css
<style>
a { background-color: #CA8D99; }
a { background-color: rgb(202,141,153); }
div.DivClassName
{
background-color: #CA8D99;
}
.BgClassName
{
background-color: #CA8D99;
}
</style>
border-color css
<style>
span { border-color: #CA8D99; }
span { border-color: rgb(202,141,153); }
td.TdClassName
{
border-color: #CA8D99;
}
.TagClassName
{
border-color: #CA8D99;
}
</style>