Shades of Puce #CA8C95
Tints of Puce #CA8C95
RGB
CMYK
RGB Variations
Color information
#CA8C95 (or 0xCA8C95) is known color: Puce. HEX triplet: CA, 8C and 95. RGB value is (202,140,149). Sum of RGB (Red+Green+Blue) = 202+140+149=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8C95 is #35736A. Grayscale: #9F9F9F. Windows color (decimal): -3502955 or 9800906. OLE color: 9800906.
HSL color Cylindrical-coordinate representation of color #CA8C95: hue angle of 351.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8C95 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 149 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.21 |
| HSL | 351.29º | 0.37% | 0.67% | - |
| HSV(B) | 351.29º | 0.31% | 0.79% | - |
| XYZ | 39.16 | 33.48 | 32.83 | - |
| YUV | 159.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 149 | 0 | 0.31 | 0.26 | 0.21 | 351.29 | 0.37 | 0.67 |
| Hex | CA | 8C | 95 | 0 | 1F | 1A | 15 | 15F | 25 | 43 |
| Octal | 312 | 214 | 225 | 0 | 37 | 32 | 25 | 537 | 45 | 103 |
| Binary | 11001010 | 10001100 | 10010101 | 0 | 11111 | 11010 | 10101 | 101011111 | 100101 | 1000011 |
Color Harmonies of #CA8C95
Complementary color
Monochromatic Colors of #CA8C95
Black with #CA8C95
Text Example
Text Example
White with #CA8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C95; }
p { color: rgb(202,140,149); }
H1.HeaderClassName
{
color: #CA8C95;
}
.AnyTagClassName
{
color: #CA8C95;
}
</style>
background-color css
<style>
a { background-color: #CA8C95; }
a { background-color: rgb(202,140,149); }
div.DivClassName
{
background-color: #CA8C95;
}
.BgClassName
{
background-color: #CA8C95;
}
</style>
border-color css
<style>
span { border-color: #CA8C95; }
span { border-color: rgb(202,140,149); }
td.TdClassName
{
border-color: #CA8C95;
}
.TagClassName
{
border-color: #CA8C95;
}
</style>