Shades of Mandy #C5405D
Tints of Mandy #C5405D
RGB
CMYK
RGB Variations
Color information
#C5405D (or 0xC5405D) is known color: Mandy. HEX triplet: C5, 40 and 5D. RGB value is (197,64,93). Sum of RGB (Red+Green+Blue) = 197+64+93=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5405D is #3ABFA2. Grayscale: #6B6B6B. Windows color (decimal): -3850147 or 6111429. OLE color: 6111429.
HSL color Cylindrical-coordinate representation of color #C5405D: hue angle of 346.92º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5405D is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 93 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.23 |
| HSL | 346.92º | 0.53% | 0.51% | - |
| HSV(B) | 346.92º | 0.68% | 0.77% | - |
| XYZ | 26.84 | 16.33 | 12.09 | - |
| YUV | 107.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 93 | 0 | 0.68 | 0.53 | 0.23 | 346.92 | 0.53 | 0.51 |
| Hex | C5 | 40 | 5D | 0 | 44 | 35 | 17 | 15B | 35 | 33 |
| Octal | 305 | 100 | 135 | 0 | 104 | 65 | 27 | 533 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1011101 | 0 | 1000100 | 110101 | 10111 | 101011011 | 110101 | 110011 |
Color Harmonies of #C5405D
Complementary color
Monochromatic Colors of #C5405D
Black with #C5405D
Text Example
Text Example
White with #C5405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5405D; }
p { color: rgb(197,64,93); }
H1.HeaderClassName
{
color: #C5405D;
}
.AnyTagClassName
{
color: #C5405D;
}
</style>
background-color css
<style>
a { background-color: #C5405D; }
a { background-color: rgb(197,64,93); }
div.DivClassName
{
background-color: #C5405D;
}
.BgClassName
{
background-color: #C5405D;
}
</style>
border-color css
<style>
span { border-color: #C5405D; }
span { border-color: rgb(197,64,93); }
td.TdClassName
{
border-color: #C5405D;
}
.TagClassName
{
border-color: #C5405D;
}
</style>