Shades of My Pink #CE8885
Tints of My Pink #CE8885
RGB
CMYK
RGB Variations
Color information
#CE8885 (or 0xCE8885) is known color: My Pink. HEX triplet: CE, 88 and 85. RGB value is (206,136,133). Sum of RGB (Red+Green+Blue) = 206+136+133=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8885 is #31777A. Grayscale: #9C9C9C. Windows color (decimal): -3241851 or 8751310. OLE color: 8751310.
HSL color Cylindrical-coordinate representation of color #CE8885: hue angle of 2.47º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8885 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 133 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.19 |
| HSL | 2.47º | 0.43% | 0.66% | - |
| HSV(B) | 2.47º | 0.35% | 0.81% | - |
| XYZ | 38.49 | 32.42 | 26.42 | - |
| YUV | 156.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 133 | 0 | 0.34 | 0.35 | 0.19 | 2.47 | 0.43 | 0.66 |
| Hex | CE | 88 | 85 | 0 | 22 | 23 | 13 | 2 | 2B | 42 |
| Octal | 316 | 210 | 205 | 0 | 42 | 43 | 23 | 2 | 53 | 102 |
| Binary | 11001110 | 10001000 | 10000101 | 0 | 100010 | 100011 | 10011 | 10 | 101011 | 1000010 |
Color Harmonies of #CE8885
Complementary color
Monochromatic Colors of #CE8885
Black with #CE8885
Text Example
Text Example
White with #CE8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8885; }
p { color: rgb(206,136,133); }
H1.HeaderClassName
{
color: #CE8885;
}
.AnyTagClassName
{
color: #CE8885;
}
</style>
background-color css
<style>
a { background-color: #CE8885; }
a { background-color: rgb(206,136,133); }
div.DivClassName
{
background-color: #CE8885;
}
.BgClassName
{
background-color: #CE8885;
}
</style>
border-color css
<style>
span { border-color: #CE8885; }
span { border-color: rgb(206,136,133); }
td.TdClassName
{
border-color: #CE8885;
}
.TagClassName
{
border-color: #CE8885;
}
</style>