Shades of Charm #CF6686
Tints of Charm #CF6686
RGB
CMYK
RGB Variations
Color information
#CF6686 (or 0xCF6686) is known color: Charm. HEX triplet: CF, 66 and 86. RGB value is (207,102,134). Sum of RGB (Red+Green+Blue) = 207+102+134=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6686 is #309979. Grayscale: #898989. Windows color (decimal): -3185018 or 8808143. OLE color: 8808143.
HSL color Cylindrical-coordinate representation of color #CF6686: hue angle of 341.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6686 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 134 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.19 |
| HSL | 341.71º | 0.52% | 0.61% | - |
| HSV(B) | 341.71º | 0.51% | 0.81% | - |
| XYZ | 34.79 | 24.49 | 25.45 | - |
| YUV | 137.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 134 | 0 | 0.51 | 0.35 | 0.19 | 341.71 | 0.52 | 0.61 |
| Hex | CF | 66 | 86 | 0 | 33 | 23 | 13 | 156 | 34 | 3D |
| Octal | 317 | 146 | 206 | 0 | 63 | 43 | 23 | 526 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10000110 | 0 | 110011 | 100011 | 10011 | 101010110 | 110100 | 111101 |
Color Harmonies of #CF6686
Complementary color
Monochromatic Colors of #CF6686
Black with #CF6686
Text Example
Text Example
White with #CF6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6686; }
p { color: rgb(207,102,134); }
H1.HeaderClassName
{
color: #CF6686;
}
.AnyTagClassName
{
color: #CF6686;
}
</style>
background-color css
<style>
a { background-color: #CF6686; }
a { background-color: rgb(207,102,134); }
div.DivClassName
{
background-color: #CF6686;
}
.BgClassName
{
background-color: #CF6686;
}
</style>
border-color css
<style>
span { border-color: #CF6686; }
span { border-color: rgb(207,102,134); }
td.TdClassName
{
border-color: #CF6686;
}
.TagClassName
{
border-color: #CF6686;
}
</style>