Shades of Mandy #C4405C
Tints of Mandy #C4405C
RGB
CMYK
RGB Variations
Color information
#C4405C (or 0xC4405C) is known color: Mandy. HEX triplet: C4, 40 and 5C. RGB value is (196,64,92). Sum of RGB (Red+Green+Blue) = 196+64+92=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4405C is #3BBFA3. Grayscale: #6A6A6A. Windows color (decimal): -3915684 or 6045892. OLE color: 6045892.
HSL color Cylindrical-coordinate representation of color #C4405C: hue angle of 347.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4405C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 92 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.23 |
| HSL | 347.27º | 0.53% | 0.51% | - |
| HSV(B) | 347.27º | 0.67% | 0.77% | - |
| XYZ | 26.53 | 16.18 | 11.85 | - |
| YUV | 106.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 92 | 0 | 0.67 | 0.53 | 0.23 | 347.27 | 0.53 | 0.51 |
| Hex | C4 | 40 | 5C | 0 | 43 | 35 | 17 | 15B | 35 | 33 |
| Octal | 304 | 100 | 134 | 0 | 103 | 65 | 27 | 533 | 65 | 63 |
| Binary | 11000100 | 1000000 | 1011100 | 0 | 1000011 | 110101 | 10111 | 101011011 | 110101 | 110011 |
Color Harmonies of #C4405C
Complementary color
Monochromatic Colors of #C4405C
Black with #C4405C
Text Example
Text Example
White with #C4405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4405C; }
p { color: rgb(196,64,92); }
H1.HeaderClassName
{
color: #C4405C;
}
.AnyTagClassName
{
color: #C4405C;
}
</style>
background-color css
<style>
a { background-color: #C4405C; }
a { background-color: rgb(196,64,92); }
div.DivClassName
{
background-color: #C4405C;
}
.BgClassName
{
background-color: #C4405C;
}
</style>
border-color css
<style>
span { border-color: #C4405C; }
span { border-color: rgb(196,64,92); }
td.TdClassName
{
border-color: #C4405C;
}
.TagClassName
{
border-color: #C4405C;
}
</style>