Shades of Charm #C7777F
Tints of Charm #C7777F
RGB
CMYK
RGB Variations
Color information
#C7777F (or 0xC7777F) is known color: Charm. HEX triplet: C7, 77 and 7F. RGB value is (199,119,127). Sum of RGB (Red+Green+Blue) = 199+119+127=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7777F is #388880. Grayscale: #8F8F8F. Windows color (decimal): -3704961 or 8353735. OLE color: 8353735.
HSL color Cylindrical-coordinate representation of color #C7777F: hue angle of 354º 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 #C7777F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 127 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.22 |
| HSL | 354º | 0.42% | 0.62% | - |
| HSV(B) | 354º | 0.4% | 0.78% | - |
| XYZ | 33.98 | 26.87 | 23.47 | - |
| YUV | 143.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 127 | 0 | 0.40 | 0.36 | 0.22 | 354 | 0.42 | 0.62 |
| Hex | C7 | 77 | 7F | 0 | 28 | 24 | 16 | 162 | 2A | 3E |
| Octal | 307 | 167 | 177 | 0 | 50 | 44 | 26 | 542 | 52 | 76 |
| Binary | 11000111 | 1110111 | 1111111 | 0 | 101000 | 100100 | 10110 | 101100010 | 101010 | 111110 |
Color Harmonies of #C7777F
Complementary color
Monochromatic Colors of #C7777F
Black with #C7777F
Text Example
Text Example
White with #C7777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7777F; }
p { color: rgb(199,119,127); }
H1.HeaderClassName
{
color: #C7777F;
}
.AnyTagClassName
{
color: #C7777F;
}
</style>
background-color css
<style>
a { background-color: #C7777F; }
a { background-color: rgb(199,119,127); }
div.DivClassName
{
background-color: #C7777F;
}
.BgClassName
{
background-color: #C7777F;
}
</style>
border-color css
<style>
span { border-color: #C7777F; }
span { border-color: rgb(199,119,127); }
td.TdClassName
{
border-color: #C7777F;
}
.TagClassName
{
border-color: #C7777F;
}
</style>