Shades of Charm #C56B87
Tints of Charm #C56B87
RGB
CMYK
RGB Variations
Color information
#C56B87 (or 0xC56B87) is known color: Charm. HEX triplet: C5, 6B and 87. RGB value is (197,107,135). Sum of RGB (Red+Green+Blue) = 197+107+135=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B87 is #3A9478. Grayscale: #898989. Windows color (decimal): -3839097 or 8874949. OLE color: 8874949.
HSL color Cylindrical-coordinate representation of color #C56B87: hue angle of 341.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56B87 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 135 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.23 |
| HSL | 341.33º | 0.44% | 0.6% | - |
| HSV(B) | 341.33º | 0.46% | 0.77% | - |
| XYZ | 32.66 | 24.13 | 25.86 | - |
| YUV | 137.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 135 | 0 | 0.46 | 0.31 | 0.23 | 341.33 | 0.44 | 0.6 |
| Hex | C5 | 6B | 87 | 0 | 2E | 1F | 17 | 155 | 2C | 3C |
| Octal | 305 | 153 | 207 | 0 | 56 | 37 | 27 | 525 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10000111 | 0 | 101110 | 11111 | 10111 | 101010101 | 101100 | 111100 |
Color Harmonies of #C56B87
Complementary color
Monochromatic Colors of #C56B87
Black with #C56B87
Text Example
Text Example
White with #C56B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B87; }
p { color: rgb(197,107,135); }
H1.HeaderClassName
{
color: #C56B87;
}
.AnyTagClassName
{
color: #C56B87;
}
</style>
background-color css
<style>
a { background-color: #C56B87; }
a { background-color: rgb(197,107,135); }
div.DivClassName
{
background-color: #C56B87;
}
.BgClassName
{
background-color: #C56B87;
}
</style>
border-color css
<style>
span { border-color: #C56B87; }
span { border-color: rgb(197,107,135); }
td.TdClassName
{
border-color: #C56B87;
}
.TagClassName
{
border-color: #C56B87;
}
</style>