Shades of Charm #CF6F8D
Tints of Charm #CF6F8D
RGB
CMYK
RGB Variations
Color information
#CF6F8D (or 0xCF6F8D) is known color: Charm. HEX triplet: CF, 6F and 8D. RGB value is (207,111,141). Sum of RGB (Red+Green+Blue) = 207+111+141=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F8D is #309072. Grayscale: #8F8F8F. Windows color (decimal): -3182707 or 9269199. OLE color: 9269199.
HSL color Cylindrical-coordinate representation of color #CF6F8D: hue angle of 341.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F8D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 141 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.19 |
| HSL | 341.25º | 0.5% | 0.62% | - |
| HSV(B) | 341.25º | 0.46% | 0.81% | - |
| XYZ | 36.22 | 26.56 | 28.42 | - |
| YUV | 143.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 141 | 0 | 0.46 | 0.32 | 0.19 | 341.25 | 0.5 | 0.62 |
| Hex | CF | 6F | 8D | 0 | 2E | 20 | 13 | 155 | 32 | 3E |
| Octal | 317 | 157 | 215 | 0 | 56 | 40 | 23 | 525 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10001101 | 0 | 101110 | 100000 | 10011 | 101010101 | 110010 | 111110 |
Color Harmonies of #CF6F8D
Complementary color
Monochromatic Colors of #CF6F8D
Black with #CF6F8D
Text Example
Text Example
White with #CF6F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F8D; }
p { color: rgb(207,111,141); }
H1.HeaderClassName
{
color: #CF6F8D;
}
.AnyTagClassName
{
color: #CF6F8D;
}
</style>
background-color css
<style>
a { background-color: #CF6F8D; }
a { background-color: rgb(207,111,141); }
div.DivClassName
{
background-color: #CF6F8D;
}
.BgClassName
{
background-color: #CF6F8D;
}
</style>
border-color css
<style>
span { border-color: #CF6F8D; }
span { border-color: rgb(207,111,141); }
td.TdClassName
{
border-color: #CF6F8D;
}
.TagClassName
{
border-color: #CF6F8D;
}
</style>