Shades of Charm #C5747B
Tints of Charm #C5747B
RGB
CMYK
RGB Variations
Color information
#C5747B (or 0xC5747B) is known color: Charm. HEX triplet: C5, 74 and 7B. RGB value is (197,116,123). Sum of RGB (Red+Green+Blue) = 197+116+123=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5747B is #3A8B84. Grayscale: #8D8D8D. Windows color (decimal): -3836805 or 8090821. OLE color: 8090821.
HSL color Cylindrical-coordinate representation of color #C5747B: hue angle of 354.81º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5747B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 123 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.23 |
| HSL | 354.81º | 0.41% | 0.61% | - |
| HSV(B) | 354.81º | 0.41% | 0.77% | - |
| XYZ | 32.85 | 25.79 | 21.99 | - |
| YUV | 141.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 123 | 0 | 0.41 | 0.38 | 0.23 | 354.81 | 0.41 | 0.61 |
| Hex | C5 | 74 | 7B | 0 | 29 | 26 | 17 | 163 | 29 | 3D |
| Octal | 305 | 164 | 173 | 0 | 51 | 46 | 27 | 543 | 51 | 75 |
| Binary | 11000101 | 1110100 | 1111011 | 0 | 101001 | 100110 | 10111 | 101100011 | 101001 | 111101 |
Color Harmonies of #C5747B
Complementary color
Monochromatic Colors of #C5747B
Black with #C5747B
Text Example
Text Example
White with #C5747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5747B; }
p { color: rgb(197,116,123); }
H1.HeaderClassName
{
color: #C5747B;
}
.AnyTagClassName
{
color: #C5747B;
}
</style>
background-color css
<style>
a { background-color: #C5747B; }
a { background-color: rgb(197,116,123); }
div.DivClassName
{
background-color: #C5747B;
}
.BgClassName
{
background-color: #C5747B;
}
</style>
border-color css
<style>
span { border-color: #C5747B; }
span { border-color: rgb(197,116,123); }
td.TdClassName
{
border-color: #C5747B;
}
.TagClassName
{
border-color: #C5747B;
}
</style>