Shades of Charm #C5778A
Tints of Charm #C5778A
RGB
CMYK
RGB Variations
Color information
#C5778A (or 0xC5778A) is known color: Charm. HEX triplet: C5, 77 and 8A. RGB value is (197,119,138). Sum of RGB (Red+Green+Blue) = 197+119+138=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5778A is #3A8875. Grayscale: #909090. Windows color (decimal): -3836022 or 9074629. OLE color: 9074629.
HSL color Cylindrical-coordinate representation of color #C5778A: hue angle of 345.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5778A is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 138 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.23 |
| HSL | 345.38º | 0.4% | 0.62% | - |
| HSV(B) | 345.38º | 0.4% | 0.77% | - |
| XYZ | 34.21 | 26.9 | 27.43 | - |
| YUV | 144.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 138 | 0 | 0.40 | 0.30 | 0.23 | 345.38 | 0.4 | 0.62 |
| Hex | C5 | 77 | 8A | 0 | 28 | 1E | 17 | 159 | 28 | 3E |
| Octal | 305 | 167 | 212 | 0 | 50 | 36 | 27 | 531 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10001010 | 0 | 101000 | 11110 | 10111 | 101011001 | 101000 | 111110 |
Color Harmonies of #C5778A
Complementary color
Monochromatic Colors of #C5778A
Black with #C5778A
Text Example
Text Example
White with #C5778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5778A; }
p { color: rgb(197,119,138); }
H1.HeaderClassName
{
color: #C5778A;
}
.AnyTagClassName
{
color: #C5778A;
}
</style>
background-color css
<style>
a { background-color: #C5778A; }
a { background-color: rgb(197,119,138); }
div.DivClassName
{
background-color: #C5778A;
}
.BgClassName
{
background-color: #C5778A;
}
</style>
border-color css
<style>
span { border-color: #C5778A; }
span { border-color: rgb(197,119,138); }
td.TdClassName
{
border-color: #C5778A;
}
.TagClassName
{
border-color: #C5778A;
}
</style>