Shades of Charm #C6757D
Tints of Charm #C6757D
RGB
CMYK
RGB Variations
Color information
#C6757D (or 0xC6757D) is known color: Charm. HEX triplet: C6, 75 and 7D. RGB value is (198,117,125). Sum of RGB (Red+Green+Blue) = 198+117+125=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6757D is #398A82. Grayscale: #8E8E8E. Windows color (decimal): -3771011 or 8222150. OLE color: 8222150.
HSL color Cylindrical-coordinate representation of color #C6757D: hue angle of 354.07º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6757D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 125 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.22 |
| HSL | 354.07º | 0.42% | 0.62% | - |
| HSV(B) | 354.07º | 0.41% | 0.78% | - |
| XYZ | 33.35 | 26.21 | 22.7 | - |
| YUV | 142.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 125 | 0 | 0.41 | 0.37 | 0.22 | 354.07 | 0.42 | 0.62 |
| Hex | C6 | 75 | 7D | 0 | 29 | 25 | 16 | 162 | 2A | 3E |
| Octal | 306 | 165 | 175 | 0 | 51 | 45 | 26 | 542 | 52 | 76 |
| Binary | 11000110 | 1110101 | 1111101 | 0 | 101001 | 100101 | 10110 | 101100010 | 101010 | 111110 |
Color Harmonies of #C6757D
Complementary color
Monochromatic Colors of #C6757D
Black with #C6757D
Text Example
Text Example
White with #C6757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6757D; }
p { color: rgb(198,117,125); }
H1.HeaderClassName
{
color: #C6757D;
}
.AnyTagClassName
{
color: #C6757D;
}
</style>
background-color css
<style>
a { background-color: #C6757D; }
a { background-color: rgb(198,117,125); }
div.DivClassName
{
background-color: #C6757D;
}
.BgClassName
{
background-color: #C6757D;
}
</style>
border-color css
<style>
span { border-color: #C6757D; }
span { border-color: rgb(198,117,125); }
td.TdClassName
{
border-color: #C6757D;
}
.TagClassName
{
border-color: #C6757D;
}
</style>