Shades of Charm #C57387
Tints of Charm #C57387
RGB
CMYK
RGB Variations
Color information
#C57387 (or 0xC57387) is known color: Charm. HEX triplet: C5, 73 and 87. RGB value is (197,115,135). Sum of RGB (Red+Green+Blue) = 197+115+135=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57387 is #3A8C78. Grayscale: #8D8D8D. Windows color (decimal): -3837049 or 8876997. OLE color: 8876997.
HSL color Cylindrical-coordinate representation of color #C57387: hue angle of 345.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57387 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 135 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.23 |
| HSL | 345.37º | 0.41% | 0.61% | - |
| HSV(B) | 345.37º | 0.42% | 0.77% | - |
| XYZ | 33.53 | 25.88 | 26.15 | - |
| YUV | 141.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 135 | 0 | 0.42 | 0.31 | 0.23 | 345.37 | 0.41 | 0.61 |
| Hex | C5 | 73 | 87 | 0 | 2A | 1F | 17 | 159 | 29 | 3D |
| Octal | 305 | 163 | 207 | 0 | 52 | 37 | 27 | 531 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10000111 | 0 | 101010 | 11111 | 10111 | 101011001 | 101001 | 111101 |
Color Harmonies of #C57387
Complementary color
Monochromatic Colors of #C57387
Black with #C57387
Text Example
Text Example
White with #C57387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57387; }
p { color: rgb(197,115,135); }
H1.HeaderClassName
{
color: #C57387;
}
.AnyTagClassName
{
color: #C57387;
}
</style>
background-color css
<style>
a { background-color: #C57387; }
a { background-color: rgb(197,115,135); }
div.DivClassName
{
background-color: #C57387;
}
.BgClassName
{
background-color: #C57387;
}
</style>
border-color css
<style>
span { border-color: #C57387; }
span { border-color: rgb(197,115,135); }
td.TdClassName
{
border-color: #C57387;
}
.TagClassName
{
border-color: #C57387;
}
</style>