Shades of Charm #CF637F
Tints of Charm #CF637F
RGB
CMYK
RGB Variations
Color information
#CF637F (or 0xCF637F) is known color: Charm. HEX triplet: CF, 63 and 7F. RGB value is (207,99,127). Sum of RGB (Red+Green+Blue) = 207+99+127=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF637F is #309C80. Grayscale: #868686. Windows color (decimal): -3185793 or 8348623. OLE color: 8348623.
HSL color Cylindrical-coordinate representation of color #CF637F: hue angle of 344.44º 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 #CF637F is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 127 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.19 |
| HSL | 344.44º | 0.53% | 0.6% | - |
| HSV(B) | 344.44º | 0.52% | 0.81% | - |
| XYZ | 34.02 | 23.72 | 22.86 | - |
| YUV | 134.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 127 | 0 | 0.52 | 0.39 | 0.19 | 344.44 | 0.53 | 0.6 |
| Hex | CF | 63 | 7F | 0 | 34 | 27 | 13 | 158 | 35 | 3C |
| Octal | 317 | 143 | 177 | 0 | 64 | 47 | 23 | 530 | 65 | 74 |
| Binary | 11001111 | 1100011 | 1111111 | 0 | 110100 | 100111 | 10011 | 101011000 | 110101 | 111100 |
Color Harmonies of #CF637F
Complementary color
Monochromatic Colors of #CF637F
Black with #CF637F
Text Example
Text Example
White with #CF637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF637F; }
p { color: rgb(207,99,127); }
H1.HeaderClassName
{
color: #CF637F;
}
.AnyTagClassName
{
color: #CF637F;
}
</style>
background-color css
<style>
a { background-color: #CF637F; }
a { background-color: rgb(207,99,127); }
div.DivClassName
{
background-color: #CF637F;
}
.BgClassName
{
background-color: #CF637F;
}
</style>
border-color css
<style>
span { border-color: #CF637F; }
span { border-color: rgb(207,99,127); }
td.TdClassName
{
border-color: #CF637F;
}
.TagClassName
{
border-color: #CF637F;
}
</style>