Shades of Puce #CA898A
Tints of Puce #CA898A
RGB
CMYK
RGB Variations
Color information
#CA898A (or 0xCA898A) is known color: Puce. HEX triplet: CA, 89 and 8A. RGB value is (202,137,138). Sum of RGB (Red+Green+Blue) = 202+137+138=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA898A is #357675. Grayscale: #9C9C9C. Windows color (decimal): -3503734 or 9079242. OLE color: 9079242.
HSL color Cylindrical-coordinate representation of color #CA898A: hue angle of 359.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA898A is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 138 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.21 |
| HSL | 359.08º | 0.38% | 0.66% | - |
| HSV(B) | 359.08º | 0.32% | 0.79% | - |
| XYZ | 37.89 | 32.28 | 28.28 | - |
| YUV | 156.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 138 | 0 | 0.32 | 0.32 | 0.21 | 359.08 | 0.38 | 0.66 |
| Hex | CA | 89 | 8A | 0 | 20 | 20 | 15 | 167 | 26 | 42 |
| Octal | 312 | 211 | 212 | 0 | 40 | 40 | 25 | 547 | 46 | 102 |
| Binary | 11001010 | 10001001 | 10001010 | 0 | 100000 | 100000 | 10101 | 101100111 | 100110 | 1000010 |
Color Harmonies of #CA898A
Complementary color
Monochromatic Colors of #CA898A
Black with #CA898A
Text Example
Text Example
White with #CA898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA898A; }
p { color: rgb(202,137,138); }
H1.HeaderClassName
{
color: #CA898A;
}
.AnyTagClassName
{
color: #CA898A;
}
</style>
background-color css
<style>
a { background-color: #CA898A; }
a { background-color: rgb(202,137,138); }
div.DivClassName
{
background-color: #CA898A;
}
.BgClassName
{
background-color: #CA898A;
}
</style>
border-color css
<style>
span { border-color: #CA898A; }
span { border-color: rgb(202,137,138); }
td.TdClassName
{
border-color: #CA898A;
}
.TagClassName
{
border-color: #CA898A;
}
</style>