Shades of Charm #C77E85
Tints of Charm #C77E85
RGB
CMYK
RGB Variations
Color information
#C77E85 (or 0xC77E85) is known color: Charm. HEX triplet: C7, 7E and 85. RGB value is (199,126,133). Sum of RGB (Red+Green+Blue) = 199+126+133=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E85 is #38817A. Grayscale: #949494. Windows color (decimal): -3703163 or 8748743. OLE color: 8748743.
HSL color Cylindrical-coordinate representation of color #C77E85: hue angle of 354.25º 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 #C77E85 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 133 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.22 |
| HSL | 354.25º | 0.39% | 0.64% | - |
| HSV(B) | 354.25º | 0.37% | 0.78% | - |
| XYZ | 35.25 | 28.76 | 25.88 | - |
| YUV | 148.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 133 | 0 | 0.37 | 0.33 | 0.22 | 354.25 | 0.39 | 0.64 |
| Hex | C7 | 7E | 85 | 0 | 25 | 21 | 16 | 162 | 27 | 40 |
| Octal | 307 | 176 | 205 | 0 | 45 | 41 | 26 | 542 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10000101 | 0 | 100101 | 100001 | 10110 | 101100010 | 100111 | 1000000 |
Color Harmonies of #C77E85
Complementary color
Monochromatic Colors of #C77E85
Black with #C77E85
Text Example
Text Example
White with #C77E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E85; }
p { color: rgb(199,126,133); }
H1.HeaderClassName
{
color: #C77E85;
}
.AnyTagClassName
{
color: #C77E85;
}
</style>
background-color css
<style>
a { background-color: #C77E85; }
a { background-color: rgb(199,126,133); }
div.DivClassName
{
background-color: #C77E85;
}
.BgClassName
{
background-color: #C77E85;
}
</style>
border-color css
<style>
span { border-color: #C77E85; }
span { border-color: rgb(199,126,133); }
td.TdClassName
{
border-color: #C77E85;
}
.TagClassName
{
border-color: #C77E85;
}
</style>