Shades of Charm #C7768E
Tints of Charm #C7768E
RGB
CMYK
RGB Variations
Color information
#C7768E (or 0xC7768E) is known color: Charm. HEX triplet: C7, 76 and 8E. RGB value is (199,118,142). Sum of RGB (Red+Green+Blue) = 199+118+142=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7768E is #388971. Grayscale: #909090. Windows color (decimal): -3705202 or 9336519. OLE color: 9336519.
HSL color Cylindrical-coordinate representation of color #C7768E: hue angle of 342.22º 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 #C7768E is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 142 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.22 |
| HSL | 342.22º | 0.42% | 0.62% | - |
| HSV(B) | 342.22º | 0.41% | 0.78% | - |
| XYZ | 34.91 | 27.05 | 28.97 | - |
| YUV | 144.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 142 | 0 | 0.41 | 0.29 | 0.22 | 342.22 | 0.42 | 0.62 |
| Hex | C7 | 76 | 8E | 0 | 29 | 1D | 16 | 156 | 2A | 3E |
| Octal | 307 | 166 | 216 | 0 | 51 | 35 | 26 | 526 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10001110 | 0 | 101001 | 11101 | 10110 | 101010110 | 101010 | 111110 |
Color Harmonies of #C7768E
Complementary color
Monochromatic Colors of #C7768E
Black with #C7768E
Text Example
Text Example
White with #C7768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7768E; }
p { color: rgb(199,118,142); }
H1.HeaderClassName
{
color: #C7768E;
}
.AnyTagClassName
{
color: #C7768E;
}
</style>
background-color css
<style>
a { background-color: #C7768E; }
a { background-color: rgb(199,118,142); }
div.DivClassName
{
background-color: #C7768E;
}
.BgClassName
{
background-color: #C7768E;
}
</style>
border-color css
<style>
span { border-color: #C7768E; }
span { border-color: rgb(199,118,142); }
td.TdClassName
{
border-color: #C7768E;
}
.TagClassName
{
border-color: #C7768E;
}
</style>