Shades of Charm #C77C7E
Tints of Charm #C77C7E
RGB
CMYK
RGB Variations
Color information
#C77C7E (or 0xC77C7E) is known color: Charm. HEX triplet: C7, 7C and 7E. RGB value is (199,124,126). Sum of RGB (Red+Green+Blue) = 199+124+126=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C7E is #388381. Grayscale: #929292. Windows color (decimal): -3703682 or 8289479. OLE color: 8289479.
HSL color Cylindrical-coordinate representation of color #C77C7E: hue angle of 358.4º 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 #C77C7E is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 126 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.22 |
| HSL | 358.4º | 0.4% | 0.63% | - |
| HSV(B) | 358.4º | 0.38% | 0.78% | - |
| XYZ | 34.53 | 28.06 | 23.34 | - |
| YUV | 146.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 126 | 0 | 0.38 | 0.37 | 0.22 | 358.4 | 0.4 | 0.63 |
| Hex | C7 | 7C | 7E | 0 | 26 | 25 | 16 | 166 | 28 | 3F |
| Octal | 307 | 174 | 176 | 0 | 46 | 45 | 26 | 546 | 50 | 77 |
| Binary | 11000111 | 1111100 | 1111110 | 0 | 100110 | 100101 | 10110 | 101100110 | 101000 | 111111 |
Color Harmonies of #C77C7E
Complementary color
Monochromatic Colors of #C77C7E
Black with #C77C7E
Text Example
Text Example
White with #C77C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C7E; }
p { color: rgb(199,124,126); }
H1.HeaderClassName
{
color: #C77C7E;
}
.AnyTagClassName
{
color: #C77C7E;
}
</style>
background-color css
<style>
a { background-color: #C77C7E; }
a { background-color: rgb(199,124,126); }
div.DivClassName
{
background-color: #C77C7E;
}
.BgClassName
{
background-color: #C77C7E;
}
</style>
border-color css
<style>
span { border-color: #C77C7E; }
span { border-color: rgb(199,124,126); }
td.TdClassName
{
border-color: #C77C7E;
}
.TagClassName
{
border-color: #C77C7E;
}
</style>