Shades of Charm #C57484
Tints of Charm #C57484
RGB
CMYK
RGB Variations
Color information
#C57484 (or 0xC57484) is known color: Charm. HEX triplet: C5, 74 and 84. RGB value is (197,116,132). Sum of RGB (Red+Green+Blue) = 197+116+132=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57484 is #3A8B7B. Grayscale: #8E8E8E. Windows color (decimal): -3836796 or 8680645. OLE color: 8680645.
HSL color Cylindrical-coordinate representation of color #C57484: hue angle of 348.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57484 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 132 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.23 |
| HSL | 348.15º | 0.41% | 0.61% | - |
| HSV(B) | 348.15º | 0.41% | 0.77% | - |
| XYZ | 33.44 | 26.03 | 25.09 | - |
| YUV | 142.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 132 | 0 | 0.41 | 0.33 | 0.23 | 348.15 | 0.41 | 0.61 |
| Hex | C5 | 74 | 84 | 0 | 29 | 21 | 17 | 15C | 29 | 3D |
| Octal | 305 | 164 | 204 | 0 | 51 | 41 | 27 | 534 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10000100 | 0 | 101001 | 100001 | 10111 | 101011100 | 101001 | 111101 |
Color Harmonies of #C57484
Complementary color
Monochromatic Colors of #C57484
Black with #C57484
Text Example
Text Example
White with #C57484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57484; }
p { color: rgb(197,116,132); }
H1.HeaderClassName
{
color: #C57484;
}
.AnyTagClassName
{
color: #C57484;
}
</style>
background-color css
<style>
a { background-color: #C57484; }
a { background-color: rgb(197,116,132); }
div.DivClassName
{
background-color: #C57484;
}
.BgClassName
{
background-color: #C57484;
}
</style>
border-color css
<style>
span { border-color: #C57484; }
span { border-color: rgb(197,116,132); }
td.TdClassName
{
border-color: #C57484;
}
.TagClassName
{
border-color: #C57484;
}
</style>