Shades of Puce #CA848C
Tints of Puce #CA848C
RGB
CMYK
RGB Variations
Color information
#CA848C (or 0xCA848C) is known color: Puce. HEX triplet: CA, 84 and 8C. RGB value is (202,132,140). Sum of RGB (Red+Green+Blue) = 202+132+140=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA848C is #357B73. Grayscale: #999999. Windows color (decimal): -3505012 or 9209034. OLE color: 9209034.
HSL color Cylindrical-coordinate representation of color #CA848C: hue angle of 353.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA848C is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 140 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.21 |
| HSL | 353.14º | 0.4% | 0.65% | - |
| HSV(B) | 353.14º | 0.35% | 0.79% | - |
| XYZ | 37.34 | 30.95 | 28.82 | - |
| YUV | 153.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 140 | 0 | 0.35 | 0.31 | 0.21 | 353.14 | 0.4 | 0.65 |
| Hex | CA | 84 | 8C | 0 | 23 | 1F | 15 | 161 | 28 | 41 |
| Octal | 312 | 204 | 214 | 0 | 43 | 37 | 25 | 541 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10001100 | 0 | 100011 | 11111 | 10101 | 101100001 | 101000 | 1000001 |
Color Harmonies of #CA848C
Complementary color
Monochromatic Colors of #CA848C
Black with #CA848C
Text Example
Text Example
White with #CA848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA848C; }
p { color: rgb(202,132,140); }
H1.HeaderClassName
{
color: #CA848C;
}
.AnyTagClassName
{
color: #CA848C;
}
</style>
background-color css
<style>
a { background-color: #CA848C; }
a { background-color: rgb(202,132,140); }
div.DivClassName
{
background-color: #CA848C;
}
.BgClassName
{
background-color: #CA848C;
}
</style>
border-color css
<style>
span { border-color: #CA848C; }
span { border-color: rgb(202,132,140); }
td.TdClassName
{
border-color: #CA848C;
}
.TagClassName
{
border-color: #CA848C;
}
</style>