Shades of My Pink #CF867F
Tints of My Pink #CF867F
RGB
CMYK
RGB Variations
Color information
#CF867F (or 0xCF867F) is known color: My Pink. HEX triplet: CF, 86 and 7F. RGB value is (207,134,127). Sum of RGB (Red+Green+Blue) = 207+134+127=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF867F is #307980. Grayscale: #9B9B9B. Windows color (decimal): -3176833 or 8357583. OLE color: 8357583.
HSL color Cylindrical-coordinate representation of color #CF867F: hue angle of 5.25º 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 #CF867F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 127 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.19 |
| HSL | 5.25º | 0.45% | 0.65% | - |
| HSV(B) | 5.25º | 0.39% | 0.81% | - |
| XYZ | 38.09 | 31.85 | 24.22 | - |
| YUV | 155.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 127 | 0 | 0.35 | 0.39 | 0.19 | 5.25 | 0.45 | 0.65 |
| Hex | CF | 86 | 7F | 0 | 23 | 27 | 13 | 5 | 2D | 41 |
| Octal | 317 | 206 | 177 | 0 | 43 | 47 | 23 | 5 | 55 | 101 |
| Binary | 11001111 | 10000110 | 1111111 | 0 | 100011 | 100111 | 10011 | 101 | 101101 | 1000001 |
Color Harmonies of #CF867F
Complementary color
Monochromatic Colors of #CF867F
Black with #CF867F
Text Example
Text Example
White with #CF867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF867F; }
p { color: rgb(207,134,127); }
H1.HeaderClassName
{
color: #CF867F;
}
.AnyTagClassName
{
color: #CF867F;
}
</style>
background-color css
<style>
a { background-color: #CF867F; }
a { background-color: rgb(207,134,127); }
div.DivClassName
{
background-color: #CF867F;
}
.BgClassName
{
background-color: #CF867F;
}
</style>
border-color css
<style>
span { border-color: #CF867F; }
span { border-color: rgb(207,134,127); }
td.TdClassName
{
border-color: #CF867F;
}
.TagClassName
{
border-color: #CF867F;
}
</style>