Shades of Charm #C57788
Tints of Charm #C57788
RGB
CMYK
RGB Variations
Color information
#C57788 (or 0xC57788) is known color: Charm. HEX triplet: C5, 77 and 88. RGB value is (197,119,136). Sum of RGB (Red+Green+Blue) = 197+119+136=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C57788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57788 is #3A8877. Grayscale: #909090. Windows color (decimal): -3836024 or 8943557. OLE color: 8943557.
HSL color Cylindrical-coordinate representation of color #C57788: hue angle of 346.92º 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 #C57788 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 136 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.23 |
| HSL | 346.92º | 0.4% | 0.62% | - |
| HSV(B) | 346.92º | 0.4% | 0.77% | - |
| XYZ | 34.07 | 26.84 | 26.68 | - |
| YUV | 144.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 136 | 0 | 0.40 | 0.31 | 0.23 | 346.92 | 0.4 | 0.62 |
| Hex | C5 | 77 | 88 | 0 | 28 | 1F | 17 | 15B | 28 | 3E |
| Octal | 305 | 167 | 210 | 0 | 50 | 37 | 27 | 533 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10001000 | 0 | 101000 | 11111 | 10111 | 101011011 | 101000 | 111110 |
Color Harmonies of #C57788
Complementary color
Monochromatic Colors of #C57788
Black with #C57788
Text Example
Text Example
White with #C57788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57788; }
p { color: rgb(197,119,136); }
H1.HeaderClassName
{
color: #C57788;
}
.AnyTagClassName
{
color: #C57788;
}
</style>
background-color css
<style>
a { background-color: #C57788; }
a { background-color: rgb(197,119,136); }
div.DivClassName
{
background-color: #C57788;
}
.BgClassName
{
background-color: #C57788;
}
</style>
border-color css
<style>
span { border-color: #C57788; }
span { border-color: rgb(197,119,136); }
td.TdClassName
{
border-color: #C57788;
}
.TagClassName
{
border-color: #C57788;
}
</style>