Shades of My Pink #CA897D
Tints of My Pink #CA897D
RGB
CMYK
RGB Variations
Color information
#CA897D (or 0xCA897D) is known color: My Pink. HEX triplet: CA, 89 and 7D. RGB value is (202,137,125). Sum of RGB (Red+Green+Blue) = 202+137+125=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA897D is #357682. Grayscale: #9B9B9B. Windows color (decimal): -3503747 or 8227274. OLE color: 8227274.
HSL color Cylindrical-coordinate representation of color #CA897D: hue angle of 9.35º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA897D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 125 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.21 |
| HSL | 9.35º | 0.42% | 0.64% | - |
| HSV(B) | 9.35º | 0.38% | 0.79% | - |
| XYZ | 37 | 31.93 | 23.61 | - |
| YUV | 155.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 125 | 0 | 0.32 | 0.38 | 0.21 | 9.35 | 0.42 | 0.64 |
| Hex | CA | 89 | 7D | 0 | 20 | 26 | 15 | 9 | 2A | 40 |
| Octal | 312 | 211 | 175 | 0 | 40 | 46 | 25 | 11 | 52 | 100 |
| Binary | 11001010 | 10001001 | 1111101 | 0 | 100000 | 100110 | 10101 | 1001 | 101010 | 1000000 |
Color Harmonies of #CA897D
Complementary color
Monochromatic Colors of #CA897D
Black with #CA897D
Text Example
Text Example
White with #CA897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA897D; }
p { color: rgb(202,137,125); }
H1.HeaderClassName
{
color: #CA897D;
}
.AnyTagClassName
{
color: #CA897D;
}
</style>
background-color css
<style>
a { background-color: #CA897D; }
a { background-color: rgb(202,137,125); }
div.DivClassName
{
background-color: #CA897D;
}
.BgClassName
{
background-color: #CA897D;
}
</style>
border-color css
<style>
span { border-color: #CA897D; }
span { border-color: rgb(202,137,125); }
td.TdClassName
{
border-color: #CA897D;
}
.TagClassName
{
border-color: #CA897D;
}
</style>