Shades of Charm #C57887
Tints of Charm #C57887
RGB
CMYK
RGB Variations
Color information
#C57887 (or 0xC57887) is known color: Charm. HEX triplet: C5, 78 and 87. RGB value is (197,120,135). Sum of RGB (Red+Green+Blue) = 197+120+135=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C57887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57887 is #3A8778. Grayscale: #909090. Windows color (decimal): -3835769 or 8878277. OLE color: 8878277.
HSL color Cylindrical-coordinate representation of color #C57887: hue angle of 348.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57887 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 135 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.23 |
| HSL | 348.31º | 0.4% | 0.62% | - |
| HSV(B) | 348.31º | 0.39% | 0.77% | - |
| XYZ | 34.12 | 27.05 | 26.35 | - |
| YUV | 144.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 135 | 0 | 0.39 | 0.31 | 0.23 | 348.31 | 0.4 | 0.62 |
| Hex | C5 | 78 | 87 | 0 | 27 | 1F | 17 | 15C | 28 | 3E |
| Octal | 305 | 170 | 207 | 0 | 47 | 37 | 27 | 534 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10000111 | 0 | 100111 | 11111 | 10111 | 101011100 | 101000 | 111110 |
Color Harmonies of #C57887
Complementary color
Monochromatic Colors of #C57887
Black with #C57887
Text Example
Text Example
White with #C57887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57887; }
p { color: rgb(197,120,135); }
H1.HeaderClassName
{
color: #C57887;
}
.AnyTagClassName
{
color: #C57887;
}
</style>
background-color css
<style>
a { background-color: #C57887; }
a { background-color: rgb(197,120,135); }
div.DivClassName
{
background-color: #C57887;
}
.BgClassName
{
background-color: #C57887;
}
</style>
border-color css
<style>
span { border-color: #C57887; }
span { border-color: rgb(197,120,135); }
td.TdClassName
{
border-color: #C57887;
}
.TagClassName
{
border-color: #C57887;
}
</style>