Shades of Charm #C5787B
Tints of Charm #C5787B
RGB
CMYK
RGB Variations
Color information
#C5787B (or 0xC5787B) is known color: Charm. HEX triplet: C5, 78 and 7B. RGB value is (197,120,123). Sum of RGB (Red+Green+Blue) = 197+120+123=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5787B is #3A8784. Grayscale: #8F8F8F. Windows color (decimal): -3835781 or 8091845. OLE color: 8091845.
HSL color Cylindrical-coordinate representation of color #C5787B: hue angle of 357.66º 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 #C5787B is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 123 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.23 |
| HSL | 357.66º | 0.4% | 0.62% | - |
| HSV(B) | 357.66º | 0.39% | 0.77% | - |
| XYZ | 33.32 | 26.73 | 22.14 | - |
| YUV | 143.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 123 | 0 | 0.39 | 0.38 | 0.23 | 357.66 | 0.4 | 0.62 |
| Hex | C5 | 78 | 7B | 0 | 27 | 26 | 17 | 166 | 28 | 3E |
| Octal | 305 | 170 | 173 | 0 | 47 | 46 | 27 | 546 | 50 | 76 |
| Binary | 11000101 | 1111000 | 1111011 | 0 | 100111 | 100110 | 10111 | 101100110 | 101000 | 111110 |
Color Harmonies of #C5787B
Complementary color
Monochromatic Colors of #C5787B
Black with #C5787B
Text Example
Text Example
White with #C5787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5787B; }
p { color: rgb(197,120,123); }
H1.HeaderClassName
{
color: #C5787B;
}
.AnyTagClassName
{
color: #C5787B;
}
</style>
background-color css
<style>
a { background-color: #C5787B; }
a { background-color: rgb(197,120,123); }
div.DivClassName
{
background-color: #C5787B;
}
.BgClassName
{
background-color: #C5787B;
}
</style>
border-color css
<style>
span { border-color: #C5787B; }
span { border-color: rgb(197,120,123); }
td.TdClassName
{
border-color: #C5787B;
}
.TagClassName
{
border-color: #C5787B;
}
</style>