Shades of Charm #C5687F
Tints of Charm #C5687F
RGB
CMYK
RGB Variations
Color information
#C5687F (or 0xC5687F) is known color: Charm. HEX triplet: C5, 68 and 7F. RGB value is (197,104,127). Sum of RGB (Red+Green+Blue) = 197+104+127=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5687F is #3A9780. Grayscale: #868686. Windows color (decimal): -3839873 or 8349893. OLE color: 8349893.
HSL color Cylindrical-coordinate representation of color #C5687F: hue angle of 345.16º 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 #C5687F is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 127 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.23 |
| HSL | 345.16º | 0.44% | 0.59% | - |
| HSV(B) | 345.16º | 0.47% | 0.77% | - |
| XYZ | 31.81 | 23.3 | 22.9 | - |
| YUV | 134.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 127 | 0 | 0.47 | 0.36 | 0.23 | 345.16 | 0.44 | 0.59 |
| Hex | C5 | 68 | 7F | 0 | 2F | 24 | 17 | 159 | 2C | 3B |
| Octal | 305 | 150 | 177 | 0 | 57 | 44 | 27 | 531 | 54 | 73 |
| Binary | 11000101 | 1101000 | 1111111 | 0 | 101111 | 100100 | 10111 | 101011001 | 101100 | 111011 |
Color Harmonies of #C5687F
Complementary color
Monochromatic Colors of #C5687F
Black with #C5687F
Text Example
Text Example
White with #C5687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5687F; }
p { color: rgb(197,104,127); }
H1.HeaderClassName
{
color: #C5687F;
}
.AnyTagClassName
{
color: #C5687F;
}
</style>
background-color css
<style>
a { background-color: #C5687F; }
a { background-color: rgb(197,104,127); }
div.DivClassName
{
background-color: #C5687F;
}
.BgClassName
{
background-color: #C5687F;
}
</style>
border-color css
<style>
span { border-color: #C5687F; }
span { border-color: rgb(197,104,127); }
td.TdClassName
{
border-color: #C5687F;
}
.TagClassName
{
border-color: #C5687F;
}
</style>