Shades of My Pink #CE8F81
Tints of My Pink #CE8F81
RGB
CMYK
RGB Variations
Color information
#CE8F81 (or 0xCE8F81) is known color: My Pink. HEX triplet: CE, 8F and 81. RGB value is (206,143,129). Sum of RGB (Red+Green+Blue) = 206+143+129=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F81 is #31707E. Grayscale: #A0A0A0. Windows color (decimal): -3240063 or 8490958. OLE color: 8490958.
HSL color Cylindrical-coordinate representation of color #CE8F81: hue angle of 10.91º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8F81 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 129 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.19 |
| HSL | 10.91º | 0.44% | 0.66% | - |
| HSV(B) | 10.91º | 0.37% | 0.81% | - |
| XYZ | 39.24 | 34.35 | 25.33 | - |
| YUV | 160.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 129 | 0 | 0.31 | 0.37 | 0.19 | 10.91 | 0.44 | 0.66 |
| Hex | CE | 8F | 81 | 0 | 1F | 25 | 13 | B | 2C | 42 |
| Octal | 316 | 217 | 201 | 0 | 37 | 45 | 23 | 13 | 54 | 102 |
| Binary | 11001110 | 10001111 | 10000001 | 0 | 11111 | 100101 | 10011 | 1011 | 101100 | 1000010 |
Color Harmonies of #CE8F81
Complementary color
Monochromatic Colors of #CE8F81
Black with #CE8F81
Text Example
Text Example
White with #CE8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F81; }
p { color: rgb(206,143,129); }
H1.HeaderClassName
{
color: #CE8F81;
}
.AnyTagClassName
{
color: #CE8F81;
}
</style>
background-color css
<style>
a { background-color: #CE8F81; }
a { background-color: rgb(206,143,129); }
div.DivClassName
{
background-color: #CE8F81;
}
.BgClassName
{
background-color: #CE8F81;
}
</style>
border-color css
<style>
span { border-color: #CE8F81; }
span { border-color: rgb(206,143,129); }
td.TdClassName
{
border-color: #CE8F81;
}
.TagClassName
{
border-color: #CE8F81;
}
</style>