Shades of Charm #C5717B
Tints of Charm #C5717B
RGB
CMYK
RGB Variations
Color information
#C5717B (or 0xC5717B) is known color: Charm. HEX triplet: C5, 71 and 7B. RGB value is (197,113,123). Sum of RGB (Red+Green+Blue) = 197+113+123=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5717B is #3A8E84. Grayscale: #8B8B8B. Windows color (decimal): -3837573 or 8090053. OLE color: 8090053.
HSL color Cylindrical-coordinate representation of color #C5717B: hue angle of 352.86º 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 #C5717B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 123 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.23 |
| HSL | 352.86º | 0.42% | 0.61% | - |
| HSV(B) | 352.86º | 0.43% | 0.77% | - |
| XYZ | 32.51 | 25.11 | 21.87 | - |
| YUV | 139.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 123 | 0 | 0.43 | 0.38 | 0.23 | 352.86 | 0.42 | 0.61 |
| Hex | C5 | 71 | 7B | 0 | 2B | 26 | 17 | 161 | 2A | 3D |
| Octal | 305 | 161 | 173 | 0 | 53 | 46 | 27 | 541 | 52 | 75 |
| Binary | 11000101 | 1110001 | 1111011 | 0 | 101011 | 100110 | 10111 | 101100001 | 101010 | 111101 |
Color Harmonies of #C5717B
Complementary color
Monochromatic Colors of #C5717B
Black with #C5717B
Text Example
Text Example
White with #C5717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5717B; }
p { color: rgb(197,113,123); }
H1.HeaderClassName
{
color: #C5717B;
}
.AnyTagClassName
{
color: #C5717B;
}
</style>
background-color css
<style>
a { background-color: #C5717B; }
a { background-color: rgb(197,113,123); }
div.DivClassName
{
background-color: #C5717B;
}
.BgClassName
{
background-color: #C5717B;
}
</style>
border-color css
<style>
span { border-color: #C5717B; }
span { border-color: rgb(197,113,123); }
td.TdClassName
{
border-color: #C5717B;
}
.TagClassName
{
border-color: #C5717B;
}
</style>