Shades of Charm #C4758D
Tints of Charm #C4758D
RGB
CMYK
RGB Variations
Color information
#C4758D (or 0xC4758D) is known color: Charm. HEX triplet: C4, 75 and 8D. RGB value is (196,117,141). Sum of RGB (Red+Green+Blue) = 196+117+141=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4758D is #3B8A72. Grayscale: #8F8F8F. Windows color (decimal): -3902067 or 9270724. OLE color: 9270724.
HSL color Cylindrical-coordinate representation of color #C4758D: hue angle of 341.77º 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 #C4758D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 141 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.23 |
| HSL | 341.77º | 0.4% | 0.61% | - |
| HSV(B) | 341.77º | 0.4% | 0.77% | - |
| XYZ | 33.93 | 26.38 | 28.5 | - |
| YUV | 143.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 141 | 0 | 0.40 | 0.28 | 0.23 | 341.77 | 0.4 | 0.61 |
| Hex | C4 | 75 | 8D | 0 | 28 | 1C | 17 | 156 | 28 | 3D |
| Octal | 304 | 165 | 215 | 0 | 50 | 34 | 27 | 526 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10001101 | 0 | 101000 | 11100 | 10111 | 101010110 | 101000 | 111101 |
Color Harmonies of #C4758D
Complementary color
Monochromatic Colors of #C4758D
Black with #C4758D
Text Example
Text Example
White with #C4758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4758D; }
p { color: rgb(196,117,141); }
H1.HeaderClassName
{
color: #C4758D;
}
.AnyTagClassName
{
color: #C4758D;
}
</style>
background-color css
<style>
a { background-color: #C4758D; }
a { background-color: rgb(196,117,141); }
div.DivClassName
{
background-color: #C4758D;
}
.BgClassName
{
background-color: #C4758D;
}
</style>
border-color css
<style>
span { border-color: #C4758D; }
span { border-color: rgb(196,117,141); }
td.TdClassName
{
border-color: #C4758D;
}
.TagClassName
{
border-color: #C4758D;
}
</style>