Shades of Charm #C57F8B
Tints of Charm #C57F8B
RGB
CMYK
RGB Variations
Color information
#C57F8B (or 0xC57F8B) is known color: Charm. HEX triplet: C5, 7F and 8B. RGB value is (197,127,139). Sum of RGB (Red+Green+Blue) = 197+127+139=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F8B is #3A8074. Grayscale: #959595. Windows color (decimal): -3833973 or 9142213. OLE color: 9142213.
HSL color Cylindrical-coordinate representation of color #C57F8B: hue angle of 349.71º 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 #C57F8B is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 139 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.23 |
| HSL | 349.71º | 0.38% | 0.64% | - |
| HSV(B) | 349.71º | 0.36% | 0.77% | - |
| XYZ | 35.28 | 28.91 | 28.15 | - |
| YUV | 149.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 139 | 0 | 0.36 | 0.29 | 0.23 | 349.71 | 0.38 | 0.64 |
| Hex | C5 | 7F | 8B | 0 | 24 | 1D | 17 | 15E | 26 | 40 |
| Octal | 305 | 177 | 213 | 0 | 44 | 35 | 27 | 536 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10001011 | 0 | 100100 | 11101 | 10111 | 101011110 | 100110 | 1000000 |
Color Harmonies of #C57F8B
Complementary color
Monochromatic Colors of #C57F8B
Black with #C57F8B
Text Example
Text Example
White with #C57F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F8B; }
p { color: rgb(197,127,139); }
H1.HeaderClassName
{
color: #C57F8B;
}
.AnyTagClassName
{
color: #C57F8B;
}
</style>
background-color css
<style>
a { background-color: #C57F8B; }
a { background-color: rgb(197,127,139); }
div.DivClassName
{
background-color: #C57F8B;
}
.BgClassName
{
background-color: #C57F8B;
}
</style>
border-color css
<style>
span { border-color: #C57F8B; }
span { border-color: rgb(197,127,139); }
td.TdClassName
{
border-color: #C57F8B;
}
.TagClassName
{
border-color: #C57F8B;
}
</style>