Shades of Charm #CF6E8C
Tints of Charm #CF6E8C
RGB
CMYK
RGB Variations
Color information
#CF6E8C (or 0xCF6E8C) is known color: Charm. HEX triplet: CF, 6E and 8C. RGB value is (207,110,140). Sum of RGB (Red+Green+Blue) = 207+110+140=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6E8C is #309173. Grayscale: #8E8E8E. Windows color (decimal): -3182964 or 9203407. OLE color: 9203407.
HSL color Cylindrical-coordinate representation of color #CF6E8C: hue angle of 341.44º 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 #CF6E8C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 140 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.19 |
| HSL | 341.44º | 0.5% | 0.62% | - |
| HSV(B) | 341.44º | 0.47% | 0.81% | - |
| XYZ | 36.04 | 26.31 | 27.99 | - |
| YUV | 142.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 140 | 0 | 0.47 | 0.32 | 0.19 | 341.44 | 0.5 | 0.62 |
| Hex | CF | 6E | 8C | 0 | 2F | 20 | 13 | 155 | 32 | 3E |
| Octal | 317 | 156 | 214 | 0 | 57 | 40 | 23 | 525 | 62 | 76 |
| Binary | 11001111 | 1101110 | 10001100 | 0 | 101111 | 100000 | 10011 | 101010101 | 110010 | 111110 |
Color Harmonies of #CF6E8C
Complementary color
Monochromatic Colors of #CF6E8C
Black with #CF6E8C
Text Example
Text Example
White with #CF6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E8C; }
p { color: rgb(207,110,140); }
H1.HeaderClassName
{
color: #CF6E8C;
}
.AnyTagClassName
{
color: #CF6E8C;
}
</style>
background-color css
<style>
a { background-color: #CF6E8C; }
a { background-color: rgb(207,110,140); }
div.DivClassName
{
background-color: #CF6E8C;
}
.BgClassName
{
background-color: #CF6E8C;
}
</style>
border-color css
<style>
span { border-color: #CF6E8C; }
span { border-color: rgb(207,110,140); }
td.TdClassName
{
border-color: #CF6E8C;
}
.TagClassName
{
border-color: #CF6E8C;
}
</style>