Shades of Charm #CF637D
Tints of Charm #CF637D
RGB
CMYK
RGB Variations
Color information
#CF637D (or 0xCF637D) is known color: Charm. HEX triplet: CF, 63 and 7D. RGB value is (207,99,125). Sum of RGB (Red+Green+Blue) = 207+99+125=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF637D is #309C82. Grayscale: #868686. Windows color (decimal): -3185795 or 8217551. OLE color: 8217551.
HSL color Cylindrical-coordinate representation of color #CF637D: hue angle of 345.56º 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 #CF637D is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 125 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.19 |
| HSL | 345.56º | 0.53% | 0.6% | - |
| HSV(B) | 345.56º | 0.52% | 0.81% | - |
| XYZ | 33.9 | 23.67 | 22.18 | - |
| YUV | 134.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 125 | 0 | 0.52 | 0.40 | 0.19 | 345.56 | 0.53 | 0.6 |
| Hex | CF | 63 | 7D | 0 | 34 | 28 | 13 | 15A | 35 | 3C |
| Octal | 317 | 143 | 175 | 0 | 64 | 50 | 23 | 532 | 65 | 74 |
| Binary | 11001111 | 1100011 | 1111101 | 0 | 110100 | 101000 | 10011 | 101011010 | 110101 | 111100 |
Color Harmonies of #CF637D
Complementary color
Monochromatic Colors of #CF637D
Black with #CF637D
Text Example
Text Example
White with #CF637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF637D; }
p { color: rgb(207,99,125); }
H1.HeaderClassName
{
color: #CF637D;
}
.AnyTagClassName
{
color: #CF637D;
}
</style>
background-color css
<style>
a { background-color: #CF637D; }
a { background-color: rgb(207,99,125); }
div.DivClassName
{
background-color: #CF637D;
}
.BgClassName
{
background-color: #CF637D;
}
</style>
border-color css
<style>
span { border-color: #CF637D; }
span { border-color: rgb(207,99,125); }
td.TdClassName
{
border-color: #CF637D;
}
.TagClassName
{
border-color: #CF637D;
}
</style>