Shades of Charm #CE6985
Tints of Charm #CE6985
RGB
CMYK
RGB Variations
Color information
#CE6985 (or 0xCE6985) is known color: Charm. HEX triplet: CE, 69 and 85. RGB value is (206,105,133). Sum of RGB (Red+Green+Blue) = 206+105+133=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6985 is #31967A. Grayscale: #8A8A8A. Windows color (decimal): -3249787 or 8743374. OLE color: 8743374.
HSL color Cylindrical-coordinate representation of color #CE6985: hue angle of 343.37º 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 #CE6985 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 133 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.19 |
| HSL | 343.37º | 0.51% | 0.61% | - |
| HSV(B) | 343.37º | 0.49% | 0.81% | - |
| XYZ | 34.74 | 24.92 | 25.17 | - |
| YUV | 138.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 133 | 0 | 0.49 | 0.35 | 0.19 | 343.37 | 0.51 | 0.61 |
| Hex | CE | 69 | 85 | 0 | 31 | 23 | 13 | 157 | 33 | 3D |
| Octal | 316 | 151 | 205 | 0 | 61 | 43 | 23 | 527 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10000101 | 0 | 110001 | 100011 | 10011 | 101010111 | 110011 | 111101 |
Color Harmonies of #CE6985
Complementary color
Monochromatic Colors of #CE6985
Black with #CE6985
Text Example
Text Example
White with #CE6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6985; }
p { color: rgb(206,105,133); }
H1.HeaderClassName
{
color: #CE6985;
}
.AnyTagClassName
{
color: #CE6985;
}
</style>
background-color css
<style>
a { background-color: #CE6985; }
a { background-color: rgb(206,105,133); }
div.DivClassName
{
background-color: #CE6985;
}
.BgClassName
{
background-color: #CE6985;
}
</style>
border-color css
<style>
span { border-color: #CE6985; }
span { border-color: rgb(206,105,133); }
td.TdClassName
{
border-color: #CE6985;
}
.TagClassName
{
border-color: #CE6985;
}
</style>