Shades of Charm #CE708D
Tints of Charm #CE708D
RGB
CMYK
RGB Variations
Color information
#CE708D (or 0xCE708D) is known color: Charm. HEX triplet: CE, 70 and 8D. RGB value is (206,112,141). Sum of RGB (Red+Green+Blue) = 206+112+141=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE708D is #318F72. Grayscale: #8F8F8F. Windows color (decimal): -3247987 or 9269454. OLE color: 9269454.
HSL color Cylindrical-coordinate representation of color #CE708D: hue angle of 341.49º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE708D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 141 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.19 |
| HSL | 341.49º | 0.49% | 0.62% | - |
| HSV(B) | 341.49º | 0.46% | 0.81% | - |
| XYZ | 36.06 | 26.63 | 28.44 | - |
| YUV | 143.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 141 | 0 | 0.46 | 0.32 | 0.19 | 341.49 | 0.49 | 0.62 |
| Hex | CE | 70 | 8D | 0 | 2E | 20 | 13 | 155 | 31 | 3E |
| Octal | 316 | 160 | 215 | 0 | 56 | 40 | 23 | 525 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10001101 | 0 | 101110 | 100000 | 10011 | 101010101 | 110001 | 111110 |
Color Harmonies of #CE708D
Complementary color
Monochromatic Colors of #CE708D
Black with #CE708D
Text Example
Text Example
White with #CE708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE708D; }
p { color: rgb(206,112,141); }
H1.HeaderClassName
{
color: #CE708D;
}
.AnyTagClassName
{
color: #CE708D;
}
</style>
background-color css
<style>
a { background-color: #CE708D; }
a { background-color: rgb(206,112,141); }
div.DivClassName
{
background-color: #CE708D;
}
.BgClassName
{
background-color: #CE708D;
}
</style>
border-color css
<style>
span { border-color: #CE708D; }
span { border-color: rgb(206,112,141); }
td.TdClassName
{
border-color: #CE708D;
}
.TagClassName
{
border-color: #CE708D;
}
</style>