Shades of My Pink #CE827C
Tints of My Pink #CE827C
RGB
CMYK
RGB Variations
Color information
#CE827C (or 0xCE827C) is known color: My Pink. HEX triplet: CE, 82 and 7C. RGB value is (206,130,124). Sum of RGB (Red+Green+Blue) = 206+130+124=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE827C is #317D83. Grayscale: #989898. Windows color (decimal): -3243396 or 8159950. OLE color: 8159950.
HSL color Cylindrical-coordinate representation of color #CE827C: hue angle of 4.39º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE827C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 124 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.19 |
| HSL | 4.39º | 0.46% | 0.65% | - |
| HSV(B) | 4.39º | 0.4% | 0.81% | - |
| XYZ | 37.07 | 30.54 | 23.01 | - |
| YUV | 152.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 124 | 0 | 0.37 | 0.40 | 0.19 | 4.39 | 0.46 | 0.65 |
| Hex | CE | 82 | 7C | 0 | 25 | 28 | 13 | 4 | 2E | 41 |
| Octal | 316 | 202 | 174 | 0 | 45 | 50 | 23 | 4 | 56 | 101 |
| Binary | 11001110 | 10000010 | 1111100 | 0 | 100101 | 101000 | 10011 | 100 | 101110 | 1000001 |
Color Harmonies of #CE827C
Complementary color
Monochromatic Colors of #CE827C
Black with #CE827C
Text Example
Text Example
White with #CE827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE827C; }
p { color: rgb(206,130,124); }
H1.HeaderClassName
{
color: #CE827C;
}
.AnyTagClassName
{
color: #CE827C;
}
</style>
background-color css
<style>
a { background-color: #CE827C; }
a { background-color: rgb(206,130,124); }
div.DivClassName
{
background-color: #CE827C;
}
.BgClassName
{
background-color: #CE827C;
}
</style>
border-color css
<style>
span { border-color: #CE827C; }
span { border-color: rgb(206,130,124); }
td.TdClassName
{
border-color: #CE827C;
}
.TagClassName
{
border-color: #CE827C;
}
</style>