Shades of Charm #C77D8F
Tints of Charm #C77D8F
RGB
CMYK
RGB Variations
Color information
#C77D8F (or 0xC77D8F) is known color: Charm. HEX triplet: C7, 7D and 8F. RGB value is (199,125,143). Sum of RGB (Red+Green+Blue) = 199+125+143=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77D8F is #388270. Grayscale: #959595. Windows color (decimal): -3703409 or 9403847. OLE color: 9403847.
HSL color Cylindrical-coordinate representation of color #C77D8F: hue angle of 345.41º degrees, saturation: 0.4, 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 #C77D8F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 143 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.22 |
| HSL | 345.41º | 0.4% | 0.64% | - |
| HSV(B) | 345.41º | 0.37% | 0.78% | - |
| XYZ | 35.84 | 28.79 | 29.65 | - |
| YUV | 149.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 143 | 0 | 0.37 | 0.28 | 0.22 | 345.41 | 0.4 | 0.64 |
| Hex | C7 | 7D | 8F | 0 | 25 | 1C | 16 | 159 | 28 | 40 |
| Octal | 307 | 175 | 217 | 0 | 45 | 34 | 26 | 531 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10001111 | 0 | 100101 | 11100 | 10110 | 101011001 | 101000 | 1000000 |
Color Harmonies of #C77D8F
Complementary color
Monochromatic Colors of #C77D8F
Black with #C77D8F
Text Example
Text Example
White with #C77D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D8F; }
p { color: rgb(199,125,143); }
H1.HeaderClassName
{
color: #C77D8F;
}
.AnyTagClassName
{
color: #C77D8F;
}
</style>
background-color css
<style>
a { background-color: #C77D8F; }
a { background-color: rgb(199,125,143); }
div.DivClassName
{
background-color: #C77D8F;
}
.BgClassName
{
background-color: #C77D8F;
}
</style>
border-color css
<style>
span { border-color: #C77D8F; }
span { border-color: rgb(199,125,143); }
td.TdClassName
{
border-color: #C77D8F;
}
.TagClassName
{
border-color: #C77D8F;
}
</style>