Shades of Charm #CE7A8D
Tints of Charm #CE7A8D
RGB
CMYK
RGB Variations
Color information
#CE7A8D (or 0xCE7A8D) is known color: Charm. HEX triplet: CE, 7A and 8D. RGB value is (206,122,141). Sum of RGB (Red+Green+Blue) = 206+122+141=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A8D is #318572. Grayscale: #959595. Windows color (decimal): -3245427 or 9272014. OLE color: 9272014.
HSL color Cylindrical-coordinate representation of color #CE7A8D: hue angle of 346.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7A8D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 141 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.19 |
| HSL | 346.43º | 0.46% | 0.64% | - |
| HSV(B) | 346.43º | 0.41% | 0.81% | - |
| XYZ | 37.22 | 28.96 | 28.83 | - |
| YUV | 149.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 141 | 0 | 0.41 | 0.32 | 0.19 | 346.43 | 0.46 | 0.64 |
| Hex | CE | 7A | 8D | 0 | 29 | 20 | 13 | 15A | 2E | 40 |
| Octal | 316 | 172 | 215 | 0 | 51 | 40 | 23 | 532 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10001101 | 0 | 101001 | 100000 | 10011 | 101011010 | 101110 | 1000000 |
Color Harmonies of #CE7A8D
Complementary color
Monochromatic Colors of #CE7A8D
Black with #CE7A8D
Text Example
Text Example
White with #CE7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A8D; }
p { color: rgb(206,122,141); }
H1.HeaderClassName
{
color: #CE7A8D;
}
.AnyTagClassName
{
color: #CE7A8D;
}
</style>
background-color css
<style>
a { background-color: #CE7A8D; }
a { background-color: rgb(206,122,141); }
div.DivClassName
{
background-color: #CE7A8D;
}
.BgClassName
{
background-color: #CE7A8D;
}
</style>
border-color css
<style>
span { border-color: #CE7A8D; }
span { border-color: rgb(206,122,141); }
td.TdClassName
{
border-color: #CE7A8D;
}
.TagClassName
{
border-color: #CE7A8D;
}
</style>