Shades of Puce #CA848A
Tints of Puce #CA848A
RGB
CMYK
RGB Variations
Color information
#CA848A (or 0xCA848A) is known color: Puce. HEX triplet: CA, 84 and 8A. RGB value is (202,132,138). Sum of RGB (Red+Green+Blue) = 202+132+138=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA848A is #357B75. Grayscale: #999999. Windows color (decimal): -3505014 or 9077962. OLE color: 9077962.
HSL color Cylindrical-coordinate representation of color #CA848A: hue angle of 354.86º 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 #CA848A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 138 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.21 |
| HSL | 354.86º | 0.4% | 0.65% | - |
| HSV(B) | 354.86º | 0.35% | 0.79% | - |
| XYZ | 37.2 | 30.89 | 28.05 | - |
| YUV | 153.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 138 | 0 | 0.35 | 0.32 | 0.21 | 354.86 | 0.4 | 0.65 |
| Hex | CA | 84 | 8A | 0 | 23 | 20 | 15 | 163 | 28 | 41 |
| Octal | 312 | 204 | 212 | 0 | 43 | 40 | 25 | 543 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10001010 | 0 | 100011 | 100000 | 10101 | 101100011 | 101000 | 1000001 |
Color Harmonies of #CA848A
Complementary color
Monochromatic Colors of #CA848A
Black with #CA848A
Text Example
Text Example
White with #CA848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA848A; }
p { color: rgb(202,132,138); }
H1.HeaderClassName
{
color: #CA848A;
}
.AnyTagClassName
{
color: #CA848A;
}
</style>
background-color css
<style>
a { background-color: #CA848A; }
a { background-color: rgb(202,132,138); }
div.DivClassName
{
background-color: #CA848A;
}
.BgClassName
{
background-color: #CA848A;
}
</style>
border-color css
<style>
span { border-color: #CA848A; }
span { border-color: rgb(202,132,138); }
td.TdClassName
{
border-color: #CA848A;
}
.TagClassName
{
border-color: #CA848A;
}
</style>