Shades of My Pink #CE8B80
Tints of My Pink #CE8B80
RGB
CMYK
RGB Variations
Color information
#CE8B80 (or 0xCE8B80) is known color: My Pink. HEX triplet: CE, 8B and 80. RGB value is (206,139,128). Sum of RGB (Red+Green+Blue) = 206+139+128=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8B80 is #31747F. Grayscale: #9D9D9D. Windows color (decimal): -3241088 or 8424398. OLE color: 8424398.
HSL color Cylindrical-coordinate representation of color #CE8B80: hue angle of 8.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8B80 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 128 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.19 |
| HSL | 8.46º | 0.44% | 0.65% | - |
| HSV(B) | 8.46º | 0.38% | 0.81% | - |
| XYZ | 38.58 | 33.15 | 24.79 | - |
| YUV | 157.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 128 | 0 | 0.33 | 0.38 | 0.19 | 8.46 | 0.44 | 0.65 |
| Hex | CE | 8B | 80 | 0 | 21 | 26 | 13 | 8 | 2C | 41 |
| Octal | 316 | 213 | 200 | 0 | 41 | 46 | 23 | 10 | 54 | 101 |
| Binary | 11001110 | 10001011 | 10000000 | 0 | 100001 | 100110 | 10011 | 1000 | 101100 | 1000001 |
Color Harmonies of #CE8B80
Complementary color
Monochromatic Colors of #CE8B80
Black with #CE8B80
Text Example
Text Example
White with #CE8B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B80; }
p { color: rgb(206,139,128); }
H1.HeaderClassName
{
color: #CE8B80;
}
.AnyTagClassName
{
color: #CE8B80;
}
</style>
background-color css
<style>
a { background-color: #CE8B80; }
a { background-color: rgb(206,139,128); }
div.DivClassName
{
background-color: #CE8B80;
}
.BgClassName
{
background-color: #CE8B80;
}
</style>
border-color css
<style>
span { border-color: #CE8B80; }
span { border-color: rgb(206,139,128); }
td.TdClassName
{
border-color: #CE8B80;
}
.TagClassName
{
border-color: #CE8B80;
}
</style>