Shades of Mandy #C44F5B
Tints of Mandy #C44F5B
RGB
CMYK
RGB Variations
Color information
#C44F5B (or 0xC44F5B) is known color: Mandy. HEX triplet: C4, 4F and 5B. RGB value is (196,79,91). Sum of RGB (Red+Green+Blue) = 196+79+91=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F5B is #3BB0A4. Grayscale: #737373. Windows color (decimal): -3911845 or 5984196. OLE color: 5984196.
HSL color Cylindrical-coordinate representation of color #C44F5B: hue angle of 353.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F5B is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 91 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.23 |
| HSL | 353.85º | 0.5% | 0.54% | - |
| HSV(B) | 353.85º | 0.6% | 0.77% | - |
| XYZ | 27.45 | 18.08 | 11.94 | - |
| YUV | 115.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 91 | 0 | 0.60 | 0.54 | 0.23 | 353.85 | 0.5 | 0.54 |
| Hex | C4 | 4F | 5B | 0 | 3C | 36 | 17 | 162 | 32 | 36 |
| Octal | 304 | 117 | 133 | 0 | 74 | 66 | 27 | 542 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1011011 | 0 | 111100 | 110110 | 10111 | 101100010 | 110010 | 110110 |
Color Harmonies of #C44F5B
Complementary color
Monochromatic Colors of #C44F5B
Black with #C44F5B
Text Example
Text Example
White with #C44F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F5B; }
p { color: rgb(196,79,91); }
H1.HeaderClassName
{
color: #C44F5B;
}
.AnyTagClassName
{
color: #C44F5B;
}
</style>
background-color css
<style>
a { background-color: #C44F5B; }
a { background-color: rgb(196,79,91); }
div.DivClassName
{
background-color: #C44F5B;
}
.BgClassName
{
background-color: #C44F5B;
}
</style>
border-color css
<style>
span { border-color: #C44F5B; }
span { border-color: rgb(196,79,91); }
td.TdClassName
{
border-color: #C44F5B;
}
.TagClassName
{
border-color: #C44F5B;
}
</style>