Shades of Charm #C57684
Tints of Charm #C57684
RGB
CMYK
RGB Variations
Color information
#C57684 (or 0xC57684) is known color: Charm. HEX triplet: C5, 76 and 84. RGB value is (197,118,132). Sum of RGB (Red+Green+Blue) = 197+118+132=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57684 is #3A897B. Grayscale: #8F8F8F. Windows color (decimal): -3836284 or 8681157. OLE color: 8681157.
HSL color Cylindrical-coordinate representation of color #C57684: hue angle of 349.37º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57684 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 132 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.23 |
| HSL | 349.37º | 0.41% | 0.62% | - |
| HSV(B) | 349.37º | 0.4% | 0.77% | - |
| XYZ | 33.67 | 26.49 | 25.17 | - |
| YUV | 143.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 132 | 0 | 0.40 | 0.33 | 0.23 | 349.37 | 0.41 | 0.62 |
| Hex | C5 | 76 | 84 | 0 | 28 | 21 | 17 | 15D | 29 | 3E |
| Octal | 305 | 166 | 204 | 0 | 50 | 41 | 27 | 535 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10000100 | 0 | 101000 | 100001 | 10111 | 101011101 | 101001 | 111110 |
Color Harmonies of #C57684
Complementary color
Monochromatic Colors of #C57684
Black with #C57684
Text Example
Text Example
White with #C57684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57684; }
p { color: rgb(197,118,132); }
H1.HeaderClassName
{
color: #C57684;
}
.AnyTagClassName
{
color: #C57684;
}
</style>
background-color css
<style>
a { background-color: #C57684; }
a { background-color: rgb(197,118,132); }
div.DivClassName
{
background-color: #C57684;
}
.BgClassName
{
background-color: #C57684;
}
</style>
border-color css
<style>
span { border-color: #C57684; }
span { border-color: rgb(197,118,132); }
td.TdClassName
{
border-color: #C57684;
}
.TagClassName
{
border-color: #C57684;
}
</style>