Shades of My Pink #CE8C80
Tints of My Pink #CE8C80
RGB
CMYK
RGB Variations
Color information
#CE8C80 (or 0xCE8C80) is known color: My Pink. HEX triplet: CE, 8C and 80. RGB value is (206,140,128). Sum of RGB (Red+Green+Blue) = 206+140+128=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8C80 is #31737F. Grayscale: #9E9E9E. Windows color (decimal): -3240832 or 8424654. OLE color: 8424654.
HSL color Cylindrical-coordinate representation of color #CE8C80: hue angle of 9.23º 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 #CE8C80 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 128 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.19 |
| HSL | 9.23º | 0.44% | 0.65% | - |
| HSV(B) | 9.23º | 0.38% | 0.81% | - |
| XYZ | 38.73 | 33.44 | 24.83 | - |
| YUV | 158.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 128 | 0 | 0.32 | 0.38 | 0.19 | 9.23 | 0.44 | 0.65 |
| Hex | CE | 8C | 80 | 0 | 20 | 26 | 13 | 9 | 2C | 41 |
| Octal | 316 | 214 | 200 | 0 | 40 | 46 | 23 | 11 | 54 | 101 |
| Binary | 11001110 | 10001100 | 10000000 | 0 | 100000 | 100110 | 10011 | 1001 | 101100 | 1000001 |
Color Harmonies of #CE8C80
Complementary color
Monochromatic Colors of #CE8C80
Black with #CE8C80
Text Example
Text Example
White with #CE8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C80; }
p { color: rgb(206,140,128); }
H1.HeaderClassName
{
color: #CE8C80;
}
.AnyTagClassName
{
color: #CE8C80;
}
</style>
background-color css
<style>
a { background-color: #CE8C80; }
a { background-color: rgb(206,140,128); }
div.DivClassName
{
background-color: #CE8C80;
}
.BgClassName
{
background-color: #CE8C80;
}
</style>
border-color css
<style>
span { border-color: #CE8C80; }
span { border-color: rgb(206,140,128); }
td.TdClassName
{
border-color: #CE8C80;
}
.TagClassName
{
border-color: #CE8C80;
}
</style>