Shades of Charm #CF637C
Tints of Charm #CF637C
RGB
CMYK
RGB Variations
Color information
#CF637C (or 0xCF637C) is known color: Charm. HEX triplet: CF, 63 and 7C. RGB value is (207,99,124). Sum of RGB (Red+Green+Blue) = 207+99+124=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF637C is #309C83. Grayscale: #868686. Windows color (decimal): -3185796 or 8152015. OLE color: 8152015.
HSL color Cylindrical-coordinate representation of color #CF637C: hue angle of 346.11º 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 #CF637C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 124 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.19 |
| HSL | 346.11º | 0.53% | 0.6% | - |
| HSV(B) | 346.11º | 0.52% | 0.81% | - |
| XYZ | 33.83 | 23.64 | 21.85 | - |
| YUV | 134.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 124 | 0 | 0.52 | 0.40 | 0.19 | 346.11 | 0.53 | 0.6 |
| Hex | CF | 63 | 7C | 0 | 34 | 28 | 13 | 15A | 35 | 3C |
| Octal | 317 | 143 | 174 | 0 | 64 | 50 | 23 | 532 | 65 | 74 |
| Binary | 11001111 | 1100011 | 1111100 | 0 | 110100 | 101000 | 10011 | 101011010 | 110101 | 111100 |
Color Harmonies of #CF637C
Complementary color
Monochromatic Colors of #CF637C
Black with #CF637C
Text Example
Text Example
White with #CF637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF637C; }
p { color: rgb(207,99,124); }
H1.HeaderClassName
{
color: #CF637C;
}
.AnyTagClassName
{
color: #CF637C;
}
</style>
background-color css
<style>
a { background-color: #CF637C; }
a { background-color: rgb(207,99,124); }
div.DivClassName
{
background-color: #CF637C;
}
.BgClassName
{
background-color: #CF637C;
}
</style>
border-color css
<style>
span { border-color: #CF637C; }
span { border-color: rgb(207,99,124); }
td.TdClassName
{
border-color: #CF637C;
}
.TagClassName
{
border-color: #CF637C;
}
</style>