Shades of Charm #C6717A
Tints of Charm #C6717A
RGB
CMYK
RGB Variations
Color information
#C6717A (or 0xC6717A) is known color: Charm. HEX triplet: C6, 71 and 7A. RGB value is (198,113,122). Sum of RGB (Red+Green+Blue) = 198+113+122=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6717A is #398E85. Grayscale: #8B8B8B. Windows color (decimal): -3772038 or 8024518. OLE color: 8024518.
HSL color Cylindrical-coordinate representation of color #C6717A: hue angle of 353.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 #C6717A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 122 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.22 |
| HSL | 353.65º | 0.43% | 0.61% | - |
| HSV(B) | 353.65º | 0.43% | 0.78% | - |
| XYZ | 32.71 | 25.22 | 21.56 | - |
| YUV | 139.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 122 | 0 | 0.43 | 0.38 | 0.22 | 353.65 | 0.43 | 0.61 |
| Hex | C6 | 71 | 7A | 0 | 2B | 26 | 16 | 162 | 2B | 3D |
| Octal | 306 | 161 | 172 | 0 | 53 | 46 | 26 | 542 | 53 | 75 |
| Binary | 11000110 | 1110001 | 1111010 | 0 | 101011 | 100110 | 10110 | 101100010 | 101011 | 111101 |
Color Harmonies of #C6717A
Complementary color
Monochromatic Colors of #C6717A
Black with #C6717A
Text Example
Text Example
White with #C6717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6717A; }
p { color: rgb(198,113,122); }
H1.HeaderClassName
{
color: #C6717A;
}
.AnyTagClassName
{
color: #C6717A;
}
</style>
background-color css
<style>
a { background-color: #C6717A; }
a { background-color: rgb(198,113,122); }
div.DivClassName
{
background-color: #C6717A;
}
.BgClassName
{
background-color: #C6717A;
}
</style>
border-color css
<style>
span { border-color: #C6717A; }
span { border-color: rgb(198,113,122); }
td.TdClassName
{
border-color: #C6717A;
}
.TagClassName
{
border-color: #C6717A;
}
</style>