Shades of Charm #CE757E
Tints of Charm #CE757E
RGB
CMYK
RGB Variations
Color information
#CE757E (or 0xCE757E) is known color: Charm. HEX triplet: CE, 75 and 7E. RGB value is (206,117,126). Sum of RGB (Red+Green+Blue) = 206+117+126=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE757E is #318A81. Grayscale: #909090. Windows color (decimal): -3246722 or 8287694. OLE color: 8287694.
HSL color Cylindrical-coordinate representation of color #CE757E: hue angle of 353.93º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE757E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 126 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.19 |
| HSL | 353.93º | 0.48% | 0.63% | - |
| HSV(B) | 353.93º | 0.43% | 0.81% | - |
| XYZ | 35.58 | 27.35 | 23.14 | - |
| YUV | 144.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 126 | 0 | 0.43 | 0.39 | 0.19 | 353.93 | 0.48 | 0.63 |
| Hex | CE | 75 | 7E | 0 | 2B | 27 | 13 | 162 | 30 | 3F |
| Octal | 316 | 165 | 176 | 0 | 53 | 47 | 23 | 542 | 60 | 77 |
| Binary | 11001110 | 1110101 | 1111110 | 0 | 101011 | 100111 | 10011 | 101100010 | 110000 | 111111 |
Color Harmonies of #CE757E
Complementary color
Monochromatic Colors of #CE757E
Black with #CE757E
Text Example
Text Example
White with #CE757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE757E; }
p { color: rgb(206,117,126); }
H1.HeaderClassName
{
color: #CE757E;
}
.AnyTagClassName
{
color: #CE757E;
}
</style>
background-color css
<style>
a { background-color: #CE757E; }
a { background-color: rgb(206,117,126); }
div.DivClassName
{
background-color: #CE757E;
}
.BgClassName
{
background-color: #CE757E;
}
</style>
border-color css
<style>
span { border-color: #CE757E; }
span { border-color: rgb(206,117,126); }
td.TdClassName
{
border-color: #CE757E;
}
.TagClassName
{
border-color: #CE757E;
}
</style>