Shades of Charm #C57D7F
Tints of Charm #C57D7F
RGB
CMYK
RGB Variations
Color information
#C57D7F (or 0xC57D7F) is known color: Charm. HEX triplet: C5, 7D and 7F. RGB value is (197,125,127). Sum of RGB (Red+Green+Blue) = 197+125+127=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D7F is #3A8280. Grayscale: #929292. Windows color (decimal): -3834497 or 8355269. OLE color: 8355269.
HSL color Cylindrical-coordinate representation of color #C57D7F: hue angle of 358.33º 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 #C57D7F is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 127 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.23 |
| HSL | 358.33º | 0.38% | 0.63% | - |
| HSV(B) | 358.33º | 0.37% | 0.77% | - |
| XYZ | 34.19 | 28.07 | 23.69 | - |
| YUV | 146.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 127 | 0 | 0.37 | 0.36 | 0.23 | 358.33 | 0.38 | 0.63 |
| Hex | C5 | 7D | 7F | 0 | 25 | 24 | 17 | 166 | 26 | 3F |
| Octal | 305 | 175 | 177 | 0 | 45 | 44 | 27 | 546 | 46 | 77 |
| Binary | 11000101 | 1111101 | 1111111 | 0 | 100101 | 100100 | 10111 | 101100110 | 100110 | 111111 |
Color Harmonies of #C57D7F
Complementary color
Monochromatic Colors of #C57D7F
Black with #C57D7F
Text Example
Text Example
White with #C57D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D7F; }
p { color: rgb(197,125,127); }
H1.HeaderClassName
{
color: #C57D7F;
}
.AnyTagClassName
{
color: #C57D7F;
}
</style>
background-color css
<style>
a { background-color: #C57D7F; }
a { background-color: rgb(197,125,127); }
div.DivClassName
{
background-color: #C57D7F;
}
.BgClassName
{
background-color: #C57D7F;
}
</style>
border-color css
<style>
span { border-color: #C57D7F; }
span { border-color: rgb(197,125,127); }
td.TdClassName
{
border-color: #C57D7F;
}
.TagClassName
{
border-color: #C57D7F;
}
</style>