Shades of My Pink #CE8E87
Tints of My Pink #CE8E87
RGB
CMYK
RGB Variations
Color information
#CE8E87 (or 0xCE8E87) is known color: My Pink. HEX triplet: CE, 8E and 87. RGB value is (206,142,135). Sum of RGB (Red+Green+Blue) = 206+142+135=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8E87 is #317178. Grayscale: #A0A0A0. Windows color (decimal): -3240313 or 8883918. OLE color: 8883918.
HSL color Cylindrical-coordinate representation of color #CE8E87: hue angle of 5.92º degrees, saturation: 0.42, 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 #CE8E87 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 135 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.19 |
| HSL | 5.92º | 0.42% | 0.67% | - |
| HSV(B) | 5.92º | 0.34% | 0.81% | - |
| XYZ | 39.5 | 34.22 | 27.44 | - |
| YUV | 160.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 135 | 0 | 0.31 | 0.34 | 0.19 | 5.92 | 0.42 | 0.67 |
| Hex | CE | 8E | 87 | 0 | 1F | 22 | 13 | 6 | 2A | 43 |
| Octal | 316 | 216 | 207 | 0 | 37 | 42 | 23 | 6 | 52 | 103 |
| Binary | 11001110 | 10001110 | 10000111 | 0 | 11111 | 100010 | 10011 | 110 | 101010 | 1000011 |
Color Harmonies of #CE8E87
Complementary color
Monochromatic Colors of #CE8E87
Black with #CE8E87
Text Example
Text Example
White with #CE8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E87; }
p { color: rgb(206,142,135); }
H1.HeaderClassName
{
color: #CE8E87;
}
.AnyTagClassName
{
color: #CE8E87;
}
</style>
background-color css
<style>
a { background-color: #CE8E87; }
a { background-color: rgb(206,142,135); }
div.DivClassName
{
background-color: #CE8E87;
}
.BgClassName
{
background-color: #CE8E87;
}
</style>
border-color css
<style>
span { border-color: #CE8E87; }
span { border-color: rgb(206,142,135); }
td.TdClassName
{
border-color: #CE8E87;
}
.TagClassName
{
border-color: #CE8E87;
}
</style>