Shades of Charm #C5687D
Tints of Charm #C5687D
RGB
CMYK
RGB Variations
Color information
#C5687D (or 0xC5687D) is known color: Charm. HEX triplet: C5, 68 and 7D. RGB value is (197,104,125). Sum of RGB (Red+Green+Blue) = 197+104+125=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5687D is #3A9782. Grayscale: #868686. Windows color (decimal): -3839875 or 8218821. OLE color: 8218821.
HSL color Cylindrical-coordinate representation of color #C5687D: hue angle of 346.45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5687D is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 125 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.23 |
| HSL | 346.45º | 0.44% | 0.59% | - |
| HSV(B) | 346.45º | 0.47% | 0.77% | - |
| XYZ | 31.68 | 23.25 | 22.22 | - |
| YUV | 134.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 125 | 0 | 0.47 | 0.37 | 0.23 | 346.45 | 0.44 | 0.59 |
| Hex | C5 | 68 | 7D | 0 | 2F | 25 | 17 | 15A | 2C | 3B |
| Octal | 305 | 150 | 175 | 0 | 57 | 45 | 27 | 532 | 54 | 73 |
| Binary | 11000101 | 1101000 | 1111101 | 0 | 101111 | 100101 | 10111 | 101011010 | 101100 | 111011 |
Color Harmonies of #C5687D
Complementary color
Monochromatic Colors of #C5687D
Black with #C5687D
Text Example
Text Example
White with #C5687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5687D; }
p { color: rgb(197,104,125); }
H1.HeaderClassName
{
color: #C5687D;
}
.AnyTagClassName
{
color: #C5687D;
}
</style>
background-color css
<style>
a { background-color: #C5687D; }
a { background-color: rgb(197,104,125); }
div.DivClassName
{
background-color: #C5687D;
}
.BgClassName
{
background-color: #C5687D;
}
</style>
border-color css
<style>
span { border-color: #C5687D; }
span { border-color: rgb(197,104,125); }
td.TdClassName
{
border-color: #C5687D;
}
.TagClassName
{
border-color: #C5687D;
}
</style>