Shades of Charm #C77A86
Tints of Charm #C77A86
RGB
CMYK
RGB Variations
Color information
#C77A86 (or 0xC77A86) is known color: Charm. HEX triplet: C7, 7A and 86. RGB value is (199,122,134). Sum of RGB (Red+Green+Blue) = 199+122+134=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A86 is #388579. Grayscale: #929292. Windows color (decimal): -3704186 or 8813255. OLE color: 8813255.
HSL color Cylindrical-coordinate representation of color #C77A86: hue angle of 350.65º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77A86 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 134 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.22 |
| HSL | 350.65º | 0.41% | 0.63% | - |
| HSV(B) | 350.65º | 0.39% | 0.78% | - |
| XYZ | 34.82 | 27.78 | 26.08 | - |
| YUV | 146.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 134 | 0 | 0.39 | 0.33 | 0.22 | 350.65 | 0.41 | 0.63 |
| Hex | C7 | 7A | 86 | 0 | 27 | 21 | 16 | 15F | 29 | 3F |
| Octal | 307 | 172 | 206 | 0 | 47 | 41 | 26 | 537 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10000110 | 0 | 100111 | 100001 | 10110 | 101011111 | 101001 | 111111 |
Color Harmonies of #C77A86
Complementary color
Monochromatic Colors of #C77A86
Black with #C77A86
Text Example
Text Example
White with #C77A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A86; }
p { color: rgb(199,122,134); }
H1.HeaderClassName
{
color: #C77A86;
}
.AnyTagClassName
{
color: #C77A86;
}
</style>
background-color css
<style>
a { background-color: #C77A86; }
a { background-color: rgb(199,122,134); }
div.DivClassName
{
background-color: #C77A86;
}
.BgClassName
{
background-color: #C77A86;
}
</style>
border-color css
<style>
span { border-color: #C77A86; }
span { border-color: rgb(199,122,134); }
td.TdClassName
{
border-color: #C77A86;
}
.TagClassName
{
border-color: #C77A86;
}
</style>