Shades of Charm #C57778
Tints of Charm #C57778
RGB
CMYK
RGB Variations
Color information
#C57778 (or 0xC57778) is known color: Charm. HEX triplet: C5, 77 and 78. RGB value is (197,119,120). Sum of RGB (Red+Green+Blue) = 197+119+120=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C57778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57778 is #3A8887. Grayscale: #8E8E8E. Windows color (decimal): -3836040 or 7894981. OLE color: 7894981.
HSL color Cylindrical-coordinate representation of color #C57778: hue angle of 359.23º 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 #C57778 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 120 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.23 |
| HSL | 359.23º | 0.4% | 0.62% | - |
| HSV(B) | 359.23º | 0.4% | 0.77% | - |
| XYZ | 33.01 | 26.42 | 21.13 | - |
| YUV | 142.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 120 | 0 | 0.40 | 0.39 | 0.23 | 359.23 | 0.4 | 0.62 |
| Hex | C5 | 77 | 78 | 0 | 28 | 27 | 17 | 167 | 28 | 3E |
| Octal | 305 | 167 | 170 | 0 | 50 | 47 | 27 | 547 | 50 | 76 |
| Binary | 11000101 | 1110111 | 1111000 | 0 | 101000 | 100111 | 10111 | 101100111 | 101000 | 111110 |
Color Harmonies of #C57778
Complementary color
Monochromatic Colors of #C57778
Black with #C57778
Text Example
Text Example
White with #C57778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57778; }
p { color: rgb(197,119,120); }
H1.HeaderClassName
{
color: #C57778;
}
.AnyTagClassName
{
color: #C57778;
}
</style>
background-color css
<style>
a { background-color: #C57778; }
a { background-color: rgb(197,119,120); }
div.DivClassName
{
background-color: #C57778;
}
.BgClassName
{
background-color: #C57778;
}
</style>
border-color css
<style>
span { border-color: #C57778; }
span { border-color: rgb(197,119,120); }
td.TdClassName
{
border-color: #C57778;
}
.TagClassName
{
border-color: #C57778;
}
</style>