Shades of Charm #C77C86
Tints of Charm #C77C86
RGB
CMYK
RGB Variations
Color information
#C77C86 (or 0xC77C86) is known color: Charm. HEX triplet: C7, 7C and 86. RGB value is (199,124,134). Sum of RGB (Red+Green+Blue) = 199+124+134=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C86 is #388379. Grayscale: #939393. Windows color (decimal): -3703674 or 8813767. OLE color: 8813767.
HSL color Cylindrical-coordinate representation of color #C77C86: hue angle of 352º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77C86 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 134 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.22 |
| HSL | 352º | 0.4% | 0.63% | - |
| HSV(B) | 352º | 0.38% | 0.78% | - |
| XYZ | 35.06 | 28.28 | 26.16 | - |
| YUV | 147.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 134 | 0 | 0.38 | 0.33 | 0.22 | 352 | 0.4 | 0.63 |
| Hex | C7 | 7C | 86 | 0 | 26 | 21 | 16 | 160 | 28 | 3F |
| Octal | 307 | 174 | 206 | 0 | 46 | 41 | 26 | 540 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10000110 | 0 | 100110 | 100001 | 10110 | 101100000 | 101000 | 111111 |
Color Harmonies of #C77C86
Complementary color
Monochromatic Colors of #C77C86
Black with #C77C86
Text Example
Text Example
White with #C77C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C86; }
p { color: rgb(199,124,134); }
H1.HeaderClassName
{
color: #C77C86;
}
.AnyTagClassName
{
color: #C77C86;
}
</style>
background-color css
<style>
a { background-color: #C77C86; }
a { background-color: rgb(199,124,134); }
div.DivClassName
{
background-color: #C77C86;
}
.BgClassName
{
background-color: #C77C86;
}
</style>
border-color css
<style>
span { border-color: #C77C86; }
span { border-color: rgb(199,124,134); }
td.TdClassName
{
border-color: #C77C86;
}
.TagClassName
{
border-color: #C77C86;
}
</style>