Shades of My Pink #CE9384
Tints of My Pink #CE9384
RGB
CMYK
RGB Variations
Color information
#CE9384 (or 0xCE9384) is known color: My Pink. HEX triplet: CE, 93 and 84. RGB value is (206,147,132). Sum of RGB (Red+Green+Blue) = 206+147+132=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9384 is #316C7B. Grayscale: #A3A3A3. Windows color (decimal): -3239036 or 8688590. OLE color: 8688590.
HSL color Cylindrical-coordinate representation of color #CE9384: hue angle of 12.16º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9384 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 132 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.19 |
| HSL | 12.16º | 0.43% | 0.66% | - |
| HSV(B) | 12.16º | 0.36% | 0.81% | - |
| XYZ | 40.05 | 35.66 | 26.6 | - |
| YUV | 162.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 132 | 0 | 0.29 | 0.36 | 0.19 | 12.16 | 0.43 | 0.66 |
| Hex | CE | 93 | 84 | 0 | 1D | 24 | 13 | C | 2B | 42 |
| Octal | 316 | 223 | 204 | 0 | 35 | 44 | 23 | 14 | 53 | 102 |
| Binary | 11001110 | 10010011 | 10000100 | 0 | 11101 | 100100 | 10011 | 1100 | 101011 | 1000010 |
Color Harmonies of #CE9384
Complementary color
Monochromatic Colors of #CE9384
Black with #CE9384
Text Example
Text Example
White with #CE9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9384; }
p { color: rgb(206,147,132); }
H1.HeaderClassName
{
color: #CE9384;
}
.AnyTagClassName
{
color: #CE9384;
}
</style>
background-color css
<style>
a { background-color: #CE9384; }
a { background-color: rgb(206,147,132); }
div.DivClassName
{
background-color: #CE9384;
}
.BgClassName
{
background-color: #CE9384;
}
</style>
border-color css
<style>
span { border-color: #CE9384; }
span { border-color: rgb(206,147,132); }
td.TdClassName
{
border-color: #CE9384;
}
.TagClassName
{
border-color: #CE9384;
}
</style>