Shades of Charm #CE7994
Tints of Charm #CE7994
RGB
CMYK
RGB Variations
Color information
#CE7994 (or 0xCE7994) is known color: Charm. HEX triplet: CE, 79 and 94. RGB value is (206,121,148). Sum of RGB (Red+Green+Blue) = 206+121+148=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7994 is #31866B. Grayscale: #959595. Windows color (decimal): -3245676 or 9730510. OLE color: 9730510.
HSL color Cylindrical-coordinate representation of color #CE7994: hue angle of 340.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7994 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 148 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.19 |
| HSL | 340.94º | 0.46% | 0.64% | - |
| HSV(B) | 340.94º | 0.41% | 0.81% | - |
| XYZ | 37.64 | 28.93 | 31.62 | - |
| YUV | 149.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 148 | 0 | 0.41 | 0.28 | 0.19 | 340.94 | 0.46 | 0.64 |
| Hex | CE | 79 | 94 | 0 | 29 | 1C | 13 | 155 | 2E | 40 |
| Octal | 316 | 171 | 224 | 0 | 51 | 34 | 23 | 525 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10010100 | 0 | 101001 | 11100 | 10011 | 101010101 | 101110 | 1000000 |
Color Harmonies of #CE7994
Complementary color
Monochromatic Colors of #CE7994
Black with #CE7994
Text Example
Text Example
White with #CE7994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7994; }
p { color: rgb(206,121,148); }
H1.HeaderClassName
{
color: #CE7994;
}
.AnyTagClassName
{
color: #CE7994;
}
</style>
background-color css
<style>
a { background-color: #CE7994; }
a { background-color: rgb(206,121,148); }
div.DivClassName
{
background-color: #CE7994;
}
.BgClassName
{
background-color: #CE7994;
}
</style>
border-color css
<style>
span { border-color: #CE7994; }
span { border-color: rgb(206,121,148); }
td.TdClassName
{
border-color: #CE7994;
}
.TagClassName
{
border-color: #CE7994;
}
</style>