Shades of Charm #C7777E
Tints of Charm #C7777E
RGB
CMYK
RGB Variations
Color information
#C7777E (or 0xC7777E) is known color: Charm. HEX triplet: C7, 77 and 7E. RGB value is (199,119,126). Sum of RGB (Red+Green+Blue) = 199+119+126=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7777E is #388881. Grayscale: #8F8F8F. Windows color (decimal): -3704962 or 8288199. OLE color: 8288199.
HSL color Cylindrical-coordinate representation of color #C7777E: hue angle of 354.75º degrees, saturation: 0.42, 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 #C7777E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 126 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.22 |
| HSL | 354.75º | 0.42% | 0.62% | - |
| HSV(B) | 354.75º | 0.4% | 0.78% | - |
| XYZ | 33.92 | 26.84 | 23.13 | - |
| YUV | 143.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 126 | 0 | 0.40 | 0.37 | 0.22 | 354.75 | 0.42 | 0.62 |
| Hex | C7 | 77 | 7E | 0 | 28 | 25 | 16 | 163 | 2A | 3E |
| Octal | 307 | 167 | 176 | 0 | 50 | 45 | 26 | 543 | 52 | 76 |
| Binary | 11000111 | 1110111 | 1111110 | 0 | 101000 | 100101 | 10110 | 101100011 | 101010 | 111110 |
Color Harmonies of #C7777E
Complementary color
Monochromatic Colors of #C7777E
Black with #C7777E
Text Example
Text Example
White with #C7777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7777E; }
p { color: rgb(199,119,126); }
H1.HeaderClassName
{
color: #C7777E;
}
.AnyTagClassName
{
color: #C7777E;
}
</style>
background-color css
<style>
a { background-color: #C7777E; }
a { background-color: rgb(199,119,126); }
div.DivClassName
{
background-color: #C7777E;
}
.BgClassName
{
background-color: #C7777E;
}
</style>
border-color css
<style>
span { border-color: #C7777E; }
span { border-color: rgb(199,119,126); }
td.TdClassName
{
border-color: #C7777E;
}
.TagClassName
{
border-color: #C7777E;
}
</style>