Shades of My Pink #CE8985
Tints of My Pink #CE8985
RGB
CMYK
RGB Variations
Color information
#CE8985 (or 0xCE8985) is known color: My Pink. HEX triplet: CE, 89 and 85. RGB value is (206,137,133). Sum of RGB (Red+Green+Blue) = 206+137+133=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8985 is #31767A. Grayscale: #9D9D9D. Windows color (decimal): -3241595 or 8751566. OLE color: 8751566.
HSL color Cylindrical-coordinate representation of color #CE8985: hue angle of 3.29º 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 #CE8985 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 133 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.19 |
| HSL | 3.29º | 0.43% | 0.66% | - |
| HSV(B) | 3.29º | 0.35% | 0.81% | - |
| XYZ | 38.63 | 32.71 | 26.47 | - |
| YUV | 157.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 133 | 0 | 0.33 | 0.35 | 0.19 | 3.29 | 0.43 | 0.66 |
| Hex | CE | 89 | 85 | 0 | 21 | 23 | 13 | 3 | 2B | 42 |
| Octal | 316 | 211 | 205 | 0 | 41 | 43 | 23 | 3 | 53 | 102 |
| Binary | 11001110 | 10001001 | 10000101 | 0 | 100001 | 100011 | 10011 | 11 | 101011 | 1000010 |
Color Harmonies of #CE8985
Complementary color
Monochromatic Colors of #CE8985
Black with #CE8985
Text Example
Text Example
White with #CE8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8985; }
p { color: rgb(206,137,133); }
H1.HeaderClassName
{
color: #CE8985;
}
.AnyTagClassName
{
color: #CE8985;
}
</style>
background-color css
<style>
a { background-color: #CE8985; }
a { background-color: rgb(206,137,133); }
div.DivClassName
{
background-color: #CE8985;
}
.BgClassName
{
background-color: #CE8985;
}
</style>
border-color css
<style>
span { border-color: #CE8985; }
span { border-color: rgb(206,137,133); }
td.TdClassName
{
border-color: #CE8985;
}
.TagClassName
{
border-color: #CE8985;
}
</style>