Shades of Charm #CF627E
Tints of Charm #CF627E
RGB
CMYK
RGB Variations
Color information
#CF627E (or 0xCF627E) is known color: Charm. HEX triplet: CF, 62 and 7E. RGB value is (207,98,126). Sum of RGB (Red+Green+Blue) = 207+98+126=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF627E is #309D81. Grayscale: #858585. Windows color (decimal): -3186050 or 8282831. OLE color: 8282831.
HSL color Cylindrical-coordinate representation of color #CF627E: hue angle of 344.59º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF627E is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 126 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.19 |
| HSL | 344.59º | 0.53% | 0.6% | - |
| HSV(B) | 344.59º | 0.53% | 0.81% | - |
| XYZ | 33.87 | 23.51 | 22.49 | - |
| YUV | 133.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 126 | 0 | 0.53 | 0.39 | 0.19 | 344.59 | 0.53 | 0.6 |
| Hex | CF | 62 | 7E | 0 | 35 | 27 | 13 | 159 | 35 | 3C |
| Octal | 317 | 142 | 176 | 0 | 65 | 47 | 23 | 531 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1111110 | 0 | 110101 | 100111 | 10011 | 101011001 | 110101 | 111100 |
Color Harmonies of #CF627E
Complementary color
Monochromatic Colors of #CF627E
Black with #CF627E
Text Example
Text Example
White with #CF627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF627E; }
p { color: rgb(207,98,126); }
H1.HeaderClassName
{
color: #CF627E;
}
.AnyTagClassName
{
color: #CF627E;
}
</style>
background-color css
<style>
a { background-color: #CF627E; }
a { background-color: rgb(207,98,126); }
div.DivClassName
{
background-color: #CF627E;
}
.BgClassName
{
background-color: #CF627E;
}
</style>
border-color css
<style>
span { border-color: #CF627E; }
span { border-color: rgb(207,98,126); }
td.TdClassName
{
border-color: #CF627E;
}
.TagClassName
{
border-color: #CF627E;
}
</style>