Shades of Mandy #C5405C
Tints of Mandy #C5405C
RGB
CMYK
RGB Variations
Color information
#C5405C (or 0xC5405C) is known color: Mandy. HEX triplet: C5, 40 and 5C. RGB value is (197,64,92). Sum of RGB (Red+Green+Blue) = 197+64+92=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5405C is #3ABFA3. Grayscale: #6A6A6A. Windows color (decimal): -3850148 or 6045893. OLE color: 6045893.
HSL color Cylindrical-coordinate representation of color #C5405C: hue angle of 347.37º 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 #C5405C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 92 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.23 |
| HSL | 347.37º | 0.53% | 0.51% | - |
| HSV(B) | 347.37º | 0.68% | 0.77% | - |
| XYZ | 26.79 | 16.31 | 11.86 | - |
| YUV | 106.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 92 | 0 | 0.68 | 0.53 | 0.23 | 347.37 | 0.53 | 0.51 |
| Hex | C5 | 40 | 5C | 0 | 44 | 35 | 17 | 15B | 35 | 33 |
| Octal | 305 | 100 | 134 | 0 | 104 | 65 | 27 | 533 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1011100 | 0 | 1000100 | 110101 | 10111 | 101011011 | 110101 | 110011 |
Color Harmonies of #C5405C
Complementary color
Monochromatic Colors of #C5405C
Black with #C5405C
Text Example
Text Example
White with #C5405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5405C; }
p { color: rgb(197,64,92); }
H1.HeaderClassName
{
color: #C5405C;
}
.AnyTagClassName
{
color: #C5405C;
}
</style>
background-color css
<style>
a { background-color: #C5405C; }
a { background-color: rgb(197,64,92); }
div.DivClassName
{
background-color: #C5405C;
}
.BgClassName
{
background-color: #C5405C;
}
</style>
border-color css
<style>
span { border-color: #C5405C; }
span { border-color: rgb(197,64,92); }
td.TdClassName
{
border-color: #C5405C;
}
.TagClassName
{
border-color: #C5405C;
}
</style>