Shades of Charm #C5707D
Tints of Charm #C5707D
RGB
CMYK
RGB Variations
Color information
#C5707D (or 0xC5707D) is known color: Charm. HEX triplet: C5, 70 and 7D. RGB value is (197,112,125). Sum of RGB (Red+Green+Blue) = 197+112+125=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5707D is #3A8F82. Grayscale: #8A8A8A. Windows color (decimal): -3837827 or 8220869. OLE color: 8220869.
HSL color Cylindrical-coordinate representation of color #C5707D: hue angle of 350.82º 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 #C5707D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 125 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.23 |
| HSL | 350.82º | 0.42% | 0.61% | - |
| HSV(B) | 350.82º | 0.43% | 0.77% | - |
| XYZ | 32.52 | 24.94 | 22.5 | - |
| YUV | 138.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 125 | 0 | 0.43 | 0.37 | 0.23 | 350.82 | 0.42 | 0.61 |
| Hex | C5 | 70 | 7D | 0 | 2B | 25 | 17 | 15F | 2A | 3D |
| Octal | 305 | 160 | 175 | 0 | 53 | 45 | 27 | 537 | 52 | 75 |
| Binary | 11000101 | 1110000 | 1111101 | 0 | 101011 | 100101 | 10111 | 101011111 | 101010 | 111101 |
Color Harmonies of #C5707D
Complementary color
Monochromatic Colors of #C5707D
Black with #C5707D
Text Example
Text Example
White with #C5707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5707D; }
p { color: rgb(197,112,125); }
H1.HeaderClassName
{
color: #C5707D;
}
.AnyTagClassName
{
color: #C5707D;
}
</style>
background-color css
<style>
a { background-color: #C5707D; }
a { background-color: rgb(197,112,125); }
div.DivClassName
{
background-color: #C5707D;
}
.BgClassName
{
background-color: #C5707D;
}
</style>
border-color css
<style>
span { border-color: #C5707D; }
span { border-color: rgb(197,112,125); }
td.TdClassName
{
border-color: #C5707D;
}
.TagClassName
{
border-color: #C5707D;
}
</style>