Shades of Charm #CF707E
Tints of Charm #CF707E
RGB
CMYK
RGB Variations
Color information
#CF707E (or 0xCF707E) is known color: Charm. HEX triplet: CF, 70 and 7E. RGB value is (207,112,126). Sum of RGB (Red+Green+Blue) = 207+112+126=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF707E is #308F81. Grayscale: #8E8E8E. Windows color (decimal): -3182466 or 8286415. OLE color: 8286415.
HSL color Cylindrical-coordinate representation of color #CF707E: hue angle of 351.16º 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 #CF707E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 126 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.19 |
| HSL | 351.16º | 0.5% | 0.63% | - |
| HSV(B) | 351.16º | 0.46% | 0.81% | - |
| XYZ | 35.29 | 26.36 | 22.97 | - |
| YUV | 142 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 126 | 0 | 0.46 | 0.39 | 0.19 | 351.16 | 0.5 | 0.63 |
| Hex | CF | 70 | 7E | 0 | 2E | 27 | 13 | 15F | 32 | 3F |
| Octal | 317 | 160 | 176 | 0 | 56 | 47 | 23 | 537 | 62 | 77 |
| Binary | 11001111 | 1110000 | 1111110 | 0 | 101110 | 100111 | 10011 | 101011111 | 110010 | 111111 |
Color Harmonies of #CF707E
Complementary color
Monochromatic Colors of #CF707E
Black with #CF707E
Text Example
Text Example
White with #CF707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF707E; }
p { color: rgb(207,112,126); }
H1.HeaderClassName
{
color: #CF707E;
}
.AnyTagClassName
{
color: #CF707E;
}
</style>
background-color css
<style>
a { background-color: #CF707E; }
a { background-color: rgb(207,112,126); }
div.DivClassName
{
background-color: #CF707E;
}
.BgClassName
{
background-color: #CF707E;
}
</style>
border-color css
<style>
span { border-color: #CF707E; }
span { border-color: rgb(207,112,126); }
td.TdClassName
{
border-color: #CF707E;
}
.TagClassName
{
border-color: #CF707E;
}
</style>