Shades of Charm #C57B93
Tints of Charm #C57B93
RGB
CMYK
RGB Variations
Color information
#C57B93 (or 0xC57B93) is known color: Charm. HEX triplet: C5, 7B and 93. RGB value is (197,123,147). Sum of RGB (Red+Green+Blue) = 197+123+147=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B93 is #3A846C. Grayscale: #939393. Windows color (decimal): -3834989 or 9665477. OLE color: 9665477.
HSL color Cylindrical-coordinate representation of color #C57B93: hue angle of 340.54º 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 #C57B93 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 147 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.23 |
| HSL | 340.54º | 0.39% | 0.63% | - |
| HSV(B) | 340.54º | 0.38% | 0.77% | - |
| XYZ | 35.38 | 28.14 | 31.17 | - |
| YUV | 147.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 147 | 0 | 0.38 | 0.25 | 0.23 | 340.54 | 0.39 | 0.63 |
| Hex | C5 | 7B | 93 | 0 | 26 | 19 | 17 | 155 | 27 | 3F |
| Octal | 305 | 173 | 223 | 0 | 46 | 31 | 27 | 525 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10010011 | 0 | 100110 | 11001 | 10111 | 101010101 | 100111 | 111111 |
Color Harmonies of #C57B93
Complementary color
Monochromatic Colors of #C57B93
Black with #C57B93
Text Example
Text Example
White with #C57B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B93; }
p { color: rgb(197,123,147); }
H1.HeaderClassName
{
color: #C57B93;
}
.AnyTagClassName
{
color: #C57B93;
}
</style>
background-color css
<style>
a { background-color: #C57B93; }
a { background-color: rgb(197,123,147); }
div.DivClassName
{
background-color: #C57B93;
}
.BgClassName
{
background-color: #C57B93;
}
</style>
border-color css
<style>
span { border-color: #C57B93; }
span { border-color: rgb(197,123,147); }
td.TdClassName
{
border-color: #C57B93;
}
.TagClassName
{
border-color: #C57B93;
}
</style>