Shades of Puce #CA8A8E
Tints of Puce #CA8A8E
RGB
CMYK
RGB Variations
Color information
#CA8A8E (or 0xCA8A8E) is known color: Puce. HEX triplet: CA, 8A and 8E. RGB value is (202,138,142). Sum of RGB (Red+Green+Blue) = 202+138+142=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A8E is #357571. Grayscale: #9D9D9D. Windows color (decimal): -3503474 or 9341642. OLE color: 9341642.
HSL color Cylindrical-coordinate representation of color #CA8A8E: hue angle of 356.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8A8E is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 142 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.21 |
| HSL | 356.25º | 0.38% | 0.67% | - |
| HSV(B) | 356.25º | 0.32% | 0.79% | - |
| XYZ | 38.33 | 32.69 | 29.88 | - |
| YUV | 157.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 142 | 0 | 0.32 | 0.30 | 0.21 | 356.25 | 0.38 | 0.67 |
| Hex | CA | 8A | 8E | 0 | 20 | 1E | 15 | 164 | 26 | 43 |
| Octal | 312 | 212 | 216 | 0 | 40 | 36 | 25 | 544 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10001110 | 0 | 100000 | 11110 | 10101 | 101100100 | 100110 | 1000011 |
Color Harmonies of #CA8A8E
Complementary color
Monochromatic Colors of #CA8A8E
Black with #CA8A8E
Text Example
Text Example
White with #CA8A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A8E; }
p { color: rgb(202,138,142); }
H1.HeaderClassName
{
color: #CA8A8E;
}
.AnyTagClassName
{
color: #CA8A8E;
}
</style>
background-color css
<style>
a { background-color: #CA8A8E; }
a { background-color: rgb(202,138,142); }
div.DivClassName
{
background-color: #CA8A8E;
}
.BgClassName
{
background-color: #CA8A8E;
}
</style>
border-color css
<style>
span { border-color: #CA8A8E; }
span { border-color: rgb(202,138,142); }
td.TdClassName
{
border-color: #CA8A8E;
}
.TagClassName
{
border-color: #CA8A8E;
}
</style>