Shades of Charm #C5787E
Tints of Charm #C5787E
RGB
CMYK
RGB Variations
Color information
#C5787E (or 0xC5787E) is known color: Charm. HEX triplet: C5, 78 and 7E. RGB value is (197,120,126). Sum of RGB (Red+Green+Blue) = 197+120+126=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5787E is #3A8781. Grayscale: #8F8F8F. Windows color (decimal): -3835778 or 8288453. OLE color: 8288453.
HSL color Cylindrical-coordinate representation of color #C5787E: hue angle of 355.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5787E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 126 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.23 |
| HSL | 355.32º | 0.4% | 0.62% | - |
| HSV(B) | 355.32º | 0.39% | 0.77% | - |
| XYZ | 33.51 | 26.81 | 23.15 | - |
| YUV | 143.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 126 | 0 | 0.39 | 0.36 | 0.23 | 355.32 | 0.4 | 0.62 |
| Hex | C5 | 78 | 7E | 0 | 27 | 24 | 17 | 163 | 28 | 3E |
| Octal | 305 | 170 | 176 | 0 | 47 | 44 | 27 | 543 | 50 | 76 |
| Binary | 11000101 | 1111000 | 1111110 | 0 | 100111 | 100100 | 10111 | 101100011 | 101000 | 111110 |
Color Harmonies of #C5787E
Complementary color
Monochromatic Colors of #C5787E
Black with #C5787E
Text Example
Text Example
White with #C5787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5787E; }
p { color: rgb(197,120,126); }
H1.HeaderClassName
{
color: #C5787E;
}
.AnyTagClassName
{
color: #C5787E;
}
</style>
background-color css
<style>
a { background-color: #C5787E; }
a { background-color: rgb(197,120,126); }
div.DivClassName
{
background-color: #C5787E;
}
.BgClassName
{
background-color: #C5787E;
}
</style>
border-color css
<style>
span { border-color: #C5787E; }
span { border-color: rgb(197,120,126); }
td.TdClassName
{
border-color: #C5787E;
}
.TagClassName
{
border-color: #C5787E;
}
</style>