Shades of My Pink #CE897D
Tints of My Pink #CE897D
RGB
CMYK
RGB Variations
Color information
#CE897D (or 0xCE897D) is known color: My Pink. HEX triplet: CE, 89 and 7D. RGB value is (206,137,125). Sum of RGB (Red+Green+Blue) = 206+137+125=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE897D is #317682. Grayscale: #9C9C9C. Windows color (decimal): -3241603 or 8227278. OLE color: 8227278.
HSL color Cylindrical-coordinate representation of color #CE897D: hue angle of 8.89º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE897D is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 125 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.19 |
| HSL | 8.89º | 0.45% | 0.65% | - |
| HSV(B) | 8.89º | 0.39% | 0.81% | - |
| XYZ | 38.1 | 32.49 | 23.67 | - |
| YUV | 156.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 125 | 0 | 0.33 | 0.39 | 0.19 | 8.89 | 0.45 | 0.65 |
| Hex | CE | 89 | 7D | 0 | 21 | 27 | 13 | 9 | 2D | 41 |
| Octal | 316 | 211 | 175 | 0 | 41 | 47 | 23 | 11 | 55 | 101 |
| Binary | 11001110 | 10001001 | 1111101 | 0 | 100001 | 100111 | 10011 | 1001 | 101101 | 1000001 |
Color Harmonies of #CE897D
Complementary color
Monochromatic Colors of #CE897D
Black with #CE897D
Text Example
Text Example
White with #CE897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE897D; }
p { color: rgb(206,137,125); }
H1.HeaderClassName
{
color: #CE897D;
}
.AnyTagClassName
{
color: #CE897D;
}
</style>
background-color css
<style>
a { background-color: #CE897D; }
a { background-color: rgb(206,137,125); }
div.DivClassName
{
background-color: #CE897D;
}
.BgClassName
{
background-color: #CE897D;
}
</style>
border-color css
<style>
span { border-color: #CE897D; }
span { border-color: rgb(206,137,125); }
td.TdClassName
{
border-color: #CE897D;
}
.TagClassName
{
border-color: #CE897D;
}
</style>