Shades of Charm #C5747A
Tints of Charm #C5747A
RGB
CMYK
RGB Variations
Color information
#C5747A (or 0xC5747A) is known color: Charm. HEX triplet: C5, 74 and 7A. RGB value is (197,116,122). Sum of RGB (Red+Green+Blue) = 197+116+122=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5747A is #3A8B85. Grayscale: #8C8C8C. Windows color (decimal): -3836806 or 8025285. OLE color: 8025285.
HSL color Cylindrical-coordinate representation of color #C5747A: hue angle of 355.56º 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 #C5747A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 122 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.23 |
| HSL | 355.56º | 0.41% | 0.61% | - |
| HSV(B) | 355.56º | 0.41% | 0.77% | - |
| XYZ | 32.78 | 25.77 | 21.66 | - |
| YUV | 140.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 122 | 0 | 0.41 | 0.38 | 0.23 | 355.56 | 0.41 | 0.61 |
| Hex | C5 | 74 | 7A | 0 | 29 | 26 | 17 | 164 | 29 | 3D |
| Octal | 305 | 164 | 172 | 0 | 51 | 46 | 27 | 544 | 51 | 75 |
| Binary | 11000101 | 1110100 | 1111010 | 0 | 101001 | 100110 | 10111 | 101100100 | 101001 | 111101 |
Color Harmonies of #C5747A
Complementary color
Monochromatic Colors of #C5747A
Black with #C5747A
Text Example
Text Example
White with #C5747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5747A; }
p { color: rgb(197,116,122); }
H1.HeaderClassName
{
color: #C5747A;
}
.AnyTagClassName
{
color: #C5747A;
}
</style>
background-color css
<style>
a { background-color: #C5747A; }
a { background-color: rgb(197,116,122); }
div.DivClassName
{
background-color: #C5747A;
}
.BgClassName
{
background-color: #C5747A;
}
</style>
border-color css
<style>
span { border-color: #C5747A; }
span { border-color: rgb(197,116,122); }
td.TdClassName
{
border-color: #C5747A;
}
.TagClassName
{
border-color: #C5747A;
}
</style>