Shades of Charm #C57084
Tints of Charm #C57084
RGB
CMYK
RGB Variations
Color information
#C57084 (or 0xC57084) is known color: Charm. HEX triplet: C5, 70 and 84. RGB value is (197,112,132). Sum of RGB (Red+Green+Blue) = 197+112+132=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C57084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57084 is #3A8F7B. Grayscale: #8B8B8B. Windows color (decimal): -3837820 or 8679621. OLE color: 8679621.
HSL color Cylindrical-coordinate representation of color #C57084: hue angle of 345.88º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57084 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 132 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.23 |
| HSL | 345.88º | 0.42% | 0.61% | - |
| HSV(B) | 345.88º | 0.43% | 0.77% | - |
| XYZ | 32.98 | 25.12 | 24.94 | - |
| YUV | 139.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 132 | 0 | 0.43 | 0.33 | 0.23 | 345.88 | 0.42 | 0.61 |
| Hex | C5 | 70 | 84 | 0 | 2B | 21 | 17 | 15A | 2A | 3D |
| Octal | 305 | 160 | 204 | 0 | 53 | 41 | 27 | 532 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10000100 | 0 | 101011 | 100001 | 10111 | 101011010 | 101010 | 111101 |
Color Harmonies of #C57084
Complementary color
Monochromatic Colors of #C57084
Black with #C57084
Text Example
Text Example
White with #C57084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57084; }
p { color: rgb(197,112,132); }
H1.HeaderClassName
{
color: #C57084;
}
.AnyTagClassName
{
color: #C57084;
}
</style>
background-color css
<style>
a { background-color: #C57084; }
a { background-color: rgb(197,112,132); }
div.DivClassName
{
background-color: #C57084;
}
.BgClassName
{
background-color: #C57084;
}
</style>
border-color css
<style>
span { border-color: #C57084; }
span { border-color: rgb(197,112,132); }
td.TdClassName
{
border-color: #C57084;
}
.TagClassName
{
border-color: #C57084;
}
</style>