Shades of Mandy #C74B55
Tints of Mandy #C74B55
RGB
CMYK
RGB Variations
Color information
#C74B55 (or 0xC74B55) is known color: Mandy. HEX triplet: C7, 4B and 55. RGB value is (199,75,85). Sum of RGB (Red+Green+Blue) = 199+75+85=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B55 is #38B4AA. Grayscale: #717171. Windows color (decimal): -3716267 or 5589959. OLE color: 5589959.
HSL color Cylindrical-coordinate representation of color #C74B55: hue angle of 355.16º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B55 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 85 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.22 |
| HSL | 355.16º | 0.53% | 0.54% | - |
| HSV(B) | 355.16º | 0.62% | 0.78% | - |
| XYZ | 27.71 | 17.83 | 10.58 | - |
| YUV | 113.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 85 | 0 | 0.62 | 0.57 | 0.22 | 355.16 | 0.53 | 0.54 |
| Hex | C7 | 4B | 55 | 0 | 3E | 39 | 16 | 163 | 35 | 36 |
| Octal | 307 | 113 | 125 | 0 | 76 | 71 | 26 | 543 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1010101 | 0 | 111110 | 111001 | 10110 | 101100011 | 110101 | 110110 |
Color Harmonies of #C74B55
Complementary color
Monochromatic Colors of #C74B55
Black with #C74B55
Text Example
Text Example
White with #C74B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B55; }
p { color: rgb(199,75,85); }
H1.HeaderClassName
{
color: #C74B55;
}
.AnyTagClassName
{
color: #C74B55;
}
</style>
background-color css
<style>
a { background-color: #C74B55; }
a { background-color: rgb(199,75,85); }
div.DivClassName
{
background-color: #C74B55;
}
.BgClassName
{
background-color: #C74B55;
}
</style>
border-color css
<style>
span { border-color: #C74B55; }
span { border-color: rgb(199,75,85); }
td.TdClassName
{
border-color: #C74B55;
}
.TagClassName
{
border-color: #C74B55;
}
</style>