Shades of Mandy #C7435F
Tints of Mandy #C7435F
RGB
CMYK
RGB Variations
Color information
#C7435F (or 0xC7435F) is known color: Mandy. HEX triplet: C7, 43 and 5F. RGB value is (199,67,95). Sum of RGB (Red+Green+Blue) = 199+67+95=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7435F is #38BCA0. Grayscale: #6D6D6D. Windows color (decimal): -3718305 or 6243271. OLE color: 6243271.
HSL color Cylindrical-coordinate representation of color #C7435F: hue angle of 347.27º 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 #C7435F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 95 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.22 |
| HSL | 347.27º | 0.54% | 0.52% | - |
| HSV(B) | 347.27º | 0.66% | 0.78% | - |
| XYZ | 27.63 | 16.98 | 12.65 | - |
| YUV | 109.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 95 | 0 | 0.66 | 0.52 | 0.22 | 347.27 | 0.54 | 0.52 |
| Hex | C7 | 43 | 5F | 0 | 42 | 34 | 16 | 15B | 36 | 34 |
| Octal | 307 | 103 | 137 | 0 | 102 | 64 | 26 | 533 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1011111 | 0 | 1000010 | 110100 | 10110 | 101011011 | 110110 | 110100 |
Color Harmonies of #C7435F
Complementary color
Monochromatic Colors of #C7435F
Black with #C7435F
Text Example
Text Example
White with #C7435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7435F; }
p { color: rgb(199,67,95); }
H1.HeaderClassName
{
color: #C7435F;
}
.AnyTagClassName
{
color: #C7435F;
}
</style>
background-color css
<style>
a { background-color: #C7435F; }
a { background-color: rgb(199,67,95); }
div.DivClassName
{
background-color: #C7435F;
}
.BgClassName
{
background-color: #C7435F;
}
</style>
border-color css
<style>
span { border-color: #C7435F; }
span { border-color: rgb(199,67,95); }
td.TdClassName
{
border-color: #C7435F;
}
.TagClassName
{
border-color: #C7435F;
}
</style>