Shades of Charm #CE7684
Tints of Charm #CE7684
RGB
CMYK
RGB Variations
Color information
#CE7684 (or 0xCE7684) is known color: Charm. HEX triplet: CE, 76 and 84. RGB value is (206,118,132). Sum of RGB (Red+Green+Blue) = 206+118+132=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7684 is #31897B. Grayscale: #919191. Windows color (decimal): -3246460 or 8681166. OLE color: 8681166.
HSL color Cylindrical-coordinate representation of color #CE7684: hue angle of 350.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7684 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 132 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.19 |
| HSL | 350.45º | 0.47% | 0.64% | - |
| HSV(B) | 350.45º | 0.43% | 0.81% | - |
| XYZ | 36.1 | 27.74 | 25.28 | - |
| YUV | 145.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 132 | 0 | 0.43 | 0.36 | 0.19 | 350.45 | 0.47 | 0.64 |
| Hex | CE | 76 | 84 | 0 | 2B | 24 | 13 | 15E | 2F | 40 |
| Octal | 316 | 166 | 204 | 0 | 53 | 44 | 23 | 536 | 57 | 100 |
| Binary | 11001110 | 1110110 | 10000100 | 0 | 101011 | 100100 | 10011 | 101011110 | 101111 | 1000000 |
Color Harmonies of #CE7684
Complementary color
Monochromatic Colors of #CE7684
Black with #CE7684
Text Example
Text Example
White with #CE7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7684; }
p { color: rgb(206,118,132); }
H1.HeaderClassName
{
color: #CE7684;
}
.AnyTagClassName
{
color: #CE7684;
}
</style>
background-color css
<style>
a { background-color: #CE7684; }
a { background-color: rgb(206,118,132); }
div.DivClassName
{
background-color: #CE7684;
}
.BgClassName
{
background-color: #CE7684;
}
</style>
border-color css
<style>
span { border-color: #CE7684; }
span { border-color: rgb(206,118,132); }
td.TdClassName
{
border-color: #CE7684;
}
.TagClassName
{
border-color: #CE7684;
}
</style>