Shades of Charm #C7657C
Tints of Charm #C7657C
RGB
CMYK
RGB Variations
Color information
#C7657C (or 0xC7657C) is known color: Charm. HEX triplet: C7, 65 and 7C. RGB value is (199,101,124). Sum of RGB (Red+Green+Blue) = 199+101+124=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7657C is #389A83. Grayscale: #848484. Windows color (decimal): -3709572 or 8152519. OLE color: 8152519.
HSL color Cylindrical-coordinate representation of color #C7657C: hue angle of 345.92º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7657C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 124 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.22 |
| HSL | 345.92º | 0.47% | 0.59% | - |
| HSV(B) | 345.92º | 0.49% | 0.78% | - |
| XYZ | 31.84 | 22.9 | 21.81 | - |
| YUV | 132.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 124 | 0 | 0.49 | 0.38 | 0.22 | 345.92 | 0.47 | 0.59 |
| Hex | C7 | 65 | 7C | 0 | 31 | 26 | 16 | 15A | 2F | 3B |
| Octal | 307 | 145 | 174 | 0 | 61 | 46 | 26 | 532 | 57 | 73 |
| Binary | 11000111 | 1100101 | 1111100 | 0 | 110001 | 100110 | 10110 | 101011010 | 101111 | 111011 |
Color Harmonies of #C7657C
Complementary color
Monochromatic Colors of #C7657C
Black with #C7657C
Text Example
Text Example
White with #C7657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7657C; }
p { color: rgb(199,101,124); }
H1.HeaderClassName
{
color: #C7657C;
}
.AnyTagClassName
{
color: #C7657C;
}
</style>
background-color css
<style>
a { background-color: #C7657C; }
a { background-color: rgb(199,101,124); }
div.DivClassName
{
background-color: #C7657C;
}
.BgClassName
{
background-color: #C7657C;
}
</style>
border-color css
<style>
span { border-color: #C7657C; }
span { border-color: rgb(199,101,124); }
td.TdClassName
{
border-color: #C7657C;
}
.TagClassName
{
border-color: #C7657C;
}
</style>