Shades of Charm #C5767F
Tints of Charm #C5767F
RGB
CMYK
RGB Variations
Color information
#C5767F (or 0xC5767F) is known color: Charm. HEX triplet: C5, 76 and 7F. RGB value is (197,118,127). Sum of RGB (Red+Green+Blue) = 197+118+127=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5767F is #3A8980. Grayscale: #8E8E8E. Windows color (decimal): -3836289 or 8353477. OLE color: 8353477.
HSL color Cylindrical-coordinate representation of color #C5767F: hue angle of 353.16º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5767F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 127 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.23 |
| HSL | 353.16º | 0.41% | 0.62% | - |
| HSV(B) | 353.16º | 0.4% | 0.77% | - |
| XYZ | 33.34 | 26.36 | 23.41 | - |
| YUV | 142.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 127 | 0 | 0.40 | 0.36 | 0.23 | 353.16 | 0.41 | 0.62 |
| Hex | C5 | 76 | 7F | 0 | 28 | 24 | 17 | 161 | 29 | 3E |
| Octal | 305 | 166 | 177 | 0 | 50 | 44 | 27 | 541 | 51 | 76 |
| Binary | 11000101 | 1110110 | 1111111 | 0 | 101000 | 100100 | 10111 | 101100001 | 101001 | 111110 |
Color Harmonies of #C5767F
Complementary color
Monochromatic Colors of #C5767F
Black with #C5767F
Text Example
Text Example
White with #C5767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5767F; }
p { color: rgb(197,118,127); }
H1.HeaderClassName
{
color: #C5767F;
}
.AnyTagClassName
{
color: #C5767F;
}
</style>
background-color css
<style>
a { background-color: #C5767F; }
a { background-color: rgb(197,118,127); }
div.DivClassName
{
background-color: #C5767F;
}
.BgClassName
{
background-color: #C5767F;
}
</style>
border-color css
<style>
span { border-color: #C5767F; }
span { border-color: rgb(197,118,127); }
td.TdClassName
{
border-color: #C5767F;
}
.TagClassName
{
border-color: #C5767F;
}
</style>