Shades of Mandy #C4465D
Tints of Mandy #C4465D
RGB
CMYK
RGB Variations
Color information
#C4465D (or 0xC4465D) is known color: Mandy. HEX triplet: C4, 46 and 5D. RGB value is (196,70,93). Sum of RGB (Red+Green+Blue) = 196+70+93=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4465D is #3BB9A2. Grayscale: #6E6E6E. Windows color (decimal): -3914147 or 6112964. OLE color: 6112964.
HSL color Cylindrical-coordinate representation of color #C4465D: hue angle of 349.05º 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 #C4465D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 93 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.23 |
| HSL | 349.05º | 0.52% | 0.52% | - |
| HSV(B) | 349.05º | 0.64% | 0.77% | - |
| XYZ | 26.93 | 16.91 | 12.2 | - |
| YUV | 110.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 93 | 0 | 0.64 | 0.53 | 0.23 | 349.05 | 0.52 | 0.52 |
| Hex | C4 | 46 | 5D | 0 | 40 | 35 | 17 | 15D | 34 | 34 |
| Octal | 304 | 106 | 135 | 0 | 100 | 65 | 27 | 535 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1011101 | 0 | 1000000 | 110101 | 10111 | 101011101 | 110100 | 110100 |
Color Harmonies of #C4465D
Complementary color
Monochromatic Colors of #C4465D
Black with #C4465D
Text Example
Text Example
White with #C4465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4465D; }
p { color: rgb(196,70,93); }
H1.HeaderClassName
{
color: #C4465D;
}
.AnyTagClassName
{
color: #C4465D;
}
</style>
background-color css
<style>
a { background-color: #C4465D; }
a { background-color: rgb(196,70,93); }
div.DivClassName
{
background-color: #C4465D;
}
.BgClassName
{
background-color: #C4465D;
}
</style>
border-color css
<style>
span { border-color: #C4465D; }
span { border-color: rgb(196,70,93); }
td.TdClassName
{
border-color: #C4465D;
}
.TagClassName
{
border-color: #C4465D;
}
</style>