Shades of Charm #C77E86
Tints of Charm #C77E86
RGB
CMYK
RGB Variations
Color information
#C77E86 (or 0xC77E86) is known color: Charm. HEX triplet: C7, 7E and 86. RGB value is (199,126,134). Sum of RGB (Red+Green+Blue) = 199+126+134=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E86 is #388179. Grayscale: #949494. Windows color (decimal): -3703162 or 8814279. OLE color: 8814279.
HSL color Cylindrical-coordinate representation of color #C77E86: hue angle of 353.42º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77E86 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 134 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.22 |
| HSL | 353.42º | 0.39% | 0.64% | - |
| HSV(B) | 353.42º | 0.37% | 0.78% | - |
| XYZ | 35.32 | 28.79 | 26.25 | - |
| YUV | 148.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 134 | 0 | 0.37 | 0.33 | 0.22 | 353.42 | 0.39 | 0.64 |
| Hex | C7 | 7E | 86 | 0 | 25 | 21 | 16 | 161 | 27 | 40 |
| Octal | 307 | 176 | 206 | 0 | 45 | 41 | 26 | 541 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10000110 | 0 | 100101 | 100001 | 10110 | 101100001 | 100111 | 1000000 |
Color Harmonies of #C77E86
Complementary color
Monochromatic Colors of #C77E86
Black with #C77E86
Text Example
Text Example
White with #C77E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E86; }
p { color: rgb(199,126,134); }
H1.HeaderClassName
{
color: #C77E86;
}
.AnyTagClassName
{
color: #C77E86;
}
</style>
background-color css
<style>
a { background-color: #C77E86; }
a { background-color: rgb(199,126,134); }
div.DivClassName
{
background-color: #C77E86;
}
.BgClassName
{
background-color: #C77E86;
}
</style>
border-color css
<style>
span { border-color: #C77E86; }
span { border-color: rgb(199,126,134); }
td.TdClassName
{
border-color: #C77E86;
}
.TagClassName
{
border-color: #C77E86;
}
</style>