Shades of Charm #CE6982
Tints of Charm #CE6982
RGB
CMYK
RGB Variations
Color information
#CE6982 (or 0xCE6982) is known color: Charm. HEX triplet: CE, 69 and 82. RGB value is (206,105,130). Sum of RGB (Red+Green+Blue) = 206+105+130=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6982 is #31967D. Grayscale: #8A8A8A. Windows color (decimal): -3249790 or 8546766. OLE color: 8546766.
HSL color Cylindrical-coordinate representation of color #CE6982: hue angle of 345.15º 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 #CE6982 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 130 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.19 |
| HSL | 345.15º | 0.51% | 0.61% | - |
| HSV(B) | 345.15º | 0.49% | 0.81% | - |
| XYZ | 34.53 | 24.84 | 24.09 | - |
| YUV | 138.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 130 | 0 | 0.49 | 0.37 | 0.19 | 345.15 | 0.51 | 0.61 |
| Hex | CE | 69 | 82 | 0 | 31 | 25 | 13 | 159 | 33 | 3D |
| Octal | 316 | 151 | 202 | 0 | 61 | 45 | 23 | 531 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10000010 | 0 | 110001 | 100101 | 10011 | 101011001 | 110011 | 111101 |
Color Harmonies of #CE6982
Complementary color
Monochromatic Colors of #CE6982
Black with #CE6982
Text Example
Text Example
White with #CE6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6982; }
p { color: rgb(206,105,130); }
H1.HeaderClassName
{
color: #CE6982;
}
.AnyTagClassName
{
color: #CE6982;
}
</style>
background-color css
<style>
a { background-color: #CE6982; }
a { background-color: rgb(206,105,130); }
div.DivClassName
{
background-color: #CE6982;
}
.BgClassName
{
background-color: #CE6982;
}
</style>
border-color css
<style>
span { border-color: #CE6982; }
span { border-color: rgb(206,105,130); }
td.TdClassName
{
border-color: #CE6982;
}
.TagClassName
{
border-color: #CE6982;
}
</style>