Shades of Charm #C57784
Tints of Charm #C57784
RGB
CMYK
RGB Variations
Color information
#C57784 (or 0xC57784) is known color: Charm. HEX triplet: C5, 77 and 84. RGB value is (197,119,132). Sum of RGB (Red+Green+Blue) = 197+119+132=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57784 is #3A887B. Grayscale: #8F8F8F. Windows color (decimal): -3836028 or 8681413. OLE color: 8681413.
HSL color Cylindrical-coordinate representation of color #C57784: hue angle of 350º 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 #C57784 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 132 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.23 |
| HSL | 350º | 0.4% | 0.62% | - |
| HSV(B) | 350º | 0.4% | 0.77% | - |
| XYZ | 33.79 | 26.73 | 25.21 | - |
| YUV | 143.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 132 | 0 | 0.40 | 0.33 | 0.23 | 350 | 0.4 | 0.62 |
| Hex | C5 | 77 | 84 | 0 | 28 | 21 | 17 | 15E | 28 | 3E |
| Octal | 305 | 167 | 204 | 0 | 50 | 41 | 27 | 536 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10000100 | 0 | 101000 | 100001 | 10111 | 101011110 | 101000 | 111110 |
Color Harmonies of #C57784
Complementary color
Monochromatic Colors of #C57784
Black with #C57784
Text Example
Text Example
White with #C57784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57784; }
p { color: rgb(197,119,132); }
H1.HeaderClassName
{
color: #C57784;
}
.AnyTagClassName
{
color: #C57784;
}
</style>
background-color css
<style>
a { background-color: #C57784; }
a { background-color: rgb(197,119,132); }
div.DivClassName
{
background-color: #C57784;
}
.BgClassName
{
background-color: #C57784;
}
</style>
border-color css
<style>
span { border-color: #C57784; }
span { border-color: rgb(197,119,132); }
td.TdClassName
{
border-color: #C57784;
}
.TagClassName
{
border-color: #C57784;
}
</style>