Shades of Charm #C57A8B
Tints of Charm #C57A8B
RGB
CMYK
RGB Variations
Color information
#C57A8B (or 0xC57A8B) is known color: Charm. HEX triplet: C5, 7A and 8B. RGB value is (197,122,139). Sum of RGB (Red+Green+Blue) = 197+122+139=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A8B is #3A8574. Grayscale: #929292. Windows color (decimal): -3835253 or 9140933. OLE color: 9140933.
HSL color Cylindrical-coordinate representation of color #C57A8B: hue angle of 346.4º 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 #C57A8B is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 139 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.23 |
| HSL | 346.4º | 0.39% | 0.63% | - |
| HSV(B) | 346.4º | 0.38% | 0.77% | - |
| XYZ | 34.65 | 27.65 | 27.94 | - |
| YUV | 146.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 139 | 0 | 0.38 | 0.29 | 0.23 | 346.4 | 0.39 | 0.63 |
| Hex | C5 | 7A | 8B | 0 | 26 | 1D | 17 | 15A | 27 | 3F |
| Octal | 305 | 172 | 213 | 0 | 46 | 35 | 27 | 532 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10001011 | 0 | 100110 | 11101 | 10111 | 101011010 | 100111 | 111111 |
Color Harmonies of #C57A8B
Complementary color
Monochromatic Colors of #C57A8B
Black with #C57A8B
Text Example
Text Example
White with #C57A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A8B; }
p { color: rgb(197,122,139); }
H1.HeaderClassName
{
color: #C57A8B;
}
.AnyTagClassName
{
color: #C57A8B;
}
</style>
background-color css
<style>
a { background-color: #C57A8B; }
a { background-color: rgb(197,122,139); }
div.DivClassName
{
background-color: #C57A8B;
}
.BgClassName
{
background-color: #C57A8B;
}
</style>
border-color css
<style>
span { border-color: #C57A8B; }
span { border-color: rgb(197,122,139); }
td.TdClassName
{
border-color: #C57A8B;
}
.TagClassName
{
border-color: #C57A8B;
}
</style>