Shades of Charm #C57F89
Tints of Charm #C57F89
RGB
CMYK
RGB Variations
Color information
#C57F89 (or 0xC57F89) is known color: Charm. HEX triplet: C5, 7F and 89. RGB value is (197,127,137). Sum of RGB (Red+Green+Blue) = 197+127+137=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F89 is #3A8076. Grayscale: #959595. Windows color (decimal): -3833975 or 9011141. OLE color: 9011141.
HSL color Cylindrical-coordinate representation of color #C57F89: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57F89 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 137 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.23 |
| HSL | 351.43º | 0.38% | 0.64% | - |
| HSV(B) | 351.43º | 0.36% | 0.77% | - |
| XYZ | 35.13 | 28.86 | 27.38 | - |
| YUV | 149.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 137 | 0 | 0.36 | 0.30 | 0.23 | 351.43 | 0.38 | 0.64 |
| Hex | C5 | 7F | 89 | 0 | 24 | 1E | 17 | 15F | 26 | 40 |
| Octal | 305 | 177 | 211 | 0 | 44 | 36 | 27 | 537 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10001001 | 0 | 100100 | 11110 | 10111 | 101011111 | 100110 | 1000000 |
Color Harmonies of #C57F89
Complementary color
Monochromatic Colors of #C57F89
Black with #C57F89
Text Example
Text Example
White with #C57F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F89; }
p { color: rgb(197,127,137); }
H1.HeaderClassName
{
color: #C57F89;
}
.AnyTagClassName
{
color: #C57F89;
}
</style>
background-color css
<style>
a { background-color: #C57F89; }
a { background-color: rgb(197,127,137); }
div.DivClassName
{
background-color: #C57F89;
}
.BgClassName
{
background-color: #C57F89;
}
</style>
border-color css
<style>
span { border-color: #C57F89; }
span { border-color: rgb(197,127,137); }
td.TdClassName
{
border-color: #C57F89;
}
.TagClassName
{
border-color: #C57F89;
}
</style>