Shades of Charm #C57578
Tints of Charm #C57578
RGB
CMYK
RGB Variations
Color information
#C57578 (or 0xC57578) is known color: Charm. HEX triplet: C5, 75 and 78. RGB value is (197,117,120). Sum of RGB (Red+Green+Blue) = 197+117+120=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C57578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57578 is #3A8A87. Grayscale: #8D8D8D. Windows color (decimal): -3836552 or 7894469. OLE color: 7894469.
HSL color Cylindrical-coordinate representation of color #C57578: hue angle of 357.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57578 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 120 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.23 |
| HSL | 357.75º | 0.41% | 0.62% | - |
| HSV(B) | 357.75º | 0.41% | 0.77% | - |
| XYZ | 32.78 | 25.95 | 21.05 | - |
| YUV | 141.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 120 | 0 | 0.41 | 0.39 | 0.23 | 357.75 | 0.41 | 0.62 |
| Hex | C5 | 75 | 78 | 0 | 29 | 27 | 17 | 166 | 29 | 3E |
| Octal | 305 | 165 | 170 | 0 | 51 | 47 | 27 | 546 | 51 | 76 |
| Binary | 11000101 | 1110101 | 1111000 | 0 | 101001 | 100111 | 10111 | 101100110 | 101001 | 111110 |
Color Harmonies of #C57578
Complementary color
Monochromatic Colors of #C57578
Black with #C57578
Text Example
Text Example
White with #C57578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57578; }
p { color: rgb(197,117,120); }
H1.HeaderClassName
{
color: #C57578;
}
.AnyTagClassName
{
color: #C57578;
}
</style>
background-color css
<style>
a { background-color: #C57578; }
a { background-color: rgb(197,117,120); }
div.DivClassName
{
background-color: #C57578;
}
.BgClassName
{
background-color: #C57578;
}
</style>
border-color css
<style>
span { border-color: #C57578; }
span { border-color: rgb(197,117,120); }
td.TdClassName
{
border-color: #C57578;
}
.TagClassName
{
border-color: #C57578;
}
</style>