Shades of Puce #CA8C9C
Tints of Puce #CA8C9C
RGB
CMYK
RGB Variations
Color information
#CA8C9C (or 0xCA8C9C) is known color: Puce. HEX triplet: CA, 8C and 9C. RGB value is (202,140,156). Sum of RGB (Red+Green+Blue) = 202+140+156=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8C9C is #357363. Grayscale: #A0A0A0. Windows color (decimal): -3502948 or 10259658. OLE color: 10259658.
HSL color Cylindrical-coordinate representation of color #CA8C9C: hue angle of 344.52º 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 #CA8C9C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 156 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.21 |
| HSL | 344.52º | 0.37% | 0.67% | - |
| HSV(B) | 344.52º | 0.31% | 0.79% | - |
| XYZ | 39.74 | 33.71 | 35.87 | - |
| YUV | 160.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 156 | 0 | 0.31 | 0.23 | 0.21 | 344.52 | 0.37 | 0.67 |
| Hex | CA | 8C | 9C | 0 | 1F | 17 | 15 | 159 | 25 | 43 |
| Octal | 312 | 214 | 234 | 0 | 37 | 27 | 25 | 531 | 45 | 103 |
| Binary | 11001010 | 10001100 | 10011100 | 0 | 11111 | 10111 | 10101 | 101011001 | 100101 | 1000011 |
Color Harmonies of #CA8C9C
Complementary color
Monochromatic Colors of #CA8C9C
Black with #CA8C9C
Text Example
Text Example
White with #CA8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C9C; }
p { color: rgb(202,140,156); }
H1.HeaderClassName
{
color: #CA8C9C;
}
.AnyTagClassName
{
color: #CA8C9C;
}
</style>
background-color css
<style>
a { background-color: #CA8C9C; }
a { background-color: rgb(202,140,156); }
div.DivClassName
{
background-color: #CA8C9C;
}
.BgClassName
{
background-color: #CA8C9C;
}
</style>
border-color css
<style>
span { border-color: #CA8C9C; }
span { border-color: rgb(202,140,156); }
td.TdClassName
{
border-color: #CA8C9C;
}
.TagClassName
{
border-color: #CA8C9C;
}
</style>