Shades of Charm #C57186
Tints of Charm #C57186
RGB
CMYK
RGB Variations
Color information
#C57186 (or 0xC57186) is known color: Charm. HEX triplet: C5, 71 and 86. RGB value is (197,113,134). Sum of RGB (Red+Green+Blue) = 197+113+134=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C57186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57186 is #3A8E79. Grayscale: #8C8C8C. Windows color (decimal): -3837562 or 8810949. OLE color: 8810949.
HSL color Cylindrical-coordinate representation of color #C57186: hue angle of 345º 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 #C57186 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 134 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.23 |
| HSL | 345º | 0.42% | 0.61% | - |
| HSV(B) | 345º | 0.43% | 0.77% | - |
| XYZ | 33.23 | 25.4 | 25.71 | - |
| YUV | 140.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 134 | 0 | 0.43 | 0.32 | 0.23 | 345 | 0.42 | 0.61 |
| Hex | C5 | 71 | 86 | 0 | 2B | 20 | 17 | 159 | 2A | 3D |
| Octal | 305 | 161 | 206 | 0 | 53 | 40 | 27 | 531 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10000110 | 0 | 101011 | 100000 | 10111 | 101011001 | 101010 | 111101 |
Color Harmonies of #C57186
Complementary color
Monochromatic Colors of #C57186
Black with #C57186
Text Example
Text Example
White with #C57186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57186; }
p { color: rgb(197,113,134); }
H1.HeaderClassName
{
color: #C57186;
}
.AnyTagClassName
{
color: #C57186;
}
</style>
background-color css
<style>
a { background-color: #C57186; }
a { background-color: rgb(197,113,134); }
div.DivClassName
{
background-color: #C57186;
}
.BgClassName
{
background-color: #C57186;
}
</style>
border-color css
<style>
span { border-color: #C57186; }
span { border-color: rgb(197,113,134); }
td.TdClassName
{
border-color: #C57186;
}
.TagClassName
{
border-color: #C57186;
}
</style>