Shades of Charm #CF647E
Tints of Charm #CF647E
RGB
CMYK
RGB Variations
Color information
#CF647E (or 0xCF647E) is known color: Charm. HEX triplet: CF, 64 and 7E. RGB value is (207,100,126). Sum of RGB (Red+Green+Blue) = 207+100+126=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF647E is #309B81. Grayscale: #868686. Windows color (decimal): -3185538 or 8283343. OLE color: 8283343.
HSL color Cylindrical-coordinate representation of color #CF647E: hue angle of 345.42º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF647E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 126 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.19 |
| HSL | 345.42º | 0.53% | 0.6% | - |
| HSV(B) | 345.42º | 0.52% | 0.81% | - |
| XYZ | 34.06 | 23.89 | 22.55 | - |
| YUV | 134.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 126 | 0 | 0.52 | 0.39 | 0.19 | 345.42 | 0.53 | 0.6 |
| Hex | CF | 64 | 7E | 0 | 34 | 27 | 13 | 159 | 35 | 3C |
| Octal | 317 | 144 | 176 | 0 | 64 | 47 | 23 | 531 | 65 | 74 |
| Binary | 11001111 | 1100100 | 1111110 | 0 | 110100 | 100111 | 10011 | 101011001 | 110101 | 111100 |
Color Harmonies of #CF647E
Complementary color
Monochromatic Colors of #CF647E
Black with #CF647E
Text Example
Text Example
White with #CF647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF647E; }
p { color: rgb(207,100,126); }
H1.HeaderClassName
{
color: #CF647E;
}
.AnyTagClassName
{
color: #CF647E;
}
</style>
background-color css
<style>
a { background-color: #CF647E; }
a { background-color: rgb(207,100,126); }
div.DivClassName
{
background-color: #CF647E;
}
.BgClassName
{
background-color: #CF647E;
}
</style>
border-color css
<style>
span { border-color: #CF647E; }
span { border-color: rgb(207,100,126); }
td.TdClassName
{
border-color: #CF647E;
}
.TagClassName
{
border-color: #CF647E;
}
</style>