Shades of Mandy #C44752
Tints of Mandy #C44752
RGB
CMYK
RGB Variations
Color information
#C44752 (or 0xC44752) is known color: Mandy. HEX triplet: C4, 47 and 52. RGB value is (196,71,82). Sum of RGB (Red+Green+Blue) = 196+71+82=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C44752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44752 is #3BB8AD. Grayscale: #6D6D6D. Windows color (decimal): -3913902 or 5392324. OLE color: 5392324.
HSL color Cylindrical-coordinate representation of color #C44752: hue angle of 354.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44752 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 82 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.23 |
| HSL | 354.72º | 0.51% | 0.52% | - |
| HSV(B) | 354.72º | 0.64% | 0.77% | - |
| XYZ | 26.54 | 16.85 | 9.84 | - |
| YUV | 109.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 82 | 0 | 0.64 | 0.58 | 0.23 | 354.72 | 0.51 | 0.52 |
| Hex | C4 | 47 | 52 | 0 | 40 | 3A | 17 | 163 | 33 | 34 |
| Octal | 304 | 107 | 122 | 0 | 100 | 72 | 27 | 543 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1010010 | 0 | 1000000 | 111010 | 10111 | 101100011 | 110011 | 110100 |
Color Harmonies of #C44752
Complementary color
Monochromatic Colors of #C44752
Black with #C44752
Text Example
Text Example
White with #C44752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44752; }
p { color: rgb(196,71,82); }
H1.HeaderClassName
{
color: #C44752;
}
.AnyTagClassName
{
color: #C44752;
}
</style>
background-color css
<style>
a { background-color: #C44752; }
a { background-color: rgb(196,71,82); }
div.DivClassName
{
background-color: #C44752;
}
.BgClassName
{
background-color: #C44752;
}
</style>
border-color css
<style>
span { border-color: #C44752; }
span { border-color: rgb(196,71,82); }
td.TdClassName
{
border-color: #C44752;
}
.TagClassName
{
border-color: #C44752;
}
</style>