Shades of My Pink #CE8883
Tints of My Pink #CE8883
RGB
CMYK
RGB Variations
Color information
#CE8883 (or 0xCE8883) is known color: My Pink. HEX triplet: CE, 88 and 83. RGB value is (206,136,131). Sum of RGB (Red+Green+Blue) = 206+136+131=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8883 is #31777C. Grayscale: #9C9C9C. Windows color (decimal): -3241853 or 8620238. OLE color: 8620238.
HSL color Cylindrical-coordinate representation of color #CE8883: hue angle of 4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8883 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 131 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.19 |
| HSL | 4º | 0.43% | 0.66% | - |
| HSV(B) | 4º | 0.36% | 0.81% | - |
| XYZ | 38.35 | 32.37 | 25.7 | - |
| YUV | 156.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 131 | 0 | 0.34 | 0.36 | 0.19 | 4 | 0.43 | 0.66 |
| Hex | CE | 88 | 83 | 0 | 22 | 24 | 13 | 4 | 2B | 42 |
| Octal | 316 | 210 | 203 | 0 | 42 | 44 | 23 | 4 | 53 | 102 |
| Binary | 11001110 | 10001000 | 10000011 | 0 | 100010 | 100100 | 10011 | 100 | 101011 | 1000010 |
Color Harmonies of #CE8883
Complementary color
Monochromatic Colors of #CE8883
Black with #CE8883
Text Example
Text Example
White with #CE8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8883; }
p { color: rgb(206,136,131); }
H1.HeaderClassName
{
color: #CE8883;
}
.AnyTagClassName
{
color: #CE8883;
}
</style>
background-color css
<style>
a { background-color: #CE8883; }
a { background-color: rgb(206,136,131); }
div.DivClassName
{
background-color: #CE8883;
}
.BgClassName
{
background-color: #CE8883;
}
</style>
border-color css
<style>
span { border-color: #CE8883; }
span { border-color: rgb(206,136,131); }
td.TdClassName
{
border-color: #CE8883;
}
.TagClassName
{
border-color: #CE8883;
}
</style>