Shades of Charm #C4757B
Tints of Charm #C4757B
RGB
CMYK
RGB Variations
Color information
#C4757B (or 0xC4757B) is known color: Charm. HEX triplet: C4, 75 and 7B. RGB value is (196,117,123). Sum of RGB (Red+Green+Blue) = 196+117+123=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4757B is #3B8A84. Grayscale: #8D8D8D. Windows color (decimal): -3902085 or 8091076. OLE color: 8091076.
HSL color Cylindrical-coordinate representation of color #C4757B: hue angle of 355.44º 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 #C4757B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 123 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.23 |
| HSL | 355.44º | 0.4% | 0.61% | - |
| HSV(B) | 355.44º | 0.4% | 0.77% | - |
| XYZ | 32.7 | 25.89 | 22.01 | - |
| YUV | 141.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 123 | 0 | 0.40 | 0.37 | 0.23 | 355.44 | 0.4 | 0.61 |
| Hex | C4 | 75 | 7B | 0 | 28 | 25 | 17 | 163 | 28 | 3D |
| Octal | 304 | 165 | 173 | 0 | 50 | 45 | 27 | 543 | 50 | 75 |
| Binary | 11000100 | 1110101 | 1111011 | 0 | 101000 | 100101 | 10111 | 101100011 | 101000 | 111101 |
Color Harmonies of #C4757B
Complementary color
Monochromatic Colors of #C4757B
Black with #C4757B
Text Example
Text Example
White with #C4757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4757B; }
p { color: rgb(196,117,123); }
H1.HeaderClassName
{
color: #C4757B;
}
.AnyTagClassName
{
color: #C4757B;
}
</style>
background-color css
<style>
a { background-color: #C4757B; }
a { background-color: rgb(196,117,123); }
div.DivClassName
{
background-color: #C4757B;
}
.BgClassName
{
background-color: #C4757B;
}
</style>
border-color css
<style>
span { border-color: #C4757B; }
span { border-color: rgb(196,117,123); }
td.TdClassName
{
border-color: #C4757B;
}
.TagClassName
{
border-color: #C4757B;
}
</style>