Shades of Charm #CF627F
Tints of Charm #CF627F
RGB
CMYK
RGB Variations
Color information
#CF627F (or 0xCF627F) is known color: Charm. HEX triplet: CF, 62 and 7F. RGB value is (207,98,127). Sum of RGB (Red+Green+Blue) = 207+98+127=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF627F is #309D80. Grayscale: #858585. Windows color (decimal): -3186049 or 8348367. OLE color: 8348367.
HSL color Cylindrical-coordinate representation of color #CF627F: hue angle of 344.04º 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 #CF627F is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 127 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.19 |
| HSL | 344.04º | 0.53% | 0.6% | - |
| HSV(B) | 344.04º | 0.53% | 0.81% | - |
| XYZ | 33.93 | 23.53 | 22.83 | - |
| YUV | 133.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 127 | 0 | 0.53 | 0.39 | 0.19 | 344.04 | 0.53 | 0.6 |
| Hex | CF | 62 | 7F | 0 | 35 | 27 | 13 | 158 | 35 | 3C |
| Octal | 317 | 142 | 177 | 0 | 65 | 47 | 23 | 530 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1111111 | 0 | 110101 | 100111 | 10011 | 101011000 | 110101 | 111100 |
Color Harmonies of #CF627F
Complementary color
Monochromatic Colors of #CF627F
Black with #CF627F
Text Example
Text Example
White with #CF627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF627F; }
p { color: rgb(207,98,127); }
H1.HeaderClassName
{
color: #CF627F;
}
.AnyTagClassName
{
color: #CF627F;
}
</style>
background-color css
<style>
a { background-color: #CF627F; }
a { background-color: rgb(207,98,127); }
div.DivClassName
{
background-color: #CF627F;
}
.BgClassName
{
background-color: #CF627F;
}
</style>
border-color css
<style>
span { border-color: #CF627F; }
span { border-color: rgb(207,98,127); }
td.TdClassName
{
border-color: #CF627F;
}
.TagClassName
{
border-color: #CF627F;
}
</style>