Shades of Charm #C57584
Tints of Charm #C57584
RGB
CMYK
RGB Variations
Color information
#C57584 (or 0xC57584) is known color: Charm. HEX triplet: C5, 75 and 84. RGB value is (197,117,132). Sum of RGB (Red+Green+Blue) = 197+117+132=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C57584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57584 is #3A8A7B. Grayscale: #8E8E8E. Windows color (decimal): -3836540 or 8680901. OLE color: 8680901.
HSL color Cylindrical-coordinate representation of color #C57584: hue angle of 348.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57584 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 132 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.23 |
| HSL | 348.75º | 0.41% | 0.62% | - |
| HSV(B) | 348.75º | 0.41% | 0.77% | - |
| XYZ | 33.55 | 26.26 | 25.13 | - |
| YUV | 142.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 132 | 0 | 0.41 | 0.33 | 0.23 | 348.75 | 0.41 | 0.62 |
| Hex | C5 | 75 | 84 | 0 | 29 | 21 | 17 | 15D | 29 | 3E |
| Octal | 305 | 165 | 204 | 0 | 51 | 41 | 27 | 535 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10000100 | 0 | 101001 | 100001 | 10111 | 101011101 | 101001 | 111110 |
Color Harmonies of #C57584
Complementary color
Monochromatic Colors of #C57584
Black with #C57584
Text Example
Text Example
White with #C57584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57584; }
p { color: rgb(197,117,132); }
H1.HeaderClassName
{
color: #C57584;
}
.AnyTagClassName
{
color: #C57584;
}
</style>
background-color css
<style>
a { background-color: #C57584; }
a { background-color: rgb(197,117,132); }
div.DivClassName
{
background-color: #C57584;
}
.BgClassName
{
background-color: #C57584;
}
</style>
border-color css
<style>
span { border-color: #C57584; }
span { border-color: rgb(197,117,132); }
td.TdClassName
{
border-color: #C57584;
}
.TagClassName
{
border-color: #C57584;
}
</style>