Shades of Charm #C57384
Tints of Charm #C57384
RGB
CMYK
RGB Variations
Color information
#C57384 (or 0xC57384) is known color: Charm. HEX triplet: C5, 73 and 84. RGB value is (197,115,132). Sum of RGB (Red+Green+Blue) = 197+115+132=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C57384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57384 is #3A8C7B. Grayscale: #8D8D8D. Windows color (decimal): -3837052 or 8680389. OLE color: 8680389.
HSL color Cylindrical-coordinate representation of color #C57384: hue angle of 347.56º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57384 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 132 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.23 |
| HSL | 347.56º | 0.41% | 0.61% | - |
| HSV(B) | 347.56º | 0.42% | 0.77% | - |
| XYZ | 33.32 | 25.8 | 25.05 | - |
| YUV | 141.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 132 | 0 | 0.42 | 0.33 | 0.23 | 347.56 | 0.41 | 0.61 |
| Hex | C5 | 73 | 84 | 0 | 2A | 21 | 17 | 15C | 29 | 3D |
| Octal | 305 | 163 | 204 | 0 | 52 | 41 | 27 | 534 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10000100 | 0 | 101010 | 100001 | 10111 | 101011100 | 101001 | 111101 |
Color Harmonies of #C57384
Complementary color
Monochromatic Colors of #C57384
Black with #C57384
Text Example
Text Example
White with #C57384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57384; }
p { color: rgb(197,115,132); }
H1.HeaderClassName
{
color: #C57384;
}
.AnyTagClassName
{
color: #C57384;
}
</style>
background-color css
<style>
a { background-color: #C57384; }
a { background-color: rgb(197,115,132); }
div.DivClassName
{
background-color: #C57384;
}
.BgClassName
{
background-color: #C57384;
}
</style>
border-color css
<style>
span { border-color: #C57384; }
span { border-color: rgb(197,115,132); }
td.TdClassName
{
border-color: #C57384;
}
.TagClassName
{
border-color: #C57384;
}
</style>