Shades of Charm #C7647E
Tints of Charm #C7647E
RGB
CMYK
RGB Variations
Color information
#C7647E (or 0xC7647E) is known color: Charm. HEX triplet: C7, 64 and 7E. RGB value is (199,100,126). Sum of RGB (Red+Green+Blue) = 199+100+126=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7647E is #389B81. Grayscale: #848484. Windows color (decimal): -3709826 or 8283335. OLE color: 8283335.
HSL color Cylindrical-coordinate representation of color #C7647E: hue angle of 344.24º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7647E is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 126 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.22 |
| HSL | 344.24º | 0.47% | 0.59% | - |
| HSV(B) | 344.24º | 0.5% | 0.78% | - |
| XYZ | 31.88 | 22.76 | 22.45 | - |
| YUV | 132.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 126 | 0 | 0.50 | 0.37 | 0.22 | 344.24 | 0.47 | 0.59 |
| Hex | C7 | 64 | 7E | 0 | 32 | 25 | 16 | 158 | 2F | 3B |
| Octal | 307 | 144 | 176 | 0 | 62 | 45 | 26 | 530 | 57 | 73 |
| Binary | 11000111 | 1100100 | 1111110 | 0 | 110010 | 100101 | 10110 | 101011000 | 101111 | 111011 |
Color Harmonies of #C7647E
Complementary color
Monochromatic Colors of #C7647E
Black with #C7647E
Text Example
Text Example
White with #C7647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7647E; }
p { color: rgb(199,100,126); }
H1.HeaderClassName
{
color: #C7647E;
}
.AnyTagClassName
{
color: #C7647E;
}
</style>
background-color css
<style>
a { background-color: #C7647E; }
a { background-color: rgb(199,100,126); }
div.DivClassName
{
background-color: #C7647E;
}
.BgClassName
{
background-color: #C7647E;
}
</style>
border-color css
<style>
span { border-color: #C7647E; }
span { border-color: rgb(199,100,126); }
td.TdClassName
{
border-color: #C7647E;
}
.TagClassName
{
border-color: #C7647E;
}
</style>