Shades of Mandy #C4415C
Tints of Mandy #C4415C
RGB
CMYK
RGB Variations
Color information
#C4415C (or 0xC4415C) is known color: Mandy. HEX triplet: C4, 41 and 5C. RGB value is (196,65,92). Sum of RGB (Red+Green+Blue) = 196+65+92=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4415C is #3BBEA3. Grayscale: #6B6B6B. Windows color (decimal): -3915428 or 6046148. OLE color: 6046148.
HSL color Cylindrical-coordinate representation of color #C4415C: hue angle of 347.63º 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 #C4415C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 92 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.23 |
| HSL | 347.63º | 0.53% | 0.51% | - |
| HSV(B) | 347.63º | 0.67% | 0.77% | - |
| XYZ | 26.59 | 16.29 | 11.87 | - |
| YUV | 107.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 92 | 0 | 0.67 | 0.53 | 0.23 | 347.63 | 0.53 | 0.51 |
| Hex | C4 | 41 | 5C | 0 | 43 | 35 | 17 | 15C | 35 | 33 |
| Octal | 304 | 101 | 134 | 0 | 103 | 65 | 27 | 534 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1011100 | 0 | 1000011 | 110101 | 10111 | 101011100 | 110101 | 110011 |
Color Harmonies of #C4415C
Complementary color
Monochromatic Colors of #C4415C
Black with #C4415C
Text Example
Text Example
White with #C4415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4415C; }
p { color: rgb(196,65,92); }
H1.HeaderClassName
{
color: #C4415C;
}
.AnyTagClassName
{
color: #C4415C;
}
</style>
background-color css
<style>
a { background-color: #C4415C; }
a { background-color: rgb(196,65,92); }
div.DivClassName
{
background-color: #C4415C;
}
.BgClassName
{
background-color: #C4415C;
}
</style>
border-color css
<style>
span { border-color: #C4415C; }
span { border-color: rgb(196,65,92); }
td.TdClassName
{
border-color: #C4415C;
}
.TagClassName
{
border-color: #C4415C;
}
</style>