Shades of Charm #C77F8E
Tints of Charm #C77F8E
RGB
CMYK
RGB Variations
Color information
#C77F8E (or 0xC77F8E) is known color: Charm. HEX triplet: C7, 7F and 8E. RGB value is (199,127,142). Sum of RGB (Red+Green+Blue) = 199+127+142=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F8E is #388071. Grayscale: #969696. Windows color (decimal): -3702898 or 9338823. OLE color: 9338823.
HSL color Cylindrical-coordinate representation of color #C77F8E: hue angle of 347.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77F8E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 142 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.22 |
| HSL | 347.5º | 0.39% | 0.64% | - |
| HSV(B) | 347.5º | 0.36% | 0.78% | - |
| XYZ | 36.03 | 29.27 | 29.34 | - |
| YUV | 150.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 142 | 0 | 0.36 | 0.29 | 0.22 | 347.5 | 0.39 | 0.64 |
| Hex | C7 | 7F | 8E | 0 | 24 | 1D | 16 | 15C | 27 | 40 |
| Octal | 307 | 177 | 216 | 0 | 44 | 35 | 26 | 534 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10001110 | 0 | 100100 | 11101 | 10110 | 101011100 | 100111 | 1000000 |
Color Harmonies of #C77F8E
Complementary color
Monochromatic Colors of #C77F8E
Black with #C77F8E
Text Example
Text Example
White with #C77F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F8E; }
p { color: rgb(199,127,142); }
H1.HeaderClassName
{
color: #C77F8E;
}
.AnyTagClassName
{
color: #C77F8E;
}
</style>
background-color css
<style>
a { background-color: #C77F8E; }
a { background-color: rgb(199,127,142); }
div.DivClassName
{
background-color: #C77F8E;
}
.BgClassName
{
background-color: #C77F8E;
}
</style>
border-color css
<style>
span { border-color: #C77F8E; }
span { border-color: rgb(199,127,142); }
td.TdClassName
{
border-color: #C77F8E;
}
.TagClassName
{
border-color: #C77F8E;
}
</style>