Shades of Puce #CA8491
Tints of Puce #CA8491
RGB
CMYK
RGB Variations
Color information
#CA8491 (or 0xCA8491) is known color: Puce. HEX triplet: CA, 84 and 91. RGB value is (202,132,145). Sum of RGB (Red+Green+Blue) = 202+132+145=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8491 is #357B6E. Grayscale: #9A9A9A. Windows color (decimal): -3505007 or 9536714. OLE color: 9536714.
HSL color Cylindrical-coordinate representation of color #CA8491: hue angle of 348.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 #CA8491 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 145 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.21 |
| HSL | 348.86º | 0.4% | 0.65% | - |
| HSV(B) | 348.86º | 0.35% | 0.79% | - |
| XYZ | 37.72 | 31.1 | 30.8 | - |
| YUV | 154.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 145 | 0 | 0.35 | 0.28 | 0.21 | 348.86 | 0.4 | 0.65 |
| Hex | CA | 84 | 91 | 0 | 23 | 1C | 15 | 15D | 28 | 41 |
| Octal | 312 | 204 | 221 | 0 | 43 | 34 | 25 | 535 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10010001 | 0 | 100011 | 11100 | 10101 | 101011101 | 101000 | 1000001 |
Color Harmonies of #CA8491
Complementary color
Monochromatic Colors of #CA8491
Black with #CA8491
Text Example
Text Example
White with #CA8491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8491; }
p { color: rgb(202,132,145); }
H1.HeaderClassName
{
color: #CA8491;
}
.AnyTagClassName
{
color: #CA8491;
}
</style>
background-color css
<style>
a { background-color: #CA8491; }
a { background-color: rgb(202,132,145); }
div.DivClassName
{
background-color: #CA8491;
}
.BgClassName
{
background-color: #CA8491;
}
</style>
border-color css
<style>
span { border-color: #CA8491; }
span { border-color: rgb(202,132,145); }
td.TdClassName
{
border-color: #CA8491;
}
.TagClassName
{
border-color: #CA8491;
}
</style>