Shades of Mandy #C5445D
Tints of Mandy #C5445D
RGB
CMYK
RGB Variations
Color information
#C5445D (or 0xC5445D) is known color: Mandy. HEX triplet: C5, 44 and 5D. RGB value is (197,68,93). Sum of RGB (Red+Green+Blue) = 197+68+93=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5445D is #3ABBA2. Grayscale: #6D6D6D. Windows color (decimal): -3849123 or 6112453. OLE color: 6112453.
HSL color Cylindrical-coordinate representation of color #C5445D: hue angle of 348.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5445D is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 93 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.23 |
| HSL | 348.37º | 0.53% | 0.52% | - |
| HSV(B) | 348.37º | 0.65% | 0.77% | - |
| XYZ | 27.07 | 16.79 | 12.17 | - |
| YUV | 109.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 93 | 0 | 0.65 | 0.53 | 0.23 | 348.37 | 0.53 | 0.52 |
| Hex | C5 | 44 | 5D | 0 | 41 | 35 | 17 | 15C | 35 | 34 |
| Octal | 305 | 104 | 135 | 0 | 101 | 65 | 27 | 534 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1011101 | 0 | 1000001 | 110101 | 10111 | 101011100 | 110101 | 110100 |
Color Harmonies of #C5445D
Complementary color
Monochromatic Colors of #C5445D
Black with #C5445D
Text Example
Text Example
White with #C5445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5445D; }
p { color: rgb(197,68,93); }
H1.HeaderClassName
{
color: #C5445D;
}
.AnyTagClassName
{
color: #C5445D;
}
</style>
background-color css
<style>
a { background-color: #C5445D; }
a { background-color: rgb(197,68,93); }
div.DivClassName
{
background-color: #C5445D;
}
.BgClassName
{
background-color: #C5445D;
}
</style>
border-color css
<style>
span { border-color: #C5445D; }
span { border-color: rgb(197,68,93); }
td.TdClassName
{
border-color: #C5445D;
}
.TagClassName
{
border-color: #C5445D;
}
</style>