Shades of Charm #C57A8D
Tints of Charm #C57A8D
RGB
CMYK
RGB Variations
Color information
#C57A8D (or 0xC57A8D) is known color: Charm. HEX triplet: C5, 7A and 8D. RGB value is (197,122,141). Sum of RGB (Red+Green+Blue) = 197+122+141=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A8D is #3A8572. Grayscale: #929292. Windows color (decimal): -3835251 or 9272005. OLE color: 9272005.
HSL color Cylindrical-coordinate representation of color #C57A8D: hue angle of 344.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57A8D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 141 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.23 |
| HSL | 344.8º | 0.39% | 0.63% | - |
| HSV(B) | 344.8º | 0.38% | 0.77% | - |
| XYZ | 34.79 | 27.71 | 28.71 | - |
| YUV | 146.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 141 | 0 | 0.38 | 0.28 | 0.23 | 344.8 | 0.39 | 0.63 |
| Hex | C5 | 7A | 8D | 0 | 26 | 1C | 17 | 159 | 27 | 3F |
| Octal | 305 | 172 | 215 | 0 | 46 | 34 | 27 | 531 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10001101 | 0 | 100110 | 11100 | 10111 | 101011001 | 100111 | 111111 |
Color Harmonies of #C57A8D
Complementary color
Monochromatic Colors of #C57A8D
Black with #C57A8D
Text Example
Text Example
White with #C57A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A8D; }
p { color: rgb(197,122,141); }
H1.HeaderClassName
{
color: #C57A8D;
}
.AnyTagClassName
{
color: #C57A8D;
}
</style>
background-color css
<style>
a { background-color: #C57A8D; }
a { background-color: rgb(197,122,141); }
div.DivClassName
{
background-color: #C57A8D;
}
.BgClassName
{
background-color: #C57A8D;
}
</style>
border-color css
<style>
span { border-color: #C57A8D; }
span { border-color: rgb(197,122,141); }
td.TdClassName
{
border-color: #C57A8D;
}
.TagClassName
{
border-color: #C57A8D;
}
</style>