Shades of My Pink #CE9387
Tints of My Pink #CE9387
RGB
CMYK
RGB Variations
Color information
#CE9387 (or 0xCE9387) is known color: My Pink. HEX triplet: CE, 93 and 87. RGB value is (206,147,135). Sum of RGB (Red+Green+Blue) = 206+147+135=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9387 is #316C78. Grayscale: #A3A3A3. Windows color (decimal): -3239033 or 8885198. OLE color: 8885198.
HSL color Cylindrical-coordinate representation of color #CE9387: hue angle of 10.14º 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 #CE9387 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 135 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.19 |
| HSL | 10.14º | 0.42% | 0.67% | - |
| HSV(B) | 10.14º | 0.34% | 0.81% | - |
| XYZ | 40.26 | 35.74 | 27.7 | - |
| YUV | 163.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 135 | 0 | 0.29 | 0.34 | 0.19 | 10.14 | 0.42 | 0.67 |
| Hex | CE | 93 | 87 | 0 | 1D | 22 | 13 | A | 2A | 43 |
| Octal | 316 | 223 | 207 | 0 | 35 | 42 | 23 | 12 | 52 | 103 |
| Binary | 11001110 | 10010011 | 10000111 | 0 | 11101 | 100010 | 10011 | 1010 | 101010 | 1000011 |
Color Harmonies of #CE9387
Complementary color
Monochromatic Colors of #CE9387
Black with #CE9387
Text Example
Text Example
White with #CE9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9387; }
p { color: rgb(206,147,135); }
H1.HeaderClassName
{
color: #CE9387;
}
.AnyTagClassName
{
color: #CE9387;
}
</style>
background-color css
<style>
a { background-color: #CE9387; }
a { background-color: rgb(206,147,135); }
div.DivClassName
{
background-color: #CE9387;
}
.BgClassName
{
background-color: #CE9387;
}
</style>
border-color css
<style>
span { border-color: #CE9387; }
span { border-color: rgb(206,147,135); }
td.TdClassName
{
border-color: #CE9387;
}
.TagClassName
{
border-color: #CE9387;
}
</style>