Shades of Charm #CF6C86
Tints of Charm #CF6C86
RGB
CMYK
RGB Variations
Color information
#CF6C86 (or 0xCF6C86) is known color: Charm. HEX triplet: CF, 6C and 86. RGB value is (207,108,134). Sum of RGB (Red+Green+Blue) = 207+108+134=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C86 is #309379. Grayscale: #8C8C8C. Windows color (decimal): -3183482 or 8809679. OLE color: 8809679.
HSL color Cylindrical-coordinate representation of color #CF6C86: hue angle of 344.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6C86 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 134 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.19 |
| HSL | 344.24º | 0.51% | 0.62% | - |
| HSV(B) | 344.24º | 0.48% | 0.81% | - |
| XYZ | 35.4 | 25.71 | 25.65 | - |
| YUV | 140.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 134 | 0 | 0.48 | 0.35 | 0.19 | 344.24 | 0.51 | 0.62 |
| Hex | CF | 6C | 86 | 0 | 30 | 23 | 13 | 158 | 33 | 3E |
| Octal | 317 | 154 | 206 | 0 | 60 | 43 | 23 | 530 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10000110 | 0 | 110000 | 100011 | 10011 | 101011000 | 110011 | 111110 |
Color Harmonies of #CF6C86
Complementary color
Monochromatic Colors of #CF6C86
Black with #CF6C86
Text Example
Text Example
White with #CF6C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C86; }
p { color: rgb(207,108,134); }
H1.HeaderClassName
{
color: #CF6C86;
}
.AnyTagClassName
{
color: #CF6C86;
}
</style>
background-color css
<style>
a { background-color: #CF6C86; }
a { background-color: rgb(207,108,134); }
div.DivClassName
{
background-color: #CF6C86;
}
.BgClassName
{
background-color: #CF6C86;
}
</style>
border-color css
<style>
span { border-color: #CF6C86; }
span { border-color: rgb(207,108,134); }
td.TdClassName
{
border-color: #CF6C86;
}
.TagClassName
{
border-color: #CF6C86;
}
</style>