Shades of Charm #CE6980
Tints of Charm #CE6980
RGB
CMYK
RGB Variations
Color information
#CE6980 (or 0xCE6980) is known color: Charm. HEX triplet: CE, 69 and 80. RGB value is (206,105,128). Sum of RGB (Red+Green+Blue) = 206+105+128=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6980 is #31967F. Grayscale: #898989. Windows color (decimal): -3249792 or 8415694. OLE color: 8415694.
HSL color Cylindrical-coordinate representation of color #CE6980: hue angle of 346.34º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6980 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 128 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.19 |
| HSL | 346.34º | 0.51% | 0.61% | - |
| HSV(B) | 346.34º | 0.49% | 0.81% | - |
| XYZ | 34.4 | 24.78 | 23.39 | - |
| YUV | 137.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 128 | 0 | 0.49 | 0.38 | 0.19 | 346.34 | 0.51 | 0.61 |
| Hex | CE | 69 | 80 | 0 | 31 | 26 | 13 | 15A | 33 | 3D |
| Octal | 316 | 151 | 200 | 0 | 61 | 46 | 23 | 532 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10000000 | 0 | 110001 | 100110 | 10011 | 101011010 | 110011 | 111101 |
Color Harmonies of #CE6980
Complementary color
Monochromatic Colors of #CE6980
Black with #CE6980
Text Example
Text Example
White with #CE6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6980; }
p { color: rgb(206,105,128); }
H1.HeaderClassName
{
color: #CE6980;
}
.AnyTagClassName
{
color: #CE6980;
}
</style>
background-color css
<style>
a { background-color: #CE6980; }
a { background-color: rgb(206,105,128); }
div.DivClassName
{
background-color: #CE6980;
}
.BgClassName
{
background-color: #CE6980;
}
</style>
border-color css
<style>
span { border-color: #CE6980; }
span { border-color: rgb(206,105,128); }
td.TdClassName
{
border-color: #CE6980;
}
.TagClassName
{
border-color: #CE6980;
}
</style>