Shades of Mandy #C7435E
Tints of Mandy #C7435E
RGB
CMYK
RGB Variations
Color information
#C7435E (or 0xC7435E) is known color: Mandy. HEX triplet: C7, 43 and 5E. RGB value is (199,67,94). Sum of RGB (Red+Green+Blue) = 199+67+94=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7435E is #38BCA1. Grayscale: #6D6D6D. Windows color (decimal): -3718306 or 6177735. OLE color: 6177735.
HSL color Cylindrical-coordinate representation of color #C7435E: hue angle of 347.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7435E is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 94 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.22 |
| HSL | 347.73º | 0.54% | 0.52% | - |
| HSV(B) | 347.73º | 0.66% | 0.78% | - |
| XYZ | 27.58 | 16.96 | 12.41 | - |
| YUV | 109.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 94 | 0 | 0.66 | 0.53 | 0.22 | 347.73 | 0.54 | 0.52 |
| Hex | C7 | 43 | 5E | 0 | 42 | 35 | 16 | 15C | 36 | 34 |
| Octal | 307 | 103 | 136 | 0 | 102 | 65 | 26 | 534 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1011110 | 0 | 1000010 | 110101 | 10110 | 101011100 | 110110 | 110100 |
Color Harmonies of #C7435E
Complementary color
Monochromatic Colors of #C7435E
Black with #C7435E
Text Example
Text Example
White with #C7435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7435E; }
p { color: rgb(199,67,94); }
H1.HeaderClassName
{
color: #C7435E;
}
.AnyTagClassName
{
color: #C7435E;
}
</style>
background-color css
<style>
a { background-color: #C7435E; }
a { background-color: rgb(199,67,94); }
div.DivClassName
{
background-color: #C7435E;
}
.BgClassName
{
background-color: #C7435E;
}
</style>
border-color css
<style>
span { border-color: #C7435E; }
span { border-color: rgb(199,67,94); }
td.TdClassName
{
border-color: #C7435E;
}
.TagClassName
{
border-color: #C7435E;
}
</style>