Shades of My Pink #CA897E
Tints of My Pink #CA897E
RGB
CMYK
RGB Variations
Color information
#CA897E (or 0xCA897E) is known color: My Pink. HEX triplet: CA, 89 and 7E. RGB value is (202,137,126). Sum of RGB (Red+Green+Blue) = 202+137+126=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA897E is #357681. Grayscale: #9B9B9B. Windows color (decimal): -3503746 or 8292810. OLE color: 8292810.
HSL color Cylindrical-coordinate representation of color #CA897E: hue angle of 8.68º 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 #CA897E is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 126 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.21 |
| HSL | 8.68º | 0.42% | 0.64% | - |
| HSV(B) | 8.68º | 0.38% | 0.79% | - |
| XYZ | 37.07 | 31.95 | 23.95 | - |
| YUV | 155.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 126 | 0 | 0.32 | 0.38 | 0.21 | 8.68 | 0.42 | 0.64 |
| Hex | CA | 89 | 7E | 0 | 20 | 26 | 15 | 9 | 2A | 40 |
| Octal | 312 | 211 | 176 | 0 | 40 | 46 | 25 | 11 | 52 | 100 |
| Binary | 11001010 | 10001001 | 1111110 | 0 | 100000 | 100110 | 10101 | 1001 | 101010 | 1000000 |
Color Harmonies of #CA897E
Complementary color
Monochromatic Colors of #CA897E
Black with #CA897E
Text Example
Text Example
White with #CA897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA897E; }
p { color: rgb(202,137,126); }
H1.HeaderClassName
{
color: #CA897E;
}
.AnyTagClassName
{
color: #CA897E;
}
</style>
background-color css
<style>
a { background-color: #CA897E; }
a { background-color: rgb(202,137,126); }
div.DivClassName
{
background-color: #CA897E;
}
.BgClassName
{
background-color: #CA897E;
}
</style>
border-color css
<style>
span { border-color: #CA897E; }
span { border-color: rgb(202,137,126); }
td.TdClassName
{
border-color: #CA897E;
}
.TagClassName
{
border-color: #CA897E;
}
</style>