Shades of My Pink #CE857C
Tints of My Pink #CE857C
RGB
CMYK
RGB Variations
Color information
#CE857C (or 0xCE857C) is known color: My Pink. HEX triplet: CE, 85 and 7C. RGB value is (206,133,124). Sum of RGB (Red+Green+Blue) = 206+133+124=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE857C is #317A83. Grayscale: #999999. Windows color (decimal): -3242628 or 8160718. OLE color: 8160718.
HSL color Cylindrical-coordinate representation of color #CE857C: hue angle of 6.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE857C is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 124 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.19 |
| HSL | 6.59º | 0.46% | 0.65% | - |
| HSV(B) | 6.59º | 0.4% | 0.81% | - |
| XYZ | 37.48 | 31.35 | 23.14 | - |
| YUV | 153.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 124 | 0 | 0.35 | 0.40 | 0.19 | 6.59 | 0.46 | 0.65 |
| Hex | CE | 85 | 7C | 0 | 23 | 28 | 13 | 7 | 2E | 41 |
| Octal | 316 | 205 | 174 | 0 | 43 | 50 | 23 | 7 | 56 | 101 |
| Binary | 11001110 | 10000101 | 1111100 | 0 | 100011 | 101000 | 10011 | 111 | 101110 | 1000001 |
Color Harmonies of #CE857C
Complementary color
Monochromatic Colors of #CE857C
Black with #CE857C
Text Example
Text Example
White with #CE857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE857C; }
p { color: rgb(206,133,124); }
H1.HeaderClassName
{
color: #CE857C;
}
.AnyTagClassName
{
color: #CE857C;
}
</style>
background-color css
<style>
a { background-color: #CE857C; }
a { background-color: rgb(206,133,124); }
div.DivClassName
{
background-color: #CE857C;
}
.BgClassName
{
background-color: #CE857C;
}
</style>
border-color css
<style>
span { border-color: #CE857C; }
span { border-color: rgb(206,133,124); }
td.TdClassName
{
border-color: #CE857C;
}
.TagClassName
{
border-color: #CE857C;
}
</style>