Shades of My Pink #CA897B
Tints of My Pink #CA897B
RGB
CMYK
RGB Variations
Color information
#CA897B (or 0xCA897B) is known color: My Pink. HEX triplet: CA, 89 and 7B. RGB value is (202,137,123). Sum of RGB (Red+Green+Blue) = 202+137+123=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA897B is #357684. Grayscale: #9A9A9A. Windows color (decimal): -3503749 or 8096202. OLE color: 8096202.
HSL color Cylindrical-coordinate representation of color #CA897B: hue angle of 10.63º 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 #CA897B is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 123 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.21 |
| HSL | 10.63º | 0.43% | 0.64% | - |
| HSV(B) | 10.63º | 0.39% | 0.79% | - |
| XYZ | 36.88 | 31.88 | 22.95 | - |
| YUV | 154.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 123 | 0 | 0.32 | 0.39 | 0.21 | 10.63 | 0.43 | 0.64 |
| Hex | CA | 89 | 7B | 0 | 20 | 27 | 15 | B | 2B | 40 |
| Octal | 312 | 211 | 173 | 0 | 40 | 47 | 25 | 13 | 53 | 100 |
| Binary | 11001010 | 10001001 | 1111011 | 0 | 100000 | 100111 | 10101 | 1011 | 101011 | 1000000 |
Color Harmonies of #CA897B
Complementary color
Monochromatic Colors of #CA897B
Black with #CA897B
Text Example
Text Example
White with #CA897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA897B; }
p { color: rgb(202,137,123); }
H1.HeaderClassName
{
color: #CA897B;
}
.AnyTagClassName
{
color: #CA897B;
}
</style>
background-color css
<style>
a { background-color: #CA897B; }
a { background-color: rgb(202,137,123); }
div.DivClassName
{
background-color: #CA897B;
}
.BgClassName
{
background-color: #CA897B;
}
</style>
border-color css
<style>
span { border-color: #CA897B; }
span { border-color: rgb(202,137,123); }
td.TdClassName
{
border-color: #CA897B;
}
.TagClassName
{
border-color: #CA897B;
}
</style>