Shades of Charm #C6777E
Tints of Charm #C6777E
RGB
CMYK
RGB Variations
Color information
#C6777E (or 0xC6777E) is known color: Charm. HEX triplet: C6, 77 and 7E. RGB value is (198,119,126). Sum of RGB (Red+Green+Blue) = 198+119+126=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6777E is #398881. Grayscale: #8F8F8F. Windows color (decimal): -3770498 or 8288198. OLE color: 8288198.
HSL color Cylindrical-coordinate representation of color #C6777E: hue angle of 354.68º 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 #C6777E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 126 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.22 |
| HSL | 354.68º | 0.41% | 0.62% | - |
| HSV(B) | 354.68º | 0.4% | 0.78% | - |
| XYZ | 33.65 | 26.71 | 23.12 | - |
| YUV | 143.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 126 | 0 | 0.40 | 0.36 | 0.22 | 354.68 | 0.41 | 0.62 |
| Hex | C6 | 77 | 7E | 0 | 28 | 24 | 16 | 163 | 29 | 3E |
| Octal | 306 | 167 | 176 | 0 | 50 | 44 | 26 | 543 | 51 | 76 |
| Binary | 11000110 | 1110111 | 1111110 | 0 | 101000 | 100100 | 10110 | 101100011 | 101001 | 111110 |
Color Harmonies of #C6777E
Complementary color
Monochromatic Colors of #C6777E
Black with #C6777E
Text Example
Text Example
White with #C6777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6777E; }
p { color: rgb(198,119,126); }
H1.HeaderClassName
{
color: #C6777E;
}
.AnyTagClassName
{
color: #C6777E;
}
</style>
background-color css
<style>
a { background-color: #C6777E; }
a { background-color: rgb(198,119,126); }
div.DivClassName
{
background-color: #C6777E;
}
.BgClassName
{
background-color: #C6777E;
}
</style>
border-color css
<style>
span { border-color: #C6777E; }
span { border-color: rgb(198,119,126); }
td.TdClassName
{
border-color: #C6777E;
}
.TagClassName
{
border-color: #C6777E;
}
</style>