Shades of My Pink #CE9285
Tints of My Pink #CE9285
RGB
CMYK
RGB Variations
Color information
#CE9285 (or 0xCE9285) is known color: My Pink. HEX triplet: CE, 92 and 85. RGB value is (206,146,133). Sum of RGB (Red+Green+Blue) = 206+146+133=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9285 is #316D7A. Grayscale: #A2A2A2. Windows color (decimal): -3239291 or 8753870. OLE color: 8753870.
HSL color Cylindrical-coordinate representation of color #CE9285: hue angle of 10.68º 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 #CE9285 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 133 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.19 |
| HSL | 10.68º | 0.43% | 0.66% | - |
| HSV(B) | 10.68º | 0.35% | 0.81% | - |
| XYZ | 39.97 | 35.37 | 26.91 | - |
| YUV | 162.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 133 | 0 | 0.29 | 0.35 | 0.19 | 10.68 | 0.43 | 0.66 |
| Hex | CE | 92 | 85 | 0 | 1D | 23 | 13 | B | 2B | 42 |
| Octal | 316 | 222 | 205 | 0 | 35 | 43 | 23 | 13 | 53 | 102 |
| Binary | 11001110 | 10010010 | 10000101 | 0 | 11101 | 100011 | 10011 | 1011 | 101011 | 1000010 |
Color Harmonies of #CE9285
Complementary color
Monochromatic Colors of #CE9285
Black with #CE9285
Text Example
Text Example
White with #CE9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9285; }
p { color: rgb(206,146,133); }
H1.HeaderClassName
{
color: #CE9285;
}
.AnyTagClassName
{
color: #CE9285;
}
</style>
background-color css
<style>
a { background-color: #CE9285; }
a { background-color: rgb(206,146,133); }
div.DivClassName
{
background-color: #CE9285;
}
.BgClassName
{
background-color: #CE9285;
}
</style>
border-color css
<style>
span { border-color: #CE9285; }
span { border-color: rgb(206,146,133); }
td.TdClassName
{
border-color: #CE9285;
}
.TagClassName
{
border-color: #CE9285;
}
</style>