Shades of Mandy #C4565D
Tints of Mandy #C4565D
RGB
CMYK
RGB Variations
Color information
#C4565D (or 0xC4565D) is known color: Mandy. HEX triplet: C4, 56 and 5D. RGB value is (196,86,93). Sum of RGB (Red+Green+Blue) = 196+86+93=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4565D is #3BA9A2. Grayscale: #777777. Windows color (decimal): -3910051 or 6117060. OLE color: 6117060.
HSL color Cylindrical-coordinate representation of color #C4565D: hue angle of 356.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4565D is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 93 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.23 |
| HSL | 356.18º | 0.48% | 0.55% | - |
| HSV(B) | 356.18º | 0.56% | 0.77% | - |
| XYZ | 28.07 | 19.18 | 12.58 | - |
| YUV | 119.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 93 | 0 | 0.56 | 0.53 | 0.23 | 356.18 | 0.48 | 0.55 |
| Hex | C4 | 56 | 5D | 0 | 38 | 35 | 17 | 164 | 30 | 37 |
| Octal | 304 | 126 | 135 | 0 | 70 | 65 | 27 | 544 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1011101 | 0 | 111000 | 110101 | 10111 | 101100100 | 110000 | 110111 |
Color Harmonies of #C4565D
Complementary color
Monochromatic Colors of #C4565D
Black with #C4565D
Text Example
Text Example
White with #C4565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4565D; }
p { color: rgb(196,86,93); }
H1.HeaderClassName
{
color: #C4565D;
}
.AnyTagClassName
{
color: #C4565D;
}
</style>
background-color css
<style>
a { background-color: #C4565D; }
a { background-color: rgb(196,86,93); }
div.DivClassName
{
background-color: #C4565D;
}
.BgClassName
{
background-color: #C4565D;
}
</style>
border-color css
<style>
span { border-color: #C4565D; }
span { border-color: rgb(196,86,93); }
td.TdClassName
{
border-color: #C4565D;
}
.TagClassName
{
border-color: #C4565D;
}
</style>