Shades of Charm #C57087
Tints of Charm #C57087
RGB
CMYK
RGB Variations
Color information
#C57087 (or 0xC57087) is known color: Charm. HEX triplet: C5, 70 and 87. RGB value is (197,112,135). Sum of RGB (Red+Green+Blue) = 197+112+135=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C57087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57087 is #3A8F78. Grayscale: #8C8C8C. Windows color (decimal): -3837817 or 8876229. OLE color: 8876229.
HSL color Cylindrical-coordinate representation of color #C57087: hue angle of 343.76º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57087 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 135 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.23 |
| HSL | 343.76º | 0.42% | 0.61% | - |
| HSV(B) | 343.76º | 0.43% | 0.77% | - |
| XYZ | 33.19 | 25.21 | 26.04 | - |
| YUV | 140.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 135 | 0 | 0.43 | 0.31 | 0.23 | 343.76 | 0.42 | 0.61 |
| Hex | C5 | 70 | 87 | 0 | 2B | 1F | 17 | 158 | 2A | 3D |
| Octal | 305 | 160 | 207 | 0 | 53 | 37 | 27 | 530 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10000111 | 0 | 101011 | 11111 | 10111 | 101011000 | 101010 | 111101 |
Color Harmonies of #C57087
Complementary color
Monochromatic Colors of #C57087
Black with #C57087
Text Example
Text Example
White with #C57087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57087; }
p { color: rgb(197,112,135); }
H1.HeaderClassName
{
color: #C57087;
}
.AnyTagClassName
{
color: #C57087;
}
</style>
background-color css
<style>
a { background-color: #C57087; }
a { background-color: rgb(197,112,135); }
div.DivClassName
{
background-color: #C57087;
}
.BgClassName
{
background-color: #C57087;
}
</style>
border-color css
<style>
span { border-color: #C57087; }
span { border-color: rgb(197,112,135); }
td.TdClassName
{
border-color: #C57087;
}
.TagClassName
{
border-color: #C57087;
}
</style>