Shades of Charm #C5717E
Tints of Charm #C5717E
RGB
CMYK
RGB Variations
Color information
#C5717E (or 0xC5717E) is known color: Charm. HEX triplet: C5, 71 and 7E. RGB value is (197,113,126). Sum of RGB (Red+Green+Blue) = 197+113+126=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5717E is #3A8E81. Grayscale: #8B8B8B. Windows color (decimal): -3837570 or 8286661. OLE color: 8286661.
HSL color Cylindrical-coordinate representation of color #C5717E: hue angle of 350.71º 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 #C5717E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 126 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.23 |
| HSL | 350.71º | 0.42% | 0.61% | - |
| HSV(B) | 350.71º | 0.43% | 0.77% | - |
| XYZ | 32.7 | 25.19 | 22.88 | - |
| YUV | 139.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 126 | 0 | 0.43 | 0.36 | 0.23 | 350.71 | 0.42 | 0.61 |
| Hex | C5 | 71 | 7E | 0 | 2B | 24 | 17 | 15F | 2A | 3D |
| Octal | 305 | 161 | 176 | 0 | 53 | 44 | 27 | 537 | 52 | 75 |
| Binary | 11000101 | 1110001 | 1111110 | 0 | 101011 | 100100 | 10111 | 101011111 | 101010 | 111101 |
Color Harmonies of #C5717E
Complementary color
Monochromatic Colors of #C5717E
Black with #C5717E
Text Example
Text Example
White with #C5717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5717E; }
p { color: rgb(197,113,126); }
H1.HeaderClassName
{
color: #C5717E;
}
.AnyTagClassName
{
color: #C5717E;
}
</style>
background-color css
<style>
a { background-color: #C5717E; }
a { background-color: rgb(197,113,126); }
div.DivClassName
{
background-color: #C5717E;
}
.BgClassName
{
background-color: #C5717E;
}
</style>
border-color css
<style>
span { border-color: #C5717E; }
span { border-color: rgb(197,113,126); }
td.TdClassName
{
border-color: #C5717E;
}
.TagClassName
{
border-color: #C5717E;
}
</style>