Shades of My Pink #CE8882
Tints of My Pink #CE8882
RGB
CMYK
RGB Variations
Color information
#CE8882 (or 0xCE8882) is known color: My Pink. HEX triplet: CE, 88 and 82. RGB value is (206,136,130). Sum of RGB (Red+Green+Blue) = 206+136+130=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8882 is #31777D. Grayscale: #9C9C9C. Windows color (decimal): -3241854 or 8554702. OLE color: 8554702.
HSL color Cylindrical-coordinate representation of color #CE8882: hue angle of 4.74º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8882 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 130 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.19 |
| HSL | 4.74º | 0.44% | 0.66% | - |
| HSV(B) | 4.74º | 0.37% | 0.81% | - |
| XYZ | 38.29 | 32.34 | 25.34 | - |
| YUV | 156.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 130 | 0 | 0.34 | 0.37 | 0.19 | 4.74 | 0.44 | 0.66 |
| Hex | CE | 88 | 82 | 0 | 22 | 25 | 13 | 5 | 2C | 42 |
| Octal | 316 | 210 | 202 | 0 | 42 | 45 | 23 | 5 | 54 | 102 |
| Binary | 11001110 | 10001000 | 10000010 | 0 | 100010 | 100101 | 10011 | 101 | 101100 | 1000010 |
Color Harmonies of #CE8882
Complementary color
Monochromatic Colors of #CE8882
Black with #CE8882
Text Example
Text Example
White with #CE8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8882; }
p { color: rgb(206,136,130); }
H1.HeaderClassName
{
color: #CE8882;
}
.AnyTagClassName
{
color: #CE8882;
}
</style>
background-color css
<style>
a { background-color: #CE8882; }
a { background-color: rgb(206,136,130); }
div.DivClassName
{
background-color: #CE8882;
}
.BgClassName
{
background-color: #CE8882;
}
</style>
border-color css
<style>
span { border-color: #CE8882; }
span { border-color: rgb(206,136,130); }
td.TdClassName
{
border-color: #CE8882;
}
.TagClassName
{
border-color: #CE8882;
}
</style>