Shades of Puce #CA849C
Tints of Puce #CA849C
RGB
CMYK
RGB Variations
Color information
#CA849C (or 0xCA849C) is known color: Puce. HEX triplet: CA, 84 and 9C. RGB value is (202,132,156). Sum of RGB (Red+Green+Blue) = 202+132+156=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA849C is #357B63. Grayscale: #9B9B9B. Windows color (decimal): -3504996 or 10257610. OLE color: 10257610.
HSL color Cylindrical-coordinate representation of color #CA849C: hue angle of 339.43º 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 #CA849C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 156 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.21 |
| HSL | 339.43º | 0.4% | 0.65% | - |
| HSV(B) | 339.43º | 0.35% | 0.79% | - |
| XYZ | 38.61 | 31.46 | 35.49 | - |
| YUV | 155.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 156 | 0 | 0.35 | 0.23 | 0.21 | 339.43 | 0.4 | 0.65 |
| Hex | CA | 84 | 9C | 0 | 23 | 17 | 15 | 153 | 28 | 41 |
| Octal | 312 | 204 | 234 | 0 | 43 | 27 | 25 | 523 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10011100 | 0 | 100011 | 10111 | 10101 | 101010011 | 101000 | 1000001 |
Color Harmonies of #CA849C
Complementary color
Monochromatic Colors of #CA849C
Black with #CA849C
Text Example
Text Example
White with #CA849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA849C; }
p { color: rgb(202,132,156); }
H1.HeaderClassName
{
color: #CA849C;
}
.AnyTagClassName
{
color: #CA849C;
}
</style>
background-color css
<style>
a { background-color: #CA849C; }
a { background-color: rgb(202,132,156); }
div.DivClassName
{
background-color: #CA849C;
}
.BgClassName
{
background-color: #CA849C;
}
</style>
border-color css
<style>
span { border-color: #CA849C; }
span { border-color: rgb(202,132,156); }
td.TdClassName
{
border-color: #CA849C;
}
.TagClassName
{
border-color: #CA849C;
}
</style>