Shades of Mandy #C4464C
Tints of Mandy #C4464C
RGB
CMYK
RGB Variations
Color information
#C4464C (or 0xC4464C) is known color: Mandy. HEX triplet: C4, 46 and 4C. RGB value is (196,70,76). Sum of RGB (Red+Green+Blue) = 196+70+76=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4464C is #3BB9B3. Grayscale: #6C6C6C. Windows color (decimal): -3914164 or 4998852. OLE color: 4998852.
HSL color Cylindrical-coordinate representation of color #C4464C: hue angle of 357.14º degrees, saturation: 0.52, 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 #C4464C is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 76 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.23 |
| HSL | 357.14º | 0.52% | 0.52% | - |
| HSV(B) | 357.14º | 0.64% | 0.77% | - |
| XYZ | 26.26 | 16.64 | 8.66 | - |
| YUV | 108.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 76 | 0 | 0.64 | 0.61 | 0.23 | 357.14 | 0.52 | 0.52 |
| Hex | C4 | 46 | 4C | 0 | 40 | 3D | 17 | 165 | 34 | 34 |
| Octal | 304 | 106 | 114 | 0 | 100 | 75 | 27 | 545 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1001100 | 0 | 1000000 | 111101 | 10111 | 101100101 | 110100 | 110100 |
Color Harmonies of #C4464C
Complementary color
Monochromatic Colors of #C4464C
Black with #C4464C
Text Example
Text Example
White with #C4464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4464C; }
p { color: rgb(196,70,76); }
H1.HeaderClassName
{
color: #C4464C;
}
.AnyTagClassName
{
color: #C4464C;
}
</style>
background-color css
<style>
a { background-color: #C4464C; }
a { background-color: rgb(196,70,76); }
div.DivClassName
{
background-color: #C4464C;
}
.BgClassName
{
background-color: #C4464C;
}
</style>
border-color css
<style>
span { border-color: #C4464C; }
span { border-color: rgb(196,70,76); }
td.TdClassName
{
border-color: #C4464C;
}
.TagClassName
{
border-color: #C4464C;
}
</style>