Shades of My Pink #CA877B
Tints of My Pink #CA877B
RGB
CMYK
RGB Variations
Color information
#CA877B (or 0xCA877B) is known color: My Pink. HEX triplet: CA, 87 and 7B. RGB value is (202,135,123). Sum of RGB (Red+Green+Blue) = 202+135+123=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA877B is #357884. Grayscale: #999999. Windows color (decimal): -3504261 or 8095690. OLE color: 8095690.
HSL color Cylindrical-coordinate representation of color #CA877B: hue angle of 9.11º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA877B is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 123 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.21 |
| HSL | 9.11º | 0.43% | 0.64% | - |
| HSV(B) | 9.11º | 0.39% | 0.79% | - |
| XYZ | 36.6 | 31.31 | 22.85 | - |
| YUV | 153.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 123 | 0 | 0.33 | 0.39 | 0.21 | 9.11 | 0.43 | 0.64 |
| Hex | CA | 87 | 7B | 0 | 21 | 27 | 15 | 9 | 2B | 40 |
| Octal | 312 | 207 | 173 | 0 | 41 | 47 | 25 | 11 | 53 | 100 |
| Binary | 11001010 | 10000111 | 1111011 | 0 | 100001 | 100111 | 10101 | 1001 | 101011 | 1000000 |
Color Harmonies of #CA877B
Complementary color
Monochromatic Colors of #CA877B
Black with #CA877B
Text Example
Text Example
White with #CA877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA877B; }
p { color: rgb(202,135,123); }
H1.HeaderClassName
{
color: #CA877B;
}
.AnyTagClassName
{
color: #CA877B;
}
</style>
background-color css
<style>
a { background-color: #CA877B; }
a { background-color: rgb(202,135,123); }
div.DivClassName
{
background-color: #CA877B;
}
.BgClassName
{
background-color: #CA877B;
}
</style>
border-color css
<style>
span { border-color: #CA877B; }
span { border-color: rgb(202,135,123); }
td.TdClassName
{
border-color: #CA877B;
}
.TagClassName
{
border-color: #CA877B;
}
</style>