Shades of Charm #C57780
Tints of Charm #C57780
RGB
CMYK
RGB Variations
Color information
#C57780 (or 0xC57780) is known color: Charm. HEX triplet: C5, 77 and 80. RGB value is (197,119,128). Sum of RGB (Red+Green+Blue) = 197+119+128=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C57780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57780 is #3A887F. Grayscale: #8F8F8F. Windows color (decimal): -3836032 or 8419269. OLE color: 8419269.
HSL color Cylindrical-coordinate representation of color #C57780: hue angle of 353.08º 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 #C57780 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 128 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.23 |
| HSL | 353.08º | 0.4% | 0.62% | - |
| HSV(B) | 353.08º | 0.4% | 0.77% | - |
| XYZ | 33.52 | 26.62 | 23.79 | - |
| YUV | 143.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 128 | 0 | 0.40 | 0.35 | 0.23 | 353.08 | 0.4 | 0.62 |
| Hex | C5 | 77 | 80 | 0 | 28 | 23 | 17 | 161 | 28 | 3E |
| Octal | 305 | 167 | 200 | 0 | 50 | 43 | 27 | 541 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10000000 | 0 | 101000 | 100011 | 10111 | 101100001 | 101000 | 111110 |
Color Harmonies of #C57780
Complementary color
Monochromatic Colors of #C57780
Black with #C57780
Text Example
Text Example
White with #C57780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57780; }
p { color: rgb(197,119,128); }
H1.HeaderClassName
{
color: #C57780;
}
.AnyTagClassName
{
color: #C57780;
}
</style>
background-color css
<style>
a { background-color: #C57780; }
a { background-color: rgb(197,119,128); }
div.DivClassName
{
background-color: #C57780;
}
.BgClassName
{
background-color: #C57780;
}
</style>
border-color css
<style>
span { border-color: #C57780; }
span { border-color: rgb(197,119,128); }
td.TdClassName
{
border-color: #C57780;
}
.TagClassName
{
border-color: #C57780;
}
</style>