Shades of Mandy #C7495C
Tints of Mandy #C7495C
RGB
CMYK
RGB Variations
Color information
#C7495C (or 0xC7495C) is known color: Mandy. HEX triplet: C7, 49 and 5C. RGB value is (199,73,92). Sum of RGB (Red+Green+Blue) = 199+73+92=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7495C is #38B6A3. Grayscale: #707070. Windows color (decimal): -3716772 or 6048199. OLE color: 6048199.
HSL color Cylindrical-coordinate representation of color #C7495C: hue angle of 350.95º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7495C is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 92 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.22 |
| HSL | 350.95º | 0.53% | 0.53% | - |
| HSV(B) | 350.95º | 0.63% | 0.78% | - |
| XYZ | 27.87 | 17.68 | 12.07 | - |
| YUV | 112.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 92 | 0 | 0.63 | 0.54 | 0.22 | 350.95 | 0.53 | 0.53 |
| Hex | C7 | 49 | 5C | 0 | 3F | 36 | 16 | 15F | 35 | 35 |
| Octal | 307 | 111 | 134 | 0 | 77 | 66 | 26 | 537 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1011100 | 0 | 111111 | 110110 | 10110 | 101011111 | 110101 | 110101 |
Color Harmonies of #C7495C
Complementary color
Monochromatic Colors of #C7495C
Black with #C7495C
Text Example
Text Example
White with #C7495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7495C; }
p { color: rgb(199,73,92); }
H1.HeaderClassName
{
color: #C7495C;
}
.AnyTagClassName
{
color: #C7495C;
}
</style>
background-color css
<style>
a { background-color: #C7495C; }
a { background-color: rgb(199,73,92); }
div.DivClassName
{
background-color: #C7495C;
}
.BgClassName
{
background-color: #C7495C;
}
</style>
border-color css
<style>
span { border-color: #C7495C; }
span { border-color: rgb(199,73,92); }
td.TdClassName
{
border-color: #C7495C;
}
.TagClassName
{
border-color: #C7495C;
}
</style>