Shades of My Pink #CF897F
Tints of My Pink #CF897F
RGB
CMYK
RGB Variations
Color information
#CF897F (or 0xCF897F) is known color: My Pink. HEX triplet: CF, 89 and 7F. RGB value is (207,137,127). Sum of RGB (Red+Green+Blue) = 207+137+127=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF897F is #307680. Grayscale: #9C9C9C. Windows color (decimal): -3176065 or 8358351. OLE color: 8358351.
HSL color Cylindrical-coordinate representation of color #CF897F: hue angle of 7.5º degrees, saturation: 0.45, 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 #CF897F is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 127 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.19 |
| HSL | 7.5º | 0.45% | 0.65% | - |
| HSV(B) | 7.5º | 0.39% | 0.81% | - |
| XYZ | 38.51 | 32.69 | 24.36 | - |
| YUV | 156.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 127 | 0 | 0.34 | 0.39 | 0.19 | 7.5 | 0.45 | 0.65 |
| Hex | CF | 89 | 7F | 0 | 22 | 27 | 13 | 8 | 2D | 41 |
| Octal | 317 | 211 | 177 | 0 | 42 | 47 | 23 | 10 | 55 | 101 |
| Binary | 11001111 | 10001001 | 1111111 | 0 | 100010 | 100111 | 10011 | 1000 | 101101 | 1000001 |
Color Harmonies of #CF897F
Complementary color
Monochromatic Colors of #CF897F
Black with #CF897F
Text Example
Text Example
White with #CF897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF897F; }
p { color: rgb(207,137,127); }
H1.HeaderClassName
{
color: #CF897F;
}
.AnyTagClassName
{
color: #CF897F;
}
</style>
background-color css
<style>
a { background-color: #CF897F; }
a { background-color: rgb(207,137,127); }
div.DivClassName
{
background-color: #CF897F;
}
.BgClassName
{
background-color: #CF897F;
}
</style>
border-color css
<style>
span { border-color: #CF897F; }
span { border-color: rgb(207,137,127); }
td.TdClassName
{
border-color: #CF897F;
}
.TagClassName
{
border-color: #CF897F;
}
</style>