Shades of My Pink #CE8888
Tints of My Pink #CE8888
RGB
CMYK
RGB Variations
Color information
#CE8888 (or 0xCE8888) is known color: My Pink. HEX triplet: CE, 88 and 88. RGB value is (206,136,136). Sum of RGB (Red+Green+Blue) = 206+136+136=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8888 is #317777. Grayscale: #9D9D9D. Windows color (decimal): -3241848 or 8947918. OLE color: 8947918.
HSL color Cylindrical-coordinate representation of color #CE8888: hue angle of 0º 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 #CE8888 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 136 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.19 |
| HSL | 0º | 0.42% | 0.67% | - |
| HSV(B) | 0º | 0.34% | 0.81% | - |
| XYZ | 38.7 | 32.51 | 27.53 | - |
| YUV | 156.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 136 | 0 | 0.34 | 0.34 | 0.19 | 0 | 0.42 | 0.67 |
| Hex | CE | 88 | 88 | 0 | 22 | 22 | 13 | 0 | 2A | 43 |
| Octal | 316 | 210 | 210 | 0 | 42 | 42 | 23 | 0 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10001000 | 0 | 100010 | 100010 | 10011 | 0 | 101010 | 1000011 |
Color Harmonies of #CE8888
Complementary color
Monochromatic Colors of #CE8888
Black with #CE8888
Text Example
Text Example
White with #CE8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8888; }
p { color: rgb(206,136,136); }
H1.HeaderClassName
{
color: #CE8888;
}
.AnyTagClassName
{
color: #CE8888;
}
</style>
background-color css
<style>
a { background-color: #CE8888; }
a { background-color: rgb(206,136,136); }
div.DivClassName
{
background-color: #CE8888;
}
.BgClassName
{
background-color: #CE8888;
}
</style>
border-color css
<style>
span { border-color: #CE8888; }
span { border-color: rgb(206,136,136); }
td.TdClassName
{
border-color: #CE8888;
}
.TagClassName
{
border-color: #CE8888;
}
</style>