Shades of My Pink #CA877F
Tints of My Pink #CA877F
RGB
CMYK
RGB Variations
Color information
#CA877F (or 0xCA877F) is known color: My Pink. HEX triplet: CA, 87 and 7F. RGB value is (202,135,127). Sum of RGB (Red+Green+Blue) = 202+135+127=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA877F is #357880. Grayscale: #9A9A9A. Windows color (decimal): -3504257 or 8357834. OLE color: 8357834.
HSL color Cylindrical-coordinate representation of color #CA877F: hue angle of 6.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA877F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 127 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.21 |
| HSL | 6.4º | 0.41% | 0.65% | - |
| HSV(B) | 6.4º | 0.37% | 0.79% | - |
| XYZ | 36.85 | 31.42 | 24.2 | - |
| YUV | 154.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 127 | 0 | 0.33 | 0.37 | 0.21 | 6.4 | 0.41 | 0.65 |
| Hex | CA | 87 | 7F | 0 | 21 | 25 | 15 | 6 | 29 | 41 |
| Octal | 312 | 207 | 177 | 0 | 41 | 45 | 25 | 6 | 51 | 101 |
| Binary | 11001010 | 10000111 | 1111111 | 0 | 100001 | 100101 | 10101 | 110 | 101001 | 1000001 |
Color Harmonies of #CA877F
Complementary color
Monochromatic Colors of #CA877F
Black with #CA877F
Text Example
Text Example
White with #CA877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA877F; }
p { color: rgb(202,135,127); }
H1.HeaderClassName
{
color: #CA877F;
}
.AnyTagClassName
{
color: #CA877F;
}
</style>
background-color css
<style>
a { background-color: #CA877F; }
a { background-color: rgb(202,135,127); }
div.DivClassName
{
background-color: #CA877F;
}
.BgClassName
{
background-color: #CA877F;
}
</style>
border-color css
<style>
span { border-color: #CA877F; }
span { border-color: rgb(202,135,127); }
td.TdClassName
{
border-color: #CA877F;
}
.TagClassName
{
border-color: #CA877F;
}
</style>