Shades of Charm #CE7490
Tints of Charm #CE7490
RGB
CMYK
RGB Variations
Color information
#CE7490 (or 0xCE7490) is known color: Charm. HEX triplet: CE, 74 and 90. RGB value is (206,116,144). Sum of RGB (Red+Green+Blue) = 206+116+144=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7490 is #318B6F. Grayscale: #929292. Windows color (decimal): -3246960 or 9467086. OLE color: 9467086.
HSL color Cylindrical-coordinate representation of color #CE7490: hue angle of 341.33º 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 #CE7490 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 144 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.19 |
| HSL | 341.33º | 0.48% | 0.63% | - |
| HSV(B) | 341.33º | 0.44% | 0.81% | - |
| XYZ | 36.73 | 27.63 | 29.78 | - |
| YUV | 146.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 144 | 0 | 0.44 | 0.30 | 0.19 | 341.33 | 0.48 | 0.63 |
| Hex | CE | 74 | 90 | 0 | 2C | 1E | 13 | 155 | 30 | 3F |
| Octal | 316 | 164 | 220 | 0 | 54 | 36 | 23 | 525 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10010000 | 0 | 101100 | 11110 | 10011 | 101010101 | 110000 | 111111 |
Color Harmonies of #CE7490
Complementary color
Monochromatic Colors of #CE7490
Black with #CE7490
Text Example
Text Example
White with #CE7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7490; }
p { color: rgb(206,116,144); }
H1.HeaderClassName
{
color: #CE7490;
}
.AnyTagClassName
{
color: #CE7490;
}
</style>
background-color css
<style>
a { background-color: #CE7490; }
a { background-color: rgb(206,116,144); }
div.DivClassName
{
background-color: #CE7490;
}
.BgClassName
{
background-color: #CE7490;
}
</style>
border-color css
<style>
span { border-color: #CE7490; }
span { border-color: rgb(206,116,144); }
td.TdClassName
{
border-color: #CE7490;
}
.TagClassName
{
border-color: #CE7490;
}
</style>