Shades of Charm #C6717B
Tints of Charm #C6717B
RGB
CMYK
RGB Variations
Color information
#C6717B (or 0xC6717B) is known color: Charm. HEX triplet: C6, 71 and 7B. RGB value is (198,113,123). Sum of RGB (Red+Green+Blue) = 198+113+123=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6717B is #398E84. Grayscale: #8B8B8B. Windows color (decimal): -3772037 or 8090054. OLE color: 8090054.
HSL color Cylindrical-coordinate representation of color #C6717B: hue angle of 352.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 #C6717B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 123 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.22 |
| HSL | 352.94º | 0.43% | 0.61% | - |
| HSV(B) | 352.94º | 0.43% | 0.78% | - |
| XYZ | 32.77 | 25.25 | 21.88 | - |
| YUV | 139.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 123 | 0 | 0.43 | 0.38 | 0.22 | 352.94 | 0.43 | 0.61 |
| Hex | C6 | 71 | 7B | 0 | 2B | 26 | 16 | 161 | 2B | 3D |
| Octal | 306 | 161 | 173 | 0 | 53 | 46 | 26 | 541 | 53 | 75 |
| Binary | 11000110 | 1110001 | 1111011 | 0 | 101011 | 100110 | 10110 | 101100001 | 101011 | 111101 |
Color Harmonies of #C6717B
Complementary color
Monochromatic Colors of #C6717B
Black with #C6717B
Text Example
Text Example
White with #C6717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6717B; }
p { color: rgb(198,113,123); }
H1.HeaderClassName
{
color: #C6717B;
}
.AnyTagClassName
{
color: #C6717B;
}
</style>
background-color css
<style>
a { background-color: #C6717B; }
a { background-color: rgb(198,113,123); }
div.DivClassName
{
background-color: #C6717B;
}
.BgClassName
{
background-color: #C6717B;
}
</style>
border-color css
<style>
span { border-color: #C6717B; }
span { border-color: rgb(198,113,123); }
td.TdClassName
{
border-color: #C6717B;
}
.TagClassName
{
border-color: #C6717B;
}
</style>