Shades of Charm #CE707D
Tints of Charm #CE707D
RGB
CMYK
RGB Variations
Color information
#CE707D (or 0xCE707D) is known color: Charm. HEX triplet: CE, 70 and 7D. RGB value is (206,112,125). Sum of RGB (Red+Green+Blue) = 206+112+125=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE707D is #318F82. Grayscale: #8D8D8D. Windows color (decimal): -3248003 or 8220878. OLE color: 8220878.
HSL color Cylindrical-coordinate representation of color #CE707D: hue angle of 351.7º 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 #CE707D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 125 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.19 |
| HSL | 351.7º | 0.49% | 0.62% | - |
| HSV(B) | 351.7º | 0.46% | 0.81% | - |
| XYZ | 34.95 | 26.19 | 22.62 | - |
| YUV | 141.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 125 | 0 | 0.46 | 0.39 | 0.19 | 351.7 | 0.49 | 0.62 |
| Hex | CE | 70 | 7D | 0 | 2E | 27 | 13 | 160 | 31 | 3E |
| Octal | 316 | 160 | 175 | 0 | 56 | 47 | 23 | 540 | 61 | 76 |
| Binary | 11001110 | 1110000 | 1111101 | 0 | 101110 | 100111 | 10011 | 101100000 | 110001 | 111110 |
Color Harmonies of #CE707D
Complementary color
Monochromatic Colors of #CE707D
Black with #CE707D
Text Example
Text Example
White with #CE707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE707D; }
p { color: rgb(206,112,125); }
H1.HeaderClassName
{
color: #CE707D;
}
.AnyTagClassName
{
color: #CE707D;
}
</style>
background-color css
<style>
a { background-color: #CE707D; }
a { background-color: rgb(206,112,125); }
div.DivClassName
{
background-color: #CE707D;
}
.BgClassName
{
background-color: #CE707D;
}
</style>
border-color css
<style>
span { border-color: #CE707D; }
span { border-color: rgb(206,112,125); }
td.TdClassName
{
border-color: #CE707D;
}
.TagClassName
{
border-color: #CE707D;
}
</style>