Shades of Mandy #C5405B
Tints of Mandy #C5405B
RGB
CMYK
RGB Variations
Color information
#C5405B (or 0xC5405B) is known color: Mandy. HEX triplet: C5, 40 and 5B. RGB value is (197,64,91). Sum of RGB (Red+Green+Blue) = 197+64+91=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5405B is #3ABFA4. Grayscale: #6A6A6A. Windows color (decimal): -3850149 or 5980357. OLE color: 5980357.
HSL color Cylindrical-coordinate representation of color #C5405B: hue angle of 347.82º 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 #C5405B is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 91 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.23 |
| HSL | 347.82º | 0.53% | 0.51% | - |
| HSV(B) | 347.82º | 0.68% | 0.77% | - |
| XYZ | 26.75 | 16.29 | 11.63 | - |
| YUV | 106.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 91 | 0 | 0.68 | 0.54 | 0.23 | 347.82 | 0.53 | 0.51 |
| Hex | C5 | 40 | 5B | 0 | 44 | 36 | 17 | 15C | 35 | 33 |
| Octal | 305 | 100 | 133 | 0 | 104 | 66 | 27 | 534 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1011011 | 0 | 1000100 | 110110 | 10111 | 101011100 | 110101 | 110011 |
Color Harmonies of #C5405B
Complementary color
Monochromatic Colors of #C5405B
Black with #C5405B
Text Example
Text Example
White with #C5405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5405B; }
p { color: rgb(197,64,91); }
H1.HeaderClassName
{
color: #C5405B;
}
.AnyTagClassName
{
color: #C5405B;
}
</style>
background-color css
<style>
a { background-color: #C5405B; }
a { background-color: rgb(197,64,91); }
div.DivClassName
{
background-color: #C5405B;
}
.BgClassName
{
background-color: #C5405B;
}
</style>
border-color css
<style>
span { border-color: #C5405B; }
span { border-color: rgb(197,64,91); }
td.TdClassName
{
border-color: #C5405B;
}
.TagClassName
{
border-color: #C5405B;
}
</style>