Shades of Charm #C6657E
Tints of Charm #C6657E
RGB
CMYK
RGB Variations
Color information
#C6657E (or 0xC6657E) is known color: Charm. HEX triplet: C6, 65 and 7E. RGB value is (198,101,126). Sum of RGB (Red+Green+Blue) = 198+101+126=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6657E is #399A81. Grayscale: #848484. Windows color (decimal): -3775106 or 8283590. OLE color: 8283590.
HSL color Cylindrical-coordinate representation of color #C6657E: hue angle of 344.54º degrees, saturation: 0.46, 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 #C6657E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 126 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.22 |
| HSL | 344.54º | 0.46% | 0.59% | - |
| HSV(B) | 344.54º | 0.49% | 0.78% | - |
| XYZ | 31.71 | 22.82 | 22.47 | - |
| YUV | 132.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 126 | 0 | 0.49 | 0.36 | 0.22 | 344.54 | 0.46 | 0.59 |
| Hex | C6 | 65 | 7E | 0 | 31 | 24 | 16 | 159 | 2E | 3B |
| Octal | 306 | 145 | 176 | 0 | 61 | 44 | 26 | 531 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1111110 | 0 | 110001 | 100100 | 10110 | 101011001 | 101110 | 111011 |
Color Harmonies of #C6657E
Complementary color
Monochromatic Colors of #C6657E
Black with #C6657E
Text Example
Text Example
White with #C6657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6657E; }
p { color: rgb(198,101,126); }
H1.HeaderClassName
{
color: #C6657E;
}
.AnyTagClassName
{
color: #C6657E;
}
</style>
background-color css
<style>
a { background-color: #C6657E; }
a { background-color: rgb(198,101,126); }
div.DivClassName
{
background-color: #C6657E;
}
.BgClassName
{
background-color: #C6657E;
}
</style>
border-color css
<style>
span { border-color: #C6657E; }
span { border-color: rgb(198,101,126); }
td.TdClassName
{
border-color: #C6657E;
}
.TagClassName
{
border-color: #C6657E;
}
</style>