Shades of Charm #C56D85
Tints of Charm #C56D85
RGB
CMYK
RGB Variations
Color information
#C56D85 (or 0xC56D85) is known color: Charm. HEX triplet: C5, 6D and 85. RGB value is (197,109,133). Sum of RGB (Red+Green+Blue) = 197+109+133=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56D85 is #3A927A. Grayscale: #8A8A8A. Windows color (decimal): -3838587 or 8744389. OLE color: 8744389.
HSL color Cylindrical-coordinate representation of color #C56D85: hue angle of 343.64º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56D85 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 133 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.23 |
| HSL | 343.64º | 0.43% | 0.6% | - |
| HSV(B) | 343.64º | 0.45% | 0.77% | - |
| XYZ | 32.73 | 24.5 | 25.19 | - |
| YUV | 138.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 133 | 0 | 0.45 | 0.32 | 0.23 | 343.64 | 0.43 | 0.6 |
| Hex | C5 | 6D | 85 | 0 | 2D | 20 | 17 | 158 | 2B | 3C |
| Octal | 305 | 155 | 205 | 0 | 55 | 40 | 27 | 530 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10000101 | 0 | 101101 | 100000 | 10111 | 101011000 | 101011 | 111100 |
Color Harmonies of #C56D85
Complementary color
Monochromatic Colors of #C56D85
Black with #C56D85
Text Example
Text Example
White with #C56D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D85; }
p { color: rgb(197,109,133); }
H1.HeaderClassName
{
color: #C56D85;
}
.AnyTagClassName
{
color: #C56D85;
}
</style>
background-color css
<style>
a { background-color: #C56D85; }
a { background-color: rgb(197,109,133); }
div.DivClassName
{
background-color: #C56D85;
}
.BgClassName
{
background-color: #C56D85;
}
</style>
border-color css
<style>
span { border-color: #C56D85; }
span { border-color: rgb(197,109,133); }
td.TdClassName
{
border-color: #C56D85;
}
.TagClassName
{
border-color: #C56D85;
}
</style>