Shades of My Pink #CF897E
Tints of My Pink #CF897E
RGB
CMYK
RGB Variations
Color information
#CF897E (or 0xCF897E) is known color: My Pink. HEX triplet: CF, 89 and 7E. RGB value is (207,137,126). Sum of RGB (Red+Green+Blue) = 207+137+126=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF897E is #307681. Grayscale: #9C9C9C. Windows color (decimal): -3176066 or 8292815. OLE color: 8292815.
HSL color Cylindrical-coordinate representation of color #CF897E: hue angle of 8.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF897E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 126 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.19 |
| HSL | 8.15º | 0.46% | 0.65% | - |
| HSV(B) | 8.15º | 0.39% | 0.81% | - |
| XYZ | 38.44 | 32.66 | 24.02 | - |
| YUV | 156.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 126 | 0 | 0.34 | 0.39 | 0.19 | 8.15 | 0.46 | 0.65 |
| Hex | CF | 89 | 7E | 0 | 22 | 27 | 13 | 8 | 2E | 41 |
| Octal | 317 | 211 | 176 | 0 | 42 | 47 | 23 | 10 | 56 | 101 |
| Binary | 11001111 | 10001001 | 1111110 | 0 | 100010 | 100111 | 10011 | 1000 | 101110 | 1000001 |
Color Harmonies of #CF897E
Complementary color
Monochromatic Colors of #CF897E
Black with #CF897E
Text Example
Text Example
White with #CF897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF897E; }
p { color: rgb(207,137,126); }
H1.HeaderClassName
{
color: #CF897E;
}
.AnyTagClassName
{
color: #CF897E;
}
</style>
background-color css
<style>
a { background-color: #CF897E; }
a { background-color: rgb(207,137,126); }
div.DivClassName
{
background-color: #CF897E;
}
.BgClassName
{
background-color: #CF897E;
}
</style>
border-color css
<style>
span { border-color: #CF897E; }
span { border-color: rgb(207,137,126); }
td.TdClassName
{
border-color: #CF897E;
}
.TagClassName
{
border-color: #CF897E;
}
</style>