Shades of Puce #CA838B
Tints of Puce #CA838B
RGB
CMYK
RGB Variations
Color information
#CA838B (or 0xCA838B) is known color: Puce. HEX triplet: CA, 83 and 8B. RGB value is (202,131,139). Sum of RGB (Red+Green+Blue) = 202+131+139=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA838B is #357C74. Grayscale: #999999. Windows color (decimal): -3505269 or 9143242. OLE color: 9143242.
HSL color Cylindrical-coordinate representation of color #CA838B: hue angle of 353.24º 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 #CA838B is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 139 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.21 |
| HSL | 353.24º | 0.4% | 0.65% | - |
| HSV(B) | 353.24º | 0.35% | 0.79% | - |
| XYZ | 37.13 | 30.65 | 28.39 | - |
| YUV | 153.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 139 | 0 | 0.35 | 0.31 | 0.21 | 353.24 | 0.4 | 0.65 |
| Hex | CA | 83 | 8B | 0 | 23 | 1F | 15 | 161 | 28 | 41 |
| Octal | 312 | 203 | 213 | 0 | 43 | 37 | 25 | 541 | 50 | 101 |
| Binary | 11001010 | 10000011 | 10001011 | 0 | 100011 | 11111 | 10101 | 101100001 | 101000 | 1000001 |
Color Harmonies of #CA838B
Complementary color
Monochromatic Colors of #CA838B
Black with #CA838B
Text Example
Text Example
White with #CA838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA838B; }
p { color: rgb(202,131,139); }
H1.HeaderClassName
{
color: #CA838B;
}
.AnyTagClassName
{
color: #CA838B;
}
</style>
background-color css
<style>
a { background-color: #CA838B; }
a { background-color: rgb(202,131,139); }
div.DivClassName
{
background-color: #CA838B;
}
.BgClassName
{
background-color: #CA838B;
}
</style>
border-color css
<style>
span { border-color: #CA838B; }
span { border-color: rgb(202,131,139); }
td.TdClassName
{
border-color: #CA838B;
}
.TagClassName
{
border-color: #CA838B;
}
</style>