Shades of Charm #CE788E
Tints of Charm #CE788E
RGB
CMYK
RGB Variations
Color information
#CE788E (or 0xCE788E) is known color: Charm. HEX triplet: CE, 78 and 8E. RGB value is (206,120,142). Sum of RGB (Red+Green+Blue) = 206+120+142=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE788E is #318771. Grayscale: #949494. Windows color (decimal): -3245938 or 9337038. OLE color: 9337038.
HSL color Cylindrical-coordinate representation of color #CE788E: hue angle of 344.65º 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 #CE788E is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 142 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.19 |
| HSL | 344.65º | 0.47% | 0.64% | - |
| HSV(B) | 344.65º | 0.42% | 0.81% | - |
| XYZ | 37.05 | 28.51 | 29.14 | - |
| YUV | 148.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 142 | 0 | 0.42 | 0.31 | 0.19 | 344.65 | 0.47 | 0.64 |
| Hex | CE | 78 | 8E | 0 | 2A | 1F | 13 | 159 | 2F | 40 |
| Octal | 316 | 170 | 216 | 0 | 52 | 37 | 23 | 531 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10001110 | 0 | 101010 | 11111 | 10011 | 101011001 | 101111 | 1000000 |
Color Harmonies of #CE788E
Complementary color
Monochromatic Colors of #CE788E
Black with #CE788E
Text Example
Text Example
White with #CE788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE788E; }
p { color: rgb(206,120,142); }
H1.HeaderClassName
{
color: #CE788E;
}
.AnyTagClassName
{
color: #CE788E;
}
</style>
background-color css
<style>
a { background-color: #CE788E; }
a { background-color: rgb(206,120,142); }
div.DivClassName
{
background-color: #CE788E;
}
.BgClassName
{
background-color: #CE788E;
}
</style>
border-color css
<style>
span { border-color: #CE788E; }
span { border-color: rgb(206,120,142); }
td.TdClassName
{
border-color: #CE788E;
}
.TagClassName
{
border-color: #CE788E;
}
</style>