Shades of Charm #C4758E
Tints of Charm #C4758E
RGB
CMYK
RGB Variations
Color information
#C4758E (or 0xC4758E) is known color: Charm. HEX triplet: C4, 75 and 8E. RGB value is (196,117,142). Sum of RGB (Red+Green+Blue) = 196+117+142=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4758E is #3B8A71. Grayscale: #8F8F8F. Windows color (decimal): -3902066 or 9336260. OLE color: 9336260.
HSL color Cylindrical-coordinate representation of color #C4758E: hue angle of 341.01º 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 #C4758E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 142 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.23 |
| HSL | 341.01º | 0.4% | 0.61% | - |
| HSV(B) | 341.01º | 0.4% | 0.77% | - |
| XYZ | 34.01 | 26.41 | 28.9 | - |
| YUV | 143.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 142 | 0 | 0.40 | 0.28 | 0.23 | 341.01 | 0.4 | 0.61 |
| Hex | C4 | 75 | 8E | 0 | 28 | 1C | 17 | 155 | 28 | 3D |
| Octal | 304 | 165 | 216 | 0 | 50 | 34 | 27 | 525 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10001110 | 0 | 101000 | 11100 | 10111 | 101010101 | 101000 | 111101 |
Color Harmonies of #C4758E
Complementary color
Monochromatic Colors of #C4758E
Black with #C4758E
Text Example
Text Example
White with #C4758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4758E; }
p { color: rgb(196,117,142); }
H1.HeaderClassName
{
color: #C4758E;
}
.AnyTagClassName
{
color: #C4758E;
}
</style>
background-color css
<style>
a { background-color: #C4758E; }
a { background-color: rgb(196,117,142); }
div.DivClassName
{
background-color: #C4758E;
}
.BgClassName
{
background-color: #C4758E;
}
</style>
border-color css
<style>
span { border-color: #C4758E; }
span { border-color: rgb(196,117,142); }
td.TdClassName
{
border-color: #C4758E;
}
.TagClassName
{
border-color: #C4758E;
}
</style>