Shades of Charm #CE717F
Tints of Charm #CE717F
RGB
CMYK
RGB Variations
Color information
#CE717F (or 0xCE717F) is known color: Charm. HEX triplet: CE, 71 and 7F. RGB value is (206,113,127). Sum of RGB (Red+Green+Blue) = 206+113+127=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE717F is #318E80. Grayscale: #8E8E8E. Windows color (decimal): -3247745 or 8352206. OLE color: 8352206.
HSL color Cylindrical-coordinate representation of color #CE717F: hue angle of 350.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE717F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 127 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.19 |
| HSL | 350.97º | 0.49% | 0.63% | - |
| HSV(B) | 350.97º | 0.45% | 0.81% | - |
| XYZ | 35.19 | 26.46 | 23.33 | - |
| YUV | 142.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 127 | 0 | 0.45 | 0.38 | 0.19 | 350.97 | 0.49 | 0.63 |
| Hex | CE | 71 | 7F | 0 | 2D | 26 | 13 | 15F | 31 | 3F |
| Octal | 316 | 161 | 177 | 0 | 55 | 46 | 23 | 537 | 61 | 77 |
| Binary | 11001110 | 1110001 | 1111111 | 0 | 101101 | 100110 | 10011 | 101011111 | 110001 | 111111 |
Color Harmonies of #CE717F
Complementary color
Monochromatic Colors of #CE717F
Black with #CE717F
Text Example
Text Example
White with #CE717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE717F; }
p { color: rgb(206,113,127); }
H1.HeaderClassName
{
color: #CE717F;
}
.AnyTagClassName
{
color: #CE717F;
}
</style>
background-color css
<style>
a { background-color: #CE717F; }
a { background-color: rgb(206,113,127); }
div.DivClassName
{
background-color: #CE717F;
}
.BgClassName
{
background-color: #CE717F;
}
</style>
border-color css
<style>
span { border-color: #CE717F; }
span { border-color: rgb(206,113,127); }
td.TdClassName
{
border-color: #CE717F;
}
.TagClassName
{
border-color: #CE717F;
}
</style>