Shades of Charm #C77C8F
Tints of Charm #C77C8F
RGB
CMYK
RGB Variations
Color information
#C77C8F (or 0xC77C8F) is known color: Charm. HEX triplet: C7, 7C and 8F. RGB value is (199,124,143). Sum of RGB (Red+Green+Blue) = 199+124+143=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C8F is #388370. Grayscale: #949494. Windows color (decimal): -3703665 or 9403591. OLE color: 9403591.
HSL color Cylindrical-coordinate representation of color #C77C8F: hue angle of 344.8º 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 #C77C8F is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 143 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.22 |
| HSL | 344.8º | 0.4% | 0.63% | - |
| HSV(B) | 344.8º | 0.38% | 0.78% | - |
| XYZ | 35.72 | 28.54 | 29.61 | - |
| YUV | 148.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 143 | 0 | 0.38 | 0.28 | 0.22 | 344.8 | 0.4 | 0.63 |
| Hex | C7 | 7C | 8F | 0 | 26 | 1C | 16 | 159 | 28 | 3F |
| Octal | 307 | 174 | 217 | 0 | 46 | 34 | 26 | 531 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10001111 | 0 | 100110 | 11100 | 10110 | 101011001 | 101000 | 111111 |
Color Harmonies of #C77C8F
Complementary color
Monochromatic Colors of #C77C8F
Black with #C77C8F
Text Example
Text Example
White with #C77C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C8F; }
p { color: rgb(199,124,143); }
H1.HeaderClassName
{
color: #C77C8F;
}
.AnyTagClassName
{
color: #C77C8F;
}
</style>
background-color css
<style>
a { background-color: #C77C8F; }
a { background-color: rgb(199,124,143); }
div.DivClassName
{
background-color: #C77C8F;
}
.BgClassName
{
background-color: #C77C8F;
}
</style>
border-color css
<style>
span { border-color: #C77C8F; }
span { border-color: rgb(199,124,143); }
td.TdClassName
{
border-color: #C77C8F;
}
.TagClassName
{
border-color: #C77C8F;
}
</style>