Shades of Charm #CE6F8C
Tints of Charm #CE6F8C
RGB
CMYK
RGB Variations
Color information
#CE6F8C (or 0xCE6F8C) is known color: Charm. HEX triplet: CE, 6F and 8C. RGB value is (206,111,140). Sum of RGB (Red+Green+Blue) = 206+111+140=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F8C is #319073. Grayscale: #8E8E8E. Windows color (decimal): -3248244 or 9203662. OLE color: 9203662.
HSL color Cylindrical-coordinate representation of color #CE6F8C: hue angle of 341.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6F8C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 140 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.19 |
| HSL | 341.68º | 0.49% | 0.62% | - |
| HSV(B) | 341.68º | 0.46% | 0.81% | - |
| XYZ | 35.87 | 26.38 | 28.01 | - |
| YUV | 142.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 140 | 0 | 0.46 | 0.32 | 0.19 | 341.68 | 0.49 | 0.62 |
| Hex | CE | 6F | 8C | 0 | 2E | 20 | 13 | 156 | 31 | 3E |
| Octal | 316 | 157 | 214 | 0 | 56 | 40 | 23 | 526 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10001100 | 0 | 101110 | 100000 | 10011 | 101010110 | 110001 | 111110 |
Color Harmonies of #CE6F8C
Complementary color
Monochromatic Colors of #CE6F8C
Black with #CE6F8C
Text Example
Text Example
White with #CE6F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F8C; }
p { color: rgb(206,111,140); }
H1.HeaderClassName
{
color: #CE6F8C;
}
.AnyTagClassName
{
color: #CE6F8C;
}
</style>
background-color css
<style>
a { background-color: #CE6F8C; }
a { background-color: rgb(206,111,140); }
div.DivClassName
{
background-color: #CE6F8C;
}
.BgClassName
{
background-color: #CE6F8C;
}
</style>
border-color css
<style>
span { border-color: #CE6F8C; }
span { border-color: rgb(206,111,140); }
td.TdClassName
{
border-color: #CE6F8C;
}
.TagClassName
{
border-color: #CE6F8C;
}
</style>