Shades of Mandy #C4465A
Tints of Mandy #C4465A
RGB
CMYK
RGB Variations
Color information
#C4465A (or 0xC4465A) is known color: Mandy. HEX triplet: C4, 46 and 5A. RGB value is (196,70,90). Sum of RGB (Red+Green+Blue) = 196+70+90=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4465A is #3BB9A5. Grayscale: #6E6E6E. Windows color (decimal): -3914150 or 5916356. OLE color: 5916356.
HSL color Cylindrical-coordinate representation of color #C4465A: hue angle of 350.48º 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 #C4465A is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 90 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.23 |
| HSL | 350.48º | 0.52% | 0.52% | - |
| HSV(B) | 350.48º | 0.64% | 0.77% | - |
| XYZ | 26.8 | 16.85 | 11.51 | - |
| YUV | 109.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 90 | 0 | 0.64 | 0.54 | 0.23 | 350.48 | 0.52 | 0.52 |
| Hex | C4 | 46 | 5A | 0 | 40 | 36 | 17 | 15E | 34 | 34 |
| Octal | 304 | 106 | 132 | 0 | 100 | 66 | 27 | 536 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1011010 | 0 | 1000000 | 110110 | 10111 | 101011110 | 110100 | 110100 |
Color Harmonies of #C4465A
Complementary color
Monochromatic Colors of #C4465A
Black with #C4465A
Text Example
Text Example
White with #C4465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4465A; }
p { color: rgb(196,70,90); }
H1.HeaderClassName
{
color: #C4465A;
}
.AnyTagClassName
{
color: #C4465A;
}
</style>
background-color css
<style>
a { background-color: #C4465A; }
a { background-color: rgb(196,70,90); }
div.DivClassName
{
background-color: #C4465A;
}
.BgClassName
{
background-color: #C4465A;
}
</style>
border-color css
<style>
span { border-color: #C4465A; }
span { border-color: rgb(196,70,90); }
td.TdClassName
{
border-color: #C4465A;
}
.TagClassName
{
border-color: #C4465A;
}
</style>