Shades of My Pink #CE8F85
Tints of My Pink #CE8F85
RGB
CMYK
RGB Variations
Color information
#CE8F85 (or 0xCE8F85) is known color: My Pink. HEX triplet: CE, 8F and 85. RGB value is (206,143,133). Sum of RGB (Red+Green+Blue) = 206+143+133=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F85 is #31707A. Grayscale: #A0A0A0. Windows color (decimal): -3240059 or 8753102. OLE color: 8753102.
HSL color Cylindrical-coordinate representation of color #CE8F85: hue angle of 8.22º 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 #CE8F85 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 133 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.19 |
| HSL | 8.22º | 0.43% | 0.66% | - |
| HSV(B) | 8.22º | 0.35% | 0.81% | - |
| XYZ | 39.51 | 34.46 | 26.76 | - |
| YUV | 160.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 133 | 0 | 0.31 | 0.35 | 0.19 | 8.22 | 0.43 | 0.66 |
| Hex | CE | 8F | 85 | 0 | 1F | 23 | 13 | 8 | 2B | 42 |
| Octal | 316 | 217 | 205 | 0 | 37 | 43 | 23 | 10 | 53 | 102 |
| Binary | 11001110 | 10001111 | 10000101 | 0 | 11111 | 100011 | 10011 | 1000 | 101011 | 1000010 |
Color Harmonies of #CE8F85
Complementary color
Monochromatic Colors of #CE8F85
Black with #CE8F85
Text Example
Text Example
White with #CE8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F85; }
p { color: rgb(206,143,133); }
H1.HeaderClassName
{
color: #CE8F85;
}
.AnyTagClassName
{
color: #CE8F85;
}
</style>
background-color css
<style>
a { background-color: #CE8F85; }
a { background-color: rgb(206,143,133); }
div.DivClassName
{
background-color: #CE8F85;
}
.BgClassName
{
background-color: #CE8F85;
}
</style>
border-color css
<style>
span { border-color: #CE8F85; }
span { border-color: rgb(206,143,133); }
td.TdClassName
{
border-color: #CE8F85;
}
.TagClassName
{
border-color: #CE8F85;
}
</style>