Shades of Mandy #C4465C
Tints of Mandy #C4465C
RGB
CMYK
RGB Variations
Color information
#C4465C (or 0xC4465C) is known color: Mandy. HEX triplet: C4, 46 and 5C. RGB value is (196,70,92). Sum of RGB (Red+Green+Blue) = 196+70+92=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4465C is #3BB9A3. Grayscale: #6E6E6E. Windows color (decimal): -3914148 or 6047428. OLE color: 6047428.
HSL color Cylindrical-coordinate representation of color #C4465C: hue angle of 349.52º 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 #C4465C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 92 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.23 |
| HSL | 349.52º | 0.52% | 0.52% | - |
| HSV(B) | 349.52º | 0.64% | 0.77% | - |
| XYZ | 26.89 | 16.89 | 11.97 | - |
| YUV | 110.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 92 | 0 | 0.64 | 0.53 | 0.23 | 349.52 | 0.52 | 0.52 |
| Hex | C4 | 46 | 5C | 0 | 40 | 35 | 17 | 15E | 34 | 34 |
| Octal | 304 | 106 | 134 | 0 | 100 | 65 | 27 | 536 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1011100 | 0 | 1000000 | 110101 | 10111 | 101011110 | 110100 | 110100 |
Color Harmonies of #C4465C
Complementary color
Monochromatic Colors of #C4465C
Black with #C4465C
Text Example
Text Example
White with #C4465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4465C; }
p { color: rgb(196,70,92); }
H1.HeaderClassName
{
color: #C4465C;
}
.AnyTagClassName
{
color: #C4465C;
}
</style>
background-color css
<style>
a { background-color: #C4465C; }
a { background-color: rgb(196,70,92); }
div.DivClassName
{
background-color: #C4465C;
}
.BgClassName
{
background-color: #C4465C;
}
</style>
border-color css
<style>
span { border-color: #C4465C; }
span { border-color: rgb(196,70,92); }
td.TdClassName
{
border-color: #C4465C;
}
.TagClassName
{
border-color: #C4465C;
}
</style>