Shades of Charm #C57587
Tints of Charm #C57587
RGB
CMYK
RGB Variations
Color information
#C57587 (or 0xC57587) is known color: Charm. HEX triplet: C5, 75 and 87. RGB value is (197,117,135). Sum of RGB (Red+Green+Blue) = 197+117+135=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C57587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57587 is #3A8A78. Grayscale: #8E8E8E. Windows color (decimal): -3836537 or 8877509. OLE color: 8877509.
HSL color Cylindrical-coordinate representation of color #C57587: hue angle of 346.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57587 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 135 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.23 |
| HSL | 346.5º | 0.41% | 0.62% | - |
| HSV(B) | 346.5º | 0.41% | 0.77% | - |
| XYZ | 33.76 | 26.34 | 26.23 | - |
| YUV | 142.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 135 | 0 | 0.41 | 0.31 | 0.23 | 346.5 | 0.41 | 0.62 |
| Hex | C5 | 75 | 87 | 0 | 29 | 1F | 17 | 15A | 29 | 3E |
| Octal | 305 | 165 | 207 | 0 | 51 | 37 | 27 | 532 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10000111 | 0 | 101001 | 11111 | 10111 | 101011010 | 101001 | 111110 |
Color Harmonies of #C57587
Complementary color
Monochromatic Colors of #C57587
Black with #C57587
Text Example
Text Example
White with #C57587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57587; }
p { color: rgb(197,117,135); }
H1.HeaderClassName
{
color: #C57587;
}
.AnyTagClassName
{
color: #C57587;
}
</style>
background-color css
<style>
a { background-color: #C57587; }
a { background-color: rgb(197,117,135); }
div.DivClassName
{
background-color: #C57587;
}
.BgClassName
{
background-color: #C57587;
}
</style>
border-color css
<style>
span { border-color: #C57587; }
span { border-color: rgb(197,117,135); }
td.TdClassName
{
border-color: #C57587;
}
.TagClassName
{
border-color: #C57587;
}
</style>