Shades of Charm #C5717A
Tints of Charm #C5717A
RGB
CMYK
RGB Variations
Color information
#C5717A (or 0xC5717A) is known color: Charm. HEX triplet: C5, 71 and 7A. RGB value is (197,113,122). Sum of RGB (Red+Green+Blue) = 197+113+122=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5717A is #3A8E85. Grayscale: #8B8B8B. Windows color (decimal): -3837574 or 8024517. OLE color: 8024517.
HSL color Cylindrical-coordinate representation of color #C5717A: hue angle of 353.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5717A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 122 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.23 |
| HSL | 353.57º | 0.42% | 0.61% | - |
| HSV(B) | 353.57º | 0.43% | 0.77% | - |
| XYZ | 32.44 | 25.09 | 21.54 | - |
| YUV | 139.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 122 | 0 | 0.43 | 0.38 | 0.23 | 353.57 | 0.42 | 0.61 |
| Hex | C5 | 71 | 7A | 0 | 2B | 26 | 17 | 162 | 2A | 3D |
| Octal | 305 | 161 | 172 | 0 | 53 | 46 | 27 | 542 | 52 | 75 |
| Binary | 11000101 | 1110001 | 1111010 | 0 | 101011 | 100110 | 10111 | 101100010 | 101010 | 111101 |
Color Harmonies of #C5717A
Complementary color
Monochromatic Colors of #C5717A
Black with #C5717A
Text Example
Text Example
White with #C5717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5717A; }
p { color: rgb(197,113,122); }
H1.HeaderClassName
{
color: #C5717A;
}
.AnyTagClassName
{
color: #C5717A;
}
</style>
background-color css
<style>
a { background-color: #C5717A; }
a { background-color: rgb(197,113,122); }
div.DivClassName
{
background-color: #C5717A;
}
.BgClassName
{
background-color: #C5717A;
}
</style>
border-color css
<style>
span { border-color: #C5717A; }
span { border-color: rgb(197,113,122); }
td.TdClassName
{
border-color: #C5717A;
}
.TagClassName
{
border-color: #C5717A;
}
</style>