Shades of Charm #CF6E84
Tints of Charm #CF6E84
RGB
CMYK
RGB Variations
Color information
#CF6E84 (or 0xCF6E84) is known color: Charm. HEX triplet: CF, 6E and 84. RGB value is (207,110,132). Sum of RGB (Red+Green+Blue) = 207+110+132=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6E84 is #30917B. Grayscale: #8D8D8D. Windows color (decimal): -3182972 or 8679119. OLE color: 8679119.
HSL color Cylindrical-coordinate representation of color #CF6E84: hue angle of 346.39º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6E84 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 132 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.19 |
| HSL | 346.39º | 0.5% | 0.62% | - |
| HSV(B) | 346.39º | 0.47% | 0.81% | - |
| XYZ | 35.47 | 26.08 | 24.99 | - |
| YUV | 141.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 132 | 0 | 0.47 | 0.36 | 0.19 | 346.39 | 0.5 | 0.62 |
| Hex | CF | 6E | 84 | 0 | 2F | 24 | 13 | 15A | 32 | 3E |
| Octal | 317 | 156 | 204 | 0 | 57 | 44 | 23 | 532 | 62 | 76 |
| Binary | 11001111 | 1101110 | 10000100 | 0 | 101111 | 100100 | 10011 | 101011010 | 110010 | 111110 |
Color Harmonies of #CF6E84
Complementary color
Monochromatic Colors of #CF6E84
Black with #CF6E84
Text Example
Text Example
White with #CF6E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E84; }
p { color: rgb(207,110,132); }
H1.HeaderClassName
{
color: #CF6E84;
}
.AnyTagClassName
{
color: #CF6E84;
}
</style>
background-color css
<style>
a { background-color: #CF6E84; }
a { background-color: rgb(207,110,132); }
div.DivClassName
{
background-color: #CF6E84;
}
.BgClassName
{
background-color: #CF6E84;
}
</style>
border-color css
<style>
span { border-color: #CF6E84; }
span { border-color: rgb(207,110,132); }
td.TdClassName
{
border-color: #CF6E84;
}
.TagClassName
{
border-color: #CF6E84;
}
</style>