Shades of Puce #CA838E
Tints of Puce #CA838E
RGB
CMYK
RGB Variations
Color information
#CA838E (or 0xCA838E) is known color: Puce. HEX triplet: CA, 83 and 8E. RGB value is (202,131,142). Sum of RGB (Red+Green+Blue) = 202+131+142=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA838E is #357C71. Grayscale: #999999. Windows color (decimal): -3505266 or 9339850. OLE color: 9339850.
HSL color Cylindrical-coordinate representation of color #CA838E: hue angle of 350.7º 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 #CA838E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 142 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.21 |
| HSL | 350.7º | 0.4% | 0.65% | - |
| HSV(B) | 350.7º | 0.35% | 0.79% | - |
| XYZ | 37.36 | 30.74 | 29.56 | - |
| YUV | 153.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 142 | 0 | 0.35 | 0.30 | 0.21 | 350.7 | 0.4 | 0.65 |
| Hex | CA | 83 | 8E | 0 | 23 | 1E | 15 | 15F | 28 | 41 |
| Octal | 312 | 203 | 216 | 0 | 43 | 36 | 25 | 537 | 50 | 101 |
| Binary | 11001010 | 10000011 | 10001110 | 0 | 100011 | 11110 | 10101 | 101011111 | 101000 | 1000001 |
Color Harmonies of #CA838E
Complementary color
Monochromatic Colors of #CA838E
Black with #CA838E
Text Example
Text Example
White with #CA838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA838E; }
p { color: rgb(202,131,142); }
H1.HeaderClassName
{
color: #CA838E;
}
.AnyTagClassName
{
color: #CA838E;
}
</style>
background-color css
<style>
a { background-color: #CA838E; }
a { background-color: rgb(202,131,142); }
div.DivClassName
{
background-color: #CA838E;
}
.BgClassName
{
background-color: #CA838E;
}
</style>
border-color css
<style>
span { border-color: #CA838E; }
span { border-color: rgb(202,131,142); }
td.TdClassName
{
border-color: #CA838E;
}
.TagClassName
{
border-color: #CA838E;
}
</style>