Shades of Charm #C56C85
Tints of Charm #C56C85
RGB
CMYK
RGB Variations
Color information
#C56C85 (or 0xC56C85) is known color: Charm. HEX triplet: C5, 6C and 85. RGB value is (197,108,133). Sum of RGB (Red+Green+Blue) = 197+108+133=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56C85 is #3A937A. Grayscale: #898989. Windows color (decimal): -3838843 or 8744133. OLE color: 8744133.
HSL color Cylindrical-coordinate representation of color #C56C85: hue angle of 343.15º 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 #C56C85 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 133 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.23 |
| HSL | 343.15º | 0.43% | 0.6% | - |
| HSV(B) | 343.15º | 0.45% | 0.77% | - |
| XYZ | 32.62 | 24.29 | 25.16 | - |
| YUV | 137.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 133 | 0 | 0.45 | 0.32 | 0.23 | 343.15 | 0.43 | 0.6 |
| Hex | C5 | 6C | 85 | 0 | 2D | 20 | 17 | 157 | 2B | 3C |
| Octal | 305 | 154 | 205 | 0 | 55 | 40 | 27 | 527 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10000101 | 0 | 101101 | 100000 | 10111 | 101010111 | 101011 | 111100 |
Color Harmonies of #C56C85
Complementary color
Monochromatic Colors of #C56C85
Black with #C56C85
Text Example
Text Example
White with #C56C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C85; }
p { color: rgb(197,108,133); }
H1.HeaderClassName
{
color: #C56C85;
}
.AnyTagClassName
{
color: #C56C85;
}
</style>
background-color css
<style>
a { background-color: #C56C85; }
a { background-color: rgb(197,108,133); }
div.DivClassName
{
background-color: #C56C85;
}
.BgClassName
{
background-color: #C56C85;
}
</style>
border-color css
<style>
span { border-color: #C56C85; }
span { border-color: rgb(197,108,133); }
td.TdClassName
{
border-color: #C56C85;
}
.TagClassName
{
border-color: #C56C85;
}
</style>