Shades of Puce #CA849A
Tints of Puce #CA849A
RGB
CMYK
RGB Variations
Color information
#CA849A (or 0xCA849A) is known color: Puce. HEX triplet: CA, 84 and 9A. RGB value is (202,132,154). Sum of RGB (Red+Green+Blue) = 202+132+154=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA849A is #357B65. Grayscale: #9B9B9B. Windows color (decimal): -3504998 or 10126538. OLE color: 10126538.
HSL color Cylindrical-coordinate representation of color #CA849A: hue angle of 341.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 #CA849A is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 154 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.21 |
| HSL | 341.14º | 0.4% | 0.65% | - |
| HSV(B) | 341.14º | 0.35% | 0.79% | - |
| XYZ | 38.44 | 31.39 | 34.61 | - |
| YUV | 155.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 154 | 0 | 0.35 | 0.24 | 0.21 | 341.14 | 0.4 | 0.65 |
| Hex | CA | 84 | 9A | 0 | 23 | 18 | 15 | 155 | 28 | 41 |
| Octal | 312 | 204 | 232 | 0 | 43 | 30 | 25 | 525 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10011010 | 0 | 100011 | 11000 | 10101 | 101010101 | 101000 | 1000001 |
Color Harmonies of #CA849A
Complementary color
Monochromatic Colors of #CA849A
Black with #CA849A
Text Example
Text Example
White with #CA849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA849A; }
p { color: rgb(202,132,154); }
H1.HeaderClassName
{
color: #CA849A;
}
.AnyTagClassName
{
color: #CA849A;
}
</style>
background-color css
<style>
a { background-color: #CA849A; }
a { background-color: rgb(202,132,154); }
div.DivClassName
{
background-color: #CA849A;
}
.BgClassName
{
background-color: #CA849A;
}
</style>
border-color css
<style>
span { border-color: #CA849A; }
span { border-color: rgb(202,132,154); }
td.TdClassName
{
border-color: #CA849A;
}
.TagClassName
{
border-color: #CA849A;
}
</style>