Shades of Mandy #C7425C
Tints of Mandy #C7425C
RGB
CMYK
RGB Variations
Color information
#C7425C (or 0xC7425C) is known color: Mandy. HEX triplet: C7, 42 and 5C. RGB value is (199,66,92). Sum of RGB (Red+Green+Blue) = 199+66+92=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7425C is #38BDA3. Grayscale: #6C6C6C. Windows color (decimal): -3718564 or 6046407. OLE color: 6046407.
HSL color Cylindrical-coordinate representation of color #C7425C: hue angle of 348.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7425C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 92 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.22 |
| HSL | 348.27º | 0.54% | 0.52% | - |
| HSV(B) | 348.27º | 0.67% | 0.78% | - |
| XYZ | 27.43 | 16.81 | 11.92 | - |
| YUV | 108.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 92 | 0 | 0.67 | 0.54 | 0.22 | 348.27 | 0.54 | 0.52 |
| Hex | C7 | 42 | 5C | 0 | 43 | 36 | 16 | 15C | 36 | 34 |
| Octal | 307 | 102 | 134 | 0 | 103 | 66 | 26 | 534 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1011100 | 0 | 1000011 | 110110 | 10110 | 101011100 | 110110 | 110100 |
Color Harmonies of #C7425C
Complementary color
Monochromatic Colors of #C7425C
Black with #C7425C
Text Example
Text Example
White with #C7425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7425C; }
p { color: rgb(199,66,92); }
H1.HeaderClassName
{
color: #C7425C;
}
.AnyTagClassName
{
color: #C7425C;
}
</style>
background-color css
<style>
a { background-color: #C7425C; }
a { background-color: rgb(199,66,92); }
div.DivClassName
{
background-color: #C7425C;
}
.BgClassName
{
background-color: #C7425C;
}
</style>
border-color css
<style>
span { border-color: #C7425C; }
span { border-color: rgb(199,66,92); }
td.TdClassName
{
border-color: #C7425C;
}
.TagClassName
{
border-color: #C7425C;
}
</style>