Shades of Charm #CE788D
Tints of Charm #CE788D
RGB
CMYK
RGB Variations
Color information
#CE788D (or 0xCE788D) is known color: Charm. HEX triplet: CE, 78 and 8D. RGB value is (206,120,141). Sum of RGB (Red+Green+Blue) = 206+120+141=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE788D is #318772. Grayscale: #949494. Windows color (decimal): -3245939 or 9271502. OLE color: 9271502.
HSL color Cylindrical-coordinate representation of color #CE788D: hue angle of 345.35º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE788D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 141 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.19 |
| HSL | 345.35º | 0.47% | 0.64% | - |
| HSV(B) | 345.35º | 0.42% | 0.81% | - |
| XYZ | 36.98 | 28.48 | 28.75 | - |
| YUV | 148.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 141 | 0 | 0.42 | 0.32 | 0.19 | 345.35 | 0.47 | 0.64 |
| Hex | CE | 78 | 8D | 0 | 2A | 20 | 13 | 159 | 2F | 40 |
| Octal | 316 | 170 | 215 | 0 | 52 | 40 | 23 | 531 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10001101 | 0 | 101010 | 100000 | 10011 | 101011001 | 101111 | 1000000 |
Color Harmonies of #CE788D
Complementary color
Monochromatic Colors of #CE788D
Black with #CE788D
Text Example
Text Example
White with #CE788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE788D; }
p { color: rgb(206,120,141); }
H1.HeaderClassName
{
color: #CE788D;
}
.AnyTagClassName
{
color: #CE788D;
}
</style>
background-color css
<style>
a { background-color: #CE788D; }
a { background-color: rgb(206,120,141); }
div.DivClassName
{
background-color: #CE788D;
}
.BgClassName
{
background-color: #CE788D;
}
</style>
border-color css
<style>
span { border-color: #CE788D; }
span { border-color: rgb(206,120,141); }
td.TdClassName
{
border-color: #CE788D;
}
.TagClassName
{
border-color: #CE788D;
}
</style>