Shades of Charm #C6768E
Tints of Charm #C6768E
RGB
CMYK
RGB Variations
Color information
#C6768E (or 0xC6768E) is known color: Charm. HEX triplet: C6, 76 and 8E. RGB value is (198,118,142). Sum of RGB (Red+Green+Blue) = 198+118+142=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6768E is #398971. Grayscale: #909090. Windows color (decimal): -3770738 or 9336518. OLE color: 9336518.
HSL color Cylindrical-coordinate representation of color #C6768E: hue angle of 342º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6768E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 142 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.22 |
| HSL | 342º | 0.41% | 0.62% | - |
| HSV(B) | 342º | 0.4% | 0.78% | - |
| XYZ | 34.65 | 26.92 | 28.96 | - |
| YUV | 144.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 142 | 0 | 0.40 | 0.28 | 0.22 | 342 | 0.41 | 0.62 |
| Hex | C6 | 76 | 8E | 0 | 28 | 1C | 16 | 156 | 29 | 3E |
| Octal | 306 | 166 | 216 | 0 | 50 | 34 | 26 | 526 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10001110 | 0 | 101000 | 11100 | 10110 | 101010110 | 101001 | 111110 |
Color Harmonies of #C6768E
Complementary color
Monochromatic Colors of #C6768E
Black with #C6768E
Text Example
Text Example
White with #C6768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6768E; }
p { color: rgb(198,118,142); }
H1.HeaderClassName
{
color: #C6768E;
}
.AnyTagClassName
{
color: #C6768E;
}
</style>
background-color css
<style>
a { background-color: #C6768E; }
a { background-color: rgb(198,118,142); }
div.DivClassName
{
background-color: #C6768E;
}
.BgClassName
{
background-color: #C6768E;
}
</style>
border-color css
<style>
span { border-color: #C6768E; }
span { border-color: rgb(198,118,142); }
td.TdClassName
{
border-color: #C6768E;
}
.TagClassName
{
border-color: #C6768E;
}
</style>