Shades of Charm #CE7E90
Tints of Charm #CE7E90
RGB
CMYK
RGB Variations
Color information
#CE7E90 (or 0xCE7E90) is known color: Charm. HEX triplet: CE, 7E and 90. RGB value is (206,126,144). Sum of RGB (Red+Green+Blue) = 206+126+144=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E90 is #31816F. Grayscale: #979797. Windows color (decimal): -3244400 or 9469646. OLE color: 9469646.
HSL color Cylindrical-coordinate representation of color #CE7E90: hue angle of 346.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7E90 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 144 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.19 |
| HSL | 346.5º | 0.45% | 0.65% | - |
| HSV(B) | 346.5º | 0.39% | 0.81% | - |
| XYZ | 37.95 | 30.06 | 30.19 | - |
| YUV | 151.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 144 | 0 | 0.39 | 0.30 | 0.19 | 346.5 | 0.45 | 0.65 |
| Hex | CE | 7E | 90 | 0 | 27 | 1E | 13 | 15A | 2D | 41 |
| Octal | 316 | 176 | 220 | 0 | 47 | 36 | 23 | 532 | 55 | 101 |
| Binary | 11001110 | 1111110 | 10010000 | 0 | 100111 | 11110 | 10011 | 101011010 | 101101 | 1000001 |
Color Harmonies of #CE7E90
Complementary color
Monochromatic Colors of #CE7E90
Black with #CE7E90
Text Example
Text Example
White with #CE7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E90; }
p { color: rgb(206,126,144); }
H1.HeaderClassName
{
color: #CE7E90;
}
.AnyTagClassName
{
color: #CE7E90;
}
</style>
background-color css
<style>
a { background-color: #CE7E90; }
a { background-color: rgb(206,126,144); }
div.DivClassName
{
background-color: #CE7E90;
}
.BgClassName
{
background-color: #CE7E90;
}
</style>
border-color css
<style>
span { border-color: #CE7E90; }
span { border-color: rgb(206,126,144); }
td.TdClassName
{
border-color: #CE7E90;
}
.TagClassName
{
border-color: #CE7E90;
}
</style>