Shades of Charm #C57B87
Tints of Charm #C57B87
RGB
CMYK
RGB Variations
Color information
#C57B87 (or 0xC57B87) is known color: Charm. HEX triplet: C5, 7B and 87. RGB value is (197,123,135). Sum of RGB (Red+Green+Blue) = 197+123+135=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B87 is #3A8478. Grayscale: #929292. Windows color (decimal): -3835001 or 8879045. OLE color: 8879045.
HSL color Cylindrical-coordinate representation of color #C57B87: hue angle of 350.27º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57B87 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 135 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.23 |
| HSL | 350.27º | 0.39% | 0.63% | - |
| HSV(B) | 350.27º | 0.38% | 0.77% | - |
| XYZ | 34.48 | 27.79 | 26.47 | - |
| YUV | 146.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 135 | 0 | 0.38 | 0.31 | 0.23 | 350.27 | 0.39 | 0.63 |
| Hex | C5 | 7B | 87 | 0 | 26 | 1F | 17 | 15E | 27 | 3F |
| Octal | 305 | 173 | 207 | 0 | 46 | 37 | 27 | 536 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10000111 | 0 | 100110 | 11111 | 10111 | 101011110 | 100111 | 111111 |
Color Harmonies of #C57B87
Complementary color
Monochromatic Colors of #C57B87
Black with #C57B87
Text Example
Text Example
White with #C57B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B87; }
p { color: rgb(197,123,135); }
H1.HeaderClassName
{
color: #C57B87;
}
.AnyTagClassName
{
color: #C57B87;
}
</style>
background-color css
<style>
a { background-color: #C57B87; }
a { background-color: rgb(197,123,135); }
div.DivClassName
{
background-color: #C57B87;
}
.BgClassName
{
background-color: #C57B87;
}
</style>
border-color css
<style>
span { border-color: #C57B87; }
span { border-color: rgb(197,123,135); }
td.TdClassName
{
border-color: #C57B87;
}
.TagClassName
{
border-color: #C57B87;
}
</style>