Shades of Charm #C4757F
Tints of Charm #C4757F
RGB
CMYK
RGB Variations
Color information
#C4757F (or 0xC4757F) is known color: Charm. HEX triplet: C4, 75 and 7F. RGB value is (196,117,127). Sum of RGB (Red+Green+Blue) = 196+117+127=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4757F is #3B8A80. Grayscale: #8D8D8D. Windows color (decimal): -3902081 or 8353220. OLE color: 8353220.
HSL color Cylindrical-coordinate representation of color #C4757F: hue angle of 352.41º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4757F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 127 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.23 |
| HSL | 352.41º | 0.4% | 0.61% | - |
| HSV(B) | 352.41º | 0.4% | 0.77% | - |
| XYZ | 32.96 | 25.99 | 23.36 | - |
| YUV | 141.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 127 | 0 | 0.40 | 0.35 | 0.23 | 352.41 | 0.4 | 0.61 |
| Hex | C4 | 75 | 7F | 0 | 28 | 23 | 17 | 160 | 28 | 3D |
| Octal | 304 | 165 | 177 | 0 | 50 | 43 | 27 | 540 | 50 | 75 |
| Binary | 11000100 | 1110101 | 1111111 | 0 | 101000 | 100011 | 10111 | 101100000 | 101000 | 111101 |
Color Harmonies of #C4757F
Complementary color
Monochromatic Colors of #C4757F
Black with #C4757F
Text Example
Text Example
White with #C4757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4757F; }
p { color: rgb(196,117,127); }
H1.HeaderClassName
{
color: #C4757F;
}
.AnyTagClassName
{
color: #C4757F;
}
</style>
background-color css
<style>
a { background-color: #C4757F; }
a { background-color: rgb(196,117,127); }
div.DivClassName
{
background-color: #C4757F;
}
.BgClassName
{
background-color: #C4757F;
}
</style>
border-color css
<style>
span { border-color: #C4757F; }
span { border-color: rgb(196,117,127); }
td.TdClassName
{
border-color: #C4757F;
}
.TagClassName
{
border-color: #C4757F;
}
</style>