Shades of Puce #CA828F
Tints of Puce #CA828F
RGB
CMYK
RGB Variations
Color information
#CA828F (or 0xCA828F) is known color: Puce. HEX triplet: CA, 82 and 8F. RGB value is (202,130,143). Sum of RGB (Red+Green+Blue) = 202+130+143=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA828F is #357D70. Grayscale: #999999. Windows color (decimal): -3505521 or 9405130. OLE color: 9405130.
HSL color Cylindrical-coordinate representation of color #CA828F: hue angle of 349.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA828F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 143 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.21 |
| HSL | 349.17º | 0.4% | 0.65% | - |
| HSV(B) | 349.17º | 0.36% | 0.79% | - |
| XYZ | 37.3 | 30.5 | 29.91 | - |
| YUV | 153.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 143 | 0 | 0.36 | 0.29 | 0.21 | 349.17 | 0.4 | 0.65 |
| Hex | CA | 82 | 8F | 0 | 24 | 1D | 15 | 15D | 28 | 41 |
| Octal | 312 | 202 | 217 | 0 | 44 | 35 | 25 | 535 | 50 | 101 |
| Binary | 11001010 | 10000010 | 10001111 | 0 | 100100 | 11101 | 10101 | 101011101 | 101000 | 1000001 |
Color Harmonies of #CA828F
Complementary color
Monochromatic Colors of #CA828F
Black with #CA828F
Text Example
Text Example
White with #CA828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA828F; }
p { color: rgb(202,130,143); }
H1.HeaderClassName
{
color: #CA828F;
}
.AnyTagClassName
{
color: #CA828F;
}
</style>
background-color css
<style>
a { background-color: #CA828F; }
a { background-color: rgb(202,130,143); }
div.DivClassName
{
background-color: #CA828F;
}
.BgClassName
{
background-color: #CA828F;
}
</style>
border-color css
<style>
span { border-color: #CA828F; }
span { border-color: rgb(202,130,143); }
td.TdClassName
{
border-color: #CA828F;
}
.TagClassName
{
border-color: #CA828F;
}
</style>