Shades of Charm #C57A92
Tints of Charm #C57A92
RGB
CMYK
RGB Variations
Color information
#C57A92 (or 0xC57A92) is known color: Charm. HEX triplet: C5, 7A and 92. RGB value is (197,122,146). Sum of RGB (Red+Green+Blue) = 197+122+146=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A92 is #3A856D. Grayscale: #939393. Windows color (decimal): -3835246 or 9599685. OLE color: 9599685.
HSL color Cylindrical-coordinate representation of color #C57A92: hue angle of 340.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 #C57A92 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 146 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.23 |
| HSL | 340.8º | 0.39% | 0.63% | - |
| HSV(B) | 340.8º | 0.38% | 0.77% | - |
| XYZ | 35.17 | 27.86 | 30.72 | - |
| YUV | 147.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 146 | 0 | 0.38 | 0.26 | 0.23 | 340.8 | 0.39 | 0.63 |
| Hex | C5 | 7A | 92 | 0 | 26 | 1A | 17 | 155 | 27 | 3F |
| Octal | 305 | 172 | 222 | 0 | 46 | 32 | 27 | 525 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10010010 | 0 | 100110 | 11010 | 10111 | 101010101 | 100111 | 111111 |
Color Harmonies of #C57A92
Complementary color
Monochromatic Colors of #C57A92
Black with #C57A92
Text Example
Text Example
White with #C57A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A92; }
p { color: rgb(197,122,146); }
H1.HeaderClassName
{
color: #C57A92;
}
.AnyTagClassName
{
color: #C57A92;
}
</style>
background-color css
<style>
a { background-color: #C57A92; }
a { background-color: rgb(197,122,146); }
div.DivClassName
{
background-color: #C57A92;
}
.BgClassName
{
background-color: #C57A92;
}
</style>
border-color css
<style>
span { border-color: #C57A92; }
span { border-color: rgb(197,122,146); }
td.TdClassName
{
border-color: #C57A92;
}
.TagClassName
{
border-color: #C57A92;
}
</style>