Shades of Charm #C4757E
Tints of Charm #C4757E
RGB
CMYK
RGB Variations
Color information
#C4757E (or 0xC4757E) is known color: Charm. HEX triplet: C4, 75 and 7E. RGB value is (196,117,126). Sum of RGB (Red+Green+Blue) = 196+117+126=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4757E is #3B8A81. Grayscale: #8D8D8D. Windows color (decimal): -3902082 or 8287684. OLE color: 8287684.
HSL color Cylindrical-coordinate representation of color #C4757E: hue angle of 353.16º 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 #C4757E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 126 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.23 |
| HSL | 353.16º | 0.4% | 0.61% | - |
| HSV(B) | 353.16º | 0.4% | 0.77% | - |
| XYZ | 32.89 | 25.96 | 23.02 | - |
| YUV | 141.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 126 | 0 | 0.40 | 0.36 | 0.23 | 353.16 | 0.4 | 0.61 |
| Hex | C4 | 75 | 7E | 0 | 28 | 24 | 17 | 161 | 28 | 3D |
| Octal | 304 | 165 | 176 | 0 | 50 | 44 | 27 | 541 | 50 | 75 |
| Binary | 11000100 | 1110101 | 1111110 | 0 | 101000 | 100100 | 10111 | 101100001 | 101000 | 111101 |
Color Harmonies of #C4757E
Complementary color
Monochromatic Colors of #C4757E
Black with #C4757E
Text Example
Text Example
White with #C4757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4757E; }
p { color: rgb(196,117,126); }
H1.HeaderClassName
{
color: #C4757E;
}
.AnyTagClassName
{
color: #C4757E;
}
</style>
background-color css
<style>
a { background-color: #C4757E; }
a { background-color: rgb(196,117,126); }
div.DivClassName
{
background-color: #C4757E;
}
.BgClassName
{
background-color: #C4757E;
}
</style>
border-color css
<style>
span { border-color: #C4757E; }
span { border-color: rgb(196,117,126); }
td.TdClassName
{
border-color: #C4757E;
}
.TagClassName
{
border-color: #C4757E;
}
</style>