Shades of Charm #CE7F8D
Tints of Charm #CE7F8D
RGB
CMYK
RGB Variations
Color information
#CE7F8D (or 0xCE7F8D) is known color: Charm. HEX triplet: CE, 7F and 8D. RGB value is (206,127,141). Sum of RGB (Red+Green+Blue) = 206+127+141=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F8D is #318072. Grayscale: #989898. Windows color (decimal): -3244147 or 9273294. OLE color: 9273294.
HSL color Cylindrical-coordinate representation of color #CE7F8D: hue angle of 349.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7F8D is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 141 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.19 |
| HSL | 349.37º | 0.45% | 0.65% | - |
| HSV(B) | 349.37º | 0.38% | 0.81% | - |
| XYZ | 37.85 | 30.22 | 29.04 | - |
| YUV | 152.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 141 | 0 | 0.38 | 0.32 | 0.19 | 349.37 | 0.45 | 0.65 |
| Hex | CE | 7F | 8D | 0 | 26 | 20 | 13 | 15D | 2D | 41 |
| Octal | 316 | 177 | 215 | 0 | 46 | 40 | 23 | 535 | 55 | 101 |
| Binary | 11001110 | 1111111 | 10001101 | 0 | 100110 | 100000 | 10011 | 101011101 | 101101 | 1000001 |
Color Harmonies of #CE7F8D
Complementary color
Monochromatic Colors of #CE7F8D
Black with #CE7F8D
Text Example
Text Example
White with #CE7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F8D; }
p { color: rgb(206,127,141); }
H1.HeaderClassName
{
color: #CE7F8D;
}
.AnyTagClassName
{
color: #CE7F8D;
}
</style>
background-color css
<style>
a { background-color: #CE7F8D; }
a { background-color: rgb(206,127,141); }
div.DivClassName
{
background-color: #CE7F8D;
}
.BgClassName
{
background-color: #CE7F8D;
}
</style>
border-color css
<style>
span { border-color: #CE7F8D; }
span { border-color: rgb(206,127,141); }
td.TdClassName
{
border-color: #CE7F8D;
}
.TagClassName
{
border-color: #CE7F8D;
}
</style>