Shades of Charm #C57D8F
Tints of Charm #C57D8F
RGB
CMYK
RGB Variations
Color information
#C57D8F (or 0xC57D8F) is known color: Charm. HEX triplet: C5, 7D and 8F. RGB value is (197,125,143). Sum of RGB (Red+Green+Blue) = 197+125+143=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57D8F is #3A8270. Grayscale: #949494. Windows color (decimal): -3834481 or 9403845. OLE color: 9403845.
HSL color Cylindrical-coordinate representation of color #C57D8F: hue angle of 345º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57D8F is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 143 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.23 |
| HSL | 345º | 0.38% | 0.63% | - |
| HSV(B) | 345º | 0.37% | 0.77% | - |
| XYZ | 35.32 | 28.52 | 29.63 | - |
| YUV | 148.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 143 | 0 | 0.37 | 0.27 | 0.23 | 345 | 0.38 | 0.63 |
| Hex | C5 | 7D | 8F | 0 | 25 | 1B | 17 | 159 | 26 | 3F |
| Octal | 305 | 175 | 217 | 0 | 45 | 33 | 27 | 531 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10001111 | 0 | 100101 | 11011 | 10111 | 101011001 | 100110 | 111111 |
Color Harmonies of #C57D8F
Complementary color
Monochromatic Colors of #C57D8F
Black with #C57D8F
Text Example
Text Example
White with #C57D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D8F; }
p { color: rgb(197,125,143); }
H1.HeaderClassName
{
color: #C57D8F;
}
.AnyTagClassName
{
color: #C57D8F;
}
</style>
background-color css
<style>
a { background-color: #C57D8F; }
a { background-color: rgb(197,125,143); }
div.DivClassName
{
background-color: #C57D8F;
}
.BgClassName
{
background-color: #C57D8F;
}
</style>
border-color css
<style>
span { border-color: #C57D8F; }
span { border-color: rgb(197,125,143); }
td.TdClassName
{
border-color: #C57D8F;
}
.TagClassName
{
border-color: #C57D8F;
}
</style>