Shades of Puce #CA849B
Tints of Puce #CA849B
RGB
CMYK
RGB Variations
Color information
#CA849B (or 0xCA849B) is known color: Puce. HEX triplet: CA, 84 and 9B. RGB value is (202,132,155). Sum of RGB (Red+Green+Blue) = 202+132+155=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA849B is #357B64. Grayscale: #9B9B9B. Windows color (decimal): -3504997 or 10192074. OLE color: 10192074.
HSL color Cylindrical-coordinate representation of color #CA849B: hue angle of 340.29º 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 #CA849B is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 155 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.21 |
| HSL | 340.29º | 0.4% | 0.65% | - |
| HSV(B) | 340.29º | 0.35% | 0.79% | - |
| XYZ | 38.52 | 31.43 | 35.05 | - |
| YUV | 155.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 155 | 0 | 0.35 | 0.23 | 0.21 | 340.29 | 0.4 | 0.65 |
| Hex | CA | 84 | 9B | 0 | 23 | 17 | 15 | 154 | 28 | 41 |
| Octal | 312 | 204 | 233 | 0 | 43 | 27 | 25 | 524 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10011011 | 0 | 100011 | 10111 | 10101 | 101010100 | 101000 | 1000001 |
Color Harmonies of #CA849B
Complementary color
Monochromatic Colors of #CA849B
Black with #CA849B
Text Example
Text Example
White with #CA849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA849B; }
p { color: rgb(202,132,155); }
H1.HeaderClassName
{
color: #CA849B;
}
.AnyTagClassName
{
color: #CA849B;
}
</style>
background-color css
<style>
a { background-color: #CA849B; }
a { background-color: rgb(202,132,155); }
div.DivClassName
{
background-color: #CA849B;
}
.BgClassName
{
background-color: #CA849B;
}
</style>
border-color css
<style>
span { border-color: #CA849B; }
span { border-color: rgb(202,132,155); }
td.TdClassName
{
border-color: #CA849B;
}
.TagClassName
{
border-color: #CA849B;
}
</style>