Shades of Charm #C6718B
Tints of Charm #C6718B
RGB
CMYK
RGB Variations
Color information
#C6718B (or 0xC6718B) is known color: Charm. HEX triplet: C6, 71 and 8B. RGB value is (198,113,139). Sum of RGB (Red+Green+Blue) = 198+113+139=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6718B is #398E74. Grayscale: #8D8D8D. Windows color (decimal): -3772021 or 9138630. OLE color: 9138630.
HSL color Cylindrical-coordinate representation of color #C6718B: hue angle of 341.65º 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 #C6718B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 139 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.22 |
| HSL | 341.65º | 0.43% | 0.61% | - |
| HSV(B) | 341.65º | 0.43% | 0.78% | - |
| XYZ | 33.85 | 25.68 | 27.6 | - |
| YUV | 141.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 139 | 0 | 0.43 | 0.30 | 0.22 | 341.65 | 0.43 | 0.61 |
| Hex | C6 | 71 | 8B | 0 | 2B | 1E | 16 | 156 | 2B | 3D |
| Octal | 306 | 161 | 213 | 0 | 53 | 36 | 26 | 526 | 53 | 75 |
| Binary | 11000110 | 1110001 | 10001011 | 0 | 101011 | 11110 | 10110 | 101010110 | 101011 | 111101 |
Color Harmonies of #C6718B
Complementary color
Monochromatic Colors of #C6718B
Black with #C6718B
Text Example
Text Example
White with #C6718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6718B; }
p { color: rgb(198,113,139); }
H1.HeaderClassName
{
color: #C6718B;
}
.AnyTagClassName
{
color: #C6718B;
}
</style>
background-color css
<style>
a { background-color: #C6718B; }
a { background-color: rgb(198,113,139); }
div.DivClassName
{
background-color: #C6718B;
}
.BgClassName
{
background-color: #C6718B;
}
</style>
border-color css
<style>
span { border-color: #C6718B; }
span { border-color: rgb(198,113,139); }
td.TdClassName
{
border-color: #C6718B;
}
.TagClassName
{
border-color: #C6718B;
}
</style>