Shades of Charm #C5707F
Tints of Charm #C5707F
RGB
CMYK
RGB Variations
Color information
#C5707F (or 0xC5707F) is known color: Charm. HEX triplet: C5, 70 and 7F. RGB value is (197,112,127). Sum of RGB (Red+Green+Blue) = 197+112+127=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5707F is #3A8F80. Grayscale: #8B8B8B. Windows color (decimal): -3837825 or 8351941. OLE color: 8351941.
HSL color Cylindrical-coordinate representation of color #C5707F: hue angle of 349.41º 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 #C5707F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 127 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.23 |
| HSL | 349.41º | 0.42% | 0.61% | - |
| HSV(B) | 349.41º | 0.43% | 0.77% | - |
| XYZ | 32.65 | 24.99 | 23.18 | - |
| YUV | 139.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 127 | 0 | 0.43 | 0.36 | 0.23 | 349.41 | 0.42 | 0.61 |
| Hex | C5 | 70 | 7F | 0 | 2B | 24 | 17 | 15D | 2A | 3D |
| Octal | 305 | 160 | 177 | 0 | 53 | 44 | 27 | 535 | 52 | 75 |
| Binary | 11000101 | 1110000 | 1111111 | 0 | 101011 | 100100 | 10111 | 101011101 | 101010 | 111101 |
Color Harmonies of #C5707F
Complementary color
Monochromatic Colors of #C5707F
Black with #C5707F
Text Example
Text Example
White with #C5707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5707F; }
p { color: rgb(197,112,127); }
H1.HeaderClassName
{
color: #C5707F;
}
.AnyTagClassName
{
color: #C5707F;
}
</style>
background-color css
<style>
a { background-color: #C5707F; }
a { background-color: rgb(197,112,127); }
div.DivClassName
{
background-color: #C5707F;
}
.BgClassName
{
background-color: #C5707F;
}
</style>
border-color css
<style>
span { border-color: #C5707F; }
span { border-color: rgb(197,112,127); }
td.TdClassName
{
border-color: #C5707F;
}
.TagClassName
{
border-color: #C5707F;
}
</style>