Shades of Mandy #C4425C
Tints of Mandy #C4425C
RGB
CMYK
RGB Variations
Color information
#C4425C (or 0xC4425C) is known color: Mandy. HEX triplet: C4, 42 and 5C. RGB value is (196,66,92). Sum of RGB (Red+Green+Blue) = 196+66+92=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4425C is #3BBDA3. Grayscale: #6B6B6B. Windows color (decimal): -3915172 or 6046404. OLE color: 6046404.
HSL color Cylindrical-coordinate representation of color #C4425C: hue angle of 348º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4425C is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 92 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.23 |
| HSL | 348º | 0.52% | 0.51% | - |
| HSV(B) | 348º | 0.66% | 0.77% | - |
| XYZ | 26.64 | 16.4 | 11.89 | - |
| YUV | 107.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 92 | 0 | 0.66 | 0.53 | 0.23 | 348 | 0.52 | 0.51 |
| Hex | C4 | 42 | 5C | 0 | 42 | 35 | 17 | 15C | 34 | 33 |
| Octal | 304 | 102 | 134 | 0 | 102 | 65 | 27 | 534 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1011100 | 0 | 1000010 | 110101 | 10111 | 101011100 | 110100 | 110011 |
Color Harmonies of #C4425C
Complementary color
Monochromatic Colors of #C4425C
Black with #C4425C
Text Example
Text Example
White with #C4425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4425C; }
p { color: rgb(196,66,92); }
H1.HeaderClassName
{
color: #C4425C;
}
.AnyTagClassName
{
color: #C4425C;
}
</style>
background-color css
<style>
a { background-color: #C4425C; }
a { background-color: rgb(196,66,92); }
div.DivClassName
{
background-color: #C4425C;
}
.BgClassName
{
background-color: #C4425C;
}
</style>
border-color css
<style>
span { border-color: #C4425C; }
span { border-color: rgb(196,66,92); }
td.TdClassName
{
border-color: #C4425C;
}
.TagClassName
{
border-color: #C4425C;
}
</style>