Shades of Charm #C6718C
Tints of Charm #C6718C
RGB
CMYK
RGB Variations
Color information
#C6718C (or 0xC6718C) is known color: Charm. HEX triplet: C6, 71 and 8C. RGB value is (198,113,140). Sum of RGB (Red+Green+Blue) = 198+113+140=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6718C is #398E73. Grayscale: #8D8D8D. Windows color (decimal): -3772020 or 9204166. OLE color: 9204166.
HSL color Cylindrical-coordinate representation of color #C6718C: hue angle of 340.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6718C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 140 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.22 |
| HSL | 340.94º | 0.43% | 0.61% | - |
| HSV(B) | 340.94º | 0.43% | 0.78% | - |
| XYZ | 33.93 | 25.71 | 27.99 | - |
| YUV | 141.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 140 | 0 | 0.43 | 0.29 | 0.22 | 340.94 | 0.43 | 0.61 |
| Hex | C6 | 71 | 8C | 0 | 2B | 1D | 16 | 155 | 2B | 3D |
| Octal | 306 | 161 | 214 | 0 | 53 | 35 | 26 | 525 | 53 | 75 |
| Binary | 11000110 | 1110001 | 10001100 | 0 | 101011 | 11101 | 10110 | 101010101 | 101011 | 111101 |
Color Harmonies of #C6718C
Complementary color
Monochromatic Colors of #C6718C
Black with #C6718C
Text Example
Text Example
White with #C6718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6718C; }
p { color: rgb(198,113,140); }
H1.HeaderClassName
{
color: #C6718C;
}
.AnyTagClassName
{
color: #C6718C;
}
</style>
background-color css
<style>
a { background-color: #C6718C; }
a { background-color: rgb(198,113,140); }
div.DivClassName
{
background-color: #C6718C;
}
.BgClassName
{
background-color: #C6718C;
}
</style>
border-color css
<style>
span { border-color: #C6718C; }
span { border-color: rgb(198,113,140); }
td.TdClassName
{
border-color: #C6718C;
}
.TagClassName
{
border-color: #C6718C;
}
</style>