Shades of Charm #CF707F
Tints of Charm #CF707F
RGB
CMYK
RGB Variations
Color information
#CF707F (or 0xCF707F) is known color: Charm. HEX triplet: CF, 70 and 7F. RGB value is (207,112,127). Sum of RGB (Red+Green+Blue) = 207+112+127=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF707F is #308F80. Grayscale: #8E8E8E. Windows color (decimal): -3182465 or 8351951. OLE color: 8351951.
HSL color Cylindrical-coordinate representation of color #CF707F: hue angle of 350.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF707F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 127 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.19 |
| HSL | 350.53º | 0.5% | 0.63% | - |
| HSV(B) | 350.53º | 0.46% | 0.81% | - |
| XYZ | 35.36 | 26.39 | 23.31 | - |
| YUV | 142.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 127 | 0 | 0.46 | 0.39 | 0.19 | 350.53 | 0.5 | 0.63 |
| Hex | CF | 70 | 7F | 0 | 2E | 27 | 13 | 15F | 32 | 3F |
| Octal | 317 | 160 | 177 | 0 | 56 | 47 | 23 | 537 | 62 | 77 |
| Binary | 11001111 | 1110000 | 1111111 | 0 | 101110 | 100111 | 10011 | 101011111 | 110010 | 111111 |
Color Harmonies of #CF707F
Complementary color
Monochromatic Colors of #CF707F
Black with #CF707F
Text Example
Text Example
White with #CF707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF707F; }
p { color: rgb(207,112,127); }
H1.HeaderClassName
{
color: #CF707F;
}
.AnyTagClassName
{
color: #CF707F;
}
</style>
background-color css
<style>
a { background-color: #CF707F; }
a { background-color: rgb(207,112,127); }
div.DivClassName
{
background-color: #CF707F;
}
.BgClassName
{
background-color: #CF707F;
}
</style>
border-color css
<style>
span { border-color: #CF707F; }
span { border-color: rgb(207,112,127); }
td.TdClassName
{
border-color: #CF707F;
}
.TagClassName
{
border-color: #CF707F;
}
</style>