Shades of Charm #C5777C
Tints of Charm #C5777C
RGB
CMYK
RGB Variations
Color information
#C5777C (or 0xC5777C) is known color: Charm. HEX triplet: C5, 77 and 7C. RGB value is (197,119,124). Sum of RGB (Red+Green+Blue) = 197+119+124=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5777C is #3A8883. Grayscale: #8E8E8E. Windows color (decimal): -3836036 or 8157125. OLE color: 8157125.
HSL color Cylindrical-coordinate representation of color #C5777C: hue angle of 356.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5777C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 124 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.23 |
| HSL | 356.15º | 0.4% | 0.62% | - |
| HSV(B) | 356.15º | 0.4% | 0.77% | - |
| XYZ | 33.26 | 26.52 | 22.43 | - |
| YUV | 142.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 124 | 0 | 0.40 | 0.37 | 0.23 | 356.15 | 0.4 | 0.62 |
| Hex | C5 | 77 | 7C | 0 | 28 | 25 | 17 | 164 | 28 | 3E |
| Octal | 305 | 167 | 174 | 0 | 50 | 45 | 27 | 544 | 50 | 76 |
| Binary | 11000101 | 1110111 | 1111100 | 0 | 101000 | 100101 | 10111 | 101100100 | 101000 | 111110 |
Color Harmonies of #C5777C
Complementary color
Monochromatic Colors of #C5777C
Black with #C5777C
Text Example
Text Example
White with #C5777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5777C; }
p { color: rgb(197,119,124); }
H1.HeaderClassName
{
color: #C5777C;
}
.AnyTagClassName
{
color: #C5777C;
}
</style>
background-color css
<style>
a { background-color: #C5777C; }
a { background-color: rgb(197,119,124); }
div.DivClassName
{
background-color: #C5777C;
}
.BgClassName
{
background-color: #C5777C;
}
</style>
border-color css
<style>
span { border-color: #C5777C; }
span { border-color: rgb(197,119,124); }
td.TdClassName
{
border-color: #C5777C;
}
.TagClassName
{
border-color: #C5777C;
}
</style>