Shades of Charm #CE748F
Tints of Charm #CE748F
RGB
CMYK
RGB Variations
Color information
#CE748F (or 0xCE748F) is known color: Charm. HEX triplet: CE, 74 and 8F. RGB value is (206,116,143). Sum of RGB (Red+Green+Blue) = 206+116+143=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE748F is #318B70. Grayscale: #919191. Windows color (decimal): -3246961 or 9401550. OLE color: 9401550.
HSL color Cylindrical-coordinate representation of color #CE748F: hue angle of 342º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE748F is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 143 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.19 |
| HSL | 342º | 0.48% | 0.63% | - |
| HSV(B) | 342º | 0.44% | 0.81% | - |
| XYZ | 36.66 | 27.6 | 29.38 | - |
| YUV | 145.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 143 | 0 | 0.44 | 0.31 | 0.19 | 342 | 0.48 | 0.63 |
| Hex | CE | 74 | 8F | 0 | 2C | 1F | 13 | 156 | 30 | 3F |
| Octal | 316 | 164 | 217 | 0 | 54 | 37 | 23 | 526 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10001111 | 0 | 101100 | 11111 | 10011 | 101010110 | 110000 | 111111 |
Color Harmonies of #CE748F
Complementary color
Monochromatic Colors of #CE748F
Black with #CE748F
Text Example
Text Example
White with #CE748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE748F; }
p { color: rgb(206,116,143); }
H1.HeaderClassName
{
color: #CE748F;
}
.AnyTagClassName
{
color: #CE748F;
}
</style>
background-color css
<style>
a { background-color: #CE748F; }
a { background-color: rgb(206,116,143); }
div.DivClassName
{
background-color: #CE748F;
}
.BgClassName
{
background-color: #CE748F;
}
</style>
border-color css
<style>
span { border-color: #CE748F; }
span { border-color: rgb(206,116,143); }
td.TdClassName
{
border-color: #CE748F;
}
.TagClassName
{
border-color: #CE748F;
}
</style>