Shades of Charm #CF6D7C
Tints of Charm #CF6D7C
RGB
CMYK
RGB Variations
Color information
#CF6D7C (or 0xCF6D7C) is known color: Charm. HEX triplet: CF, 6D and 7C. RGB value is (207,109,124). Sum of RGB (Red+Green+Blue) = 207+109+124=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D7C is #309283. Grayscale: #8C8C8C. Windows color (decimal): -3183236 or 8154575. OLE color: 8154575.
HSL color Cylindrical-coordinate representation of color #CF6D7C: hue angle of 350.82º degrees, saturation: 0.51, 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 #CF6D7C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 124 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.19 |
| HSL | 350.82º | 0.51% | 0.62% | - |
| HSV(B) | 350.82º | 0.47% | 0.81% | - |
| XYZ | 34.84 | 25.66 | 22.19 | - |
| YUV | 140.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 124 | 0 | 0.47 | 0.40 | 0.19 | 350.82 | 0.51 | 0.62 |
| Hex | CF | 6D | 7C | 0 | 2F | 28 | 13 | 15F | 33 | 3E |
| Octal | 317 | 155 | 174 | 0 | 57 | 50 | 23 | 537 | 63 | 76 |
| Binary | 11001111 | 1101101 | 1111100 | 0 | 101111 | 101000 | 10011 | 101011111 | 110011 | 111110 |
Color Harmonies of #CF6D7C
Complementary color
Monochromatic Colors of #CF6D7C
Black with #CF6D7C
Text Example
Text Example
White with #CF6D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D7C; }
p { color: rgb(207,109,124); }
H1.HeaderClassName
{
color: #CF6D7C;
}
.AnyTagClassName
{
color: #CF6D7C;
}
</style>
background-color css
<style>
a { background-color: #CF6D7C; }
a { background-color: rgb(207,109,124); }
div.DivClassName
{
background-color: #CF6D7C;
}
.BgClassName
{
background-color: #CF6D7C;
}
</style>
border-color css
<style>
span { border-color: #CF6D7C; }
span { border-color: rgb(207,109,124); }
td.TdClassName
{
border-color: #CF6D7C;
}
.TagClassName
{
border-color: #CF6D7C;
}
</style>