Shades of Charm #C5757D
Tints of Charm #C5757D
RGB
CMYK
RGB Variations
Color information
#C5757D (or 0xC5757D) is known color: Charm. HEX triplet: C5, 75 and 7D. RGB value is (197,117,125). Sum of RGB (Red+Green+Blue) = 197+117+125=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5757D is #3A8A82. Grayscale: #8D8D8D. Windows color (decimal): -3836547 or 8222149. OLE color: 8222149.
HSL color Cylindrical-coordinate representation of color #C5757D: hue angle of 354º 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 #C5757D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 125 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.23 |
| HSL | 354º | 0.41% | 0.62% | - |
| HSV(B) | 354º | 0.41% | 0.77% | - |
| XYZ | 33.09 | 26.07 | 22.69 | - |
| YUV | 141.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 125 | 0 | 0.41 | 0.37 | 0.23 | 354 | 0.41 | 0.62 |
| Hex | C5 | 75 | 7D | 0 | 29 | 25 | 17 | 162 | 29 | 3E |
| Octal | 305 | 165 | 175 | 0 | 51 | 45 | 27 | 542 | 51 | 76 |
| Binary | 11000101 | 1110101 | 1111101 | 0 | 101001 | 100101 | 10111 | 101100010 | 101001 | 111110 |
Color Harmonies of #C5757D
Complementary color
Monochromatic Colors of #C5757D
Black with #C5757D
Text Example
Text Example
White with #C5757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5757D; }
p { color: rgb(197,117,125); }
H1.HeaderClassName
{
color: #C5757D;
}
.AnyTagClassName
{
color: #C5757D;
}
</style>
background-color css
<style>
a { background-color: #C5757D; }
a { background-color: rgb(197,117,125); }
div.DivClassName
{
background-color: #C5757D;
}
.BgClassName
{
background-color: #C5757D;
}
</style>
border-color css
<style>
span { border-color: #C5757D; }
span { border-color: rgb(197,117,125); }
td.TdClassName
{
border-color: #C5757D;
}
.TagClassName
{
border-color: #C5757D;
}
</style>