Shades of My Pink #CF8988
Tints of My Pink #CF8988
RGB
CMYK
RGB Variations
Color information
#CF8988 (or 0xCF8988) is known color: My Pink. HEX triplet: CF, 89 and 88. RGB value is (207,137,136). Sum of RGB (Red+Green+Blue) = 207+137+136=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8988 is #307677. Grayscale: #9D9D9D. Windows color (decimal): -3176056 or 8948175. OLE color: 8948175.
HSL color Cylindrical-coordinate representation of color #CF8988: hue angle of 0.85º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8988 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 136 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.19 |
| HSL | 0.85º | 0.43% | 0.67% | - |
| HSV(B) | 0.85º | 0.34% | 0.81% | - |
| XYZ | 39.12 | 32.93 | 27.59 | - |
| YUV | 157.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 136 | 0 | 0.34 | 0.34 | 0.19 | 0.85 | 0.43 | 0.67 |
| Hex | CF | 89 | 88 | 0 | 22 | 22 | 13 | 1 | 2B | 43 |
| Octal | 317 | 211 | 210 | 0 | 42 | 42 | 23 | 1 | 53 | 103 |
| Binary | 11001111 | 10001001 | 10001000 | 0 | 100010 | 100010 | 10011 | 1 | 101011 | 1000011 |
Color Harmonies of #CF8988
Complementary color
Monochromatic Colors of #CF8988
Black with #CF8988
Text Example
Text Example
White with #CF8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8988; }
p { color: rgb(207,137,136); }
H1.HeaderClassName
{
color: #CF8988;
}
.AnyTagClassName
{
color: #CF8988;
}
</style>
background-color css
<style>
a { background-color: #CF8988; }
a { background-color: rgb(207,137,136); }
div.DivClassName
{
background-color: #CF8988;
}
.BgClassName
{
background-color: #CF8988;
}
</style>
border-color css
<style>
span { border-color: #CF8988; }
span { border-color: rgb(207,137,136); }
td.TdClassName
{
border-color: #CF8988;
}
.TagClassName
{
border-color: #CF8988;
}
</style>