Shades of Charm #C57F85
Tints of Charm #C57F85
RGB
CMYK
RGB Variations
Color information
#C57F85 (or 0xC57F85) is known color: Charm. HEX triplet: C5, 7F and 85. RGB value is (197,127,133). Sum of RGB (Red+Green+Blue) = 197+127+133=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F85 is #3A807A. Grayscale: #949494. Windows color (decimal): -3833979 or 8748997. OLE color: 8748997.
HSL color Cylindrical-coordinate representation of color #C57F85: hue angle of 354.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57F85 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 133 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.23 |
| HSL | 354.86º | 0.38% | 0.64% | - |
| HSV(B) | 354.86º | 0.36% | 0.77% | - |
| XYZ | 34.85 | 28.74 | 25.9 | - |
| YUV | 148.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 133 | 0 | 0.36 | 0.32 | 0.23 | 354.86 | 0.38 | 0.64 |
| Hex | C5 | 7F | 85 | 0 | 24 | 20 | 17 | 163 | 26 | 40 |
| Octal | 305 | 177 | 205 | 0 | 44 | 40 | 27 | 543 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10000101 | 0 | 100100 | 100000 | 10111 | 101100011 | 100110 | 1000000 |
Color Harmonies of #C57F85
Complementary color
Monochromatic Colors of #C57F85
Black with #C57F85
Text Example
Text Example
White with #C57F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F85; }
p { color: rgb(197,127,133); }
H1.HeaderClassName
{
color: #C57F85;
}
.AnyTagClassName
{
color: #C57F85;
}
</style>
background-color css
<style>
a { background-color: #C57F85; }
a { background-color: rgb(197,127,133); }
div.DivClassName
{
background-color: #C57F85;
}
.BgClassName
{
background-color: #C57F85;
}
</style>
border-color css
<style>
span { border-color: #C57F85; }
span { border-color: rgb(197,127,133); }
td.TdClassName
{
border-color: #C57F85;
}
.TagClassName
{
border-color: #C57F85;
}
</style>