Shades of My Pink #CE867F
Tints of My Pink #CE867F
RGB
CMYK
RGB Variations
Color information
#CE867F (or 0xCE867F) is known color: My Pink. HEX triplet: CE, 86 and 7F. RGB value is (206,134,127). Sum of RGB (Red+Green+Blue) = 206+134+127=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE867F is #317980. Grayscale: #9A9A9A. Windows color (decimal): -3242369 or 8357582. OLE color: 8357582.
HSL color Cylindrical-coordinate representation of color #CE867F: hue angle of 5.32º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE867F is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 127 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.19 |
| HSL | 5.32º | 0.45% | 0.65% | - |
| HSV(B) | 5.32º | 0.38% | 0.81% | - |
| XYZ | 37.81 | 31.7 | 24.21 | - |
| YUV | 154.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 127 | 0 | 0.35 | 0.38 | 0.19 | 5.32 | 0.45 | 0.65 |
| Hex | CE | 86 | 7F | 0 | 23 | 26 | 13 | 5 | 2D | 41 |
| Octal | 316 | 206 | 177 | 0 | 43 | 46 | 23 | 5 | 55 | 101 |
| Binary | 11001110 | 10000110 | 1111111 | 0 | 100011 | 100110 | 10011 | 101 | 101101 | 1000001 |
Color Harmonies of #CE867F
Complementary color
Monochromatic Colors of #CE867F
Black with #CE867F
Text Example
Text Example
White with #CE867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE867F; }
p { color: rgb(206,134,127); }
H1.HeaderClassName
{
color: #CE867F;
}
.AnyTagClassName
{
color: #CE867F;
}
</style>
background-color css
<style>
a { background-color: #CE867F; }
a { background-color: rgb(206,134,127); }
div.DivClassName
{
background-color: #CE867F;
}
.BgClassName
{
background-color: #CE867F;
}
</style>
border-color css
<style>
span { border-color: #CE867F; }
span { border-color: rgb(206,134,127); }
td.TdClassName
{
border-color: #CE867F;
}
.TagClassName
{
border-color: #CE867F;
}
</style>