Shades of My Pink #CA8878
Tints of My Pink #CA8878
RGB
CMYK
RGB Variations
Color information
#CA8878 (or 0xCA8878) is known color: My Pink. HEX triplet: CA, 88 and 78. RGB value is (202,136,120). Sum of RGB (Red+Green+Blue) = 202+136+120=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8878 is #357787. Grayscale: #9A9A9A. Windows color (decimal): -3504008 or 7899338. OLE color: 7899338.
HSL color Cylindrical-coordinate representation of color #CA8878: hue angle of 11.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8878 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 120 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.21 |
| HSL | 11.71º | 0.44% | 0.63% | - |
| HSV(B) | 11.71º | 0.41% | 0.79% | - |
| XYZ | 36.55 | 31.52 | 21.93 | - |
| YUV | 153.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 120 | 0 | 0.33 | 0.41 | 0.21 | 11.71 | 0.44 | 0.63 |
| Hex | CA | 88 | 78 | 0 | 21 | 29 | 15 | C | 2C | 3F |
| Octal | 312 | 210 | 170 | 0 | 41 | 51 | 25 | 14 | 54 | 77 |
| Binary | 11001010 | 10001000 | 1111000 | 0 | 100001 | 101001 | 10101 | 1100 | 101100 | 111111 |
Color Harmonies of #CA8878
Complementary color
Monochromatic Colors of #CA8878
Black with #CA8878
Text Example
Text Example
White with #CA8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8878; }
p { color: rgb(202,136,120); }
H1.HeaderClassName
{
color: #CA8878;
}
.AnyTagClassName
{
color: #CA8878;
}
</style>
background-color css
<style>
a { background-color: #CA8878; }
a { background-color: rgb(202,136,120); }
div.DivClassName
{
background-color: #CA8878;
}
.BgClassName
{
background-color: #CA8878;
}
</style>
border-color css
<style>
span { border-color: #CA8878; }
span { border-color: rgb(202,136,120); }
td.TdClassName
{
border-color: #CA8878;
}
.TagClassName
{
border-color: #CA8878;
}
</style>