Shades of Mandy #C74455
Tints of Mandy #C74455
RGB
CMYK
RGB Variations
Color information
#C74455 (or 0xC74455) is known color: Mandy. HEX triplet: C7, 44 and 55. RGB value is (199,68,85). Sum of RGB (Red+Green+Blue) = 199+68+85=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74455 is #38BBAA. Grayscale: #6D6D6D. Windows color (decimal): -3718059 or 5588167. OLE color: 5588167.
HSL color Cylindrical-coordinate representation of color #C74455: hue angle of 352.21º 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 #C74455 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 85 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.22 |
| HSL | 352.21º | 0.54% | 0.52% | - |
| HSV(B) | 352.21º | 0.66% | 0.78% | - |
| XYZ | 27.26 | 16.93 | 10.43 | - |
| YUV | 109.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 85 | 0 | 0.66 | 0.57 | 0.22 | 352.21 | 0.54 | 0.52 |
| Hex | C7 | 44 | 55 | 0 | 42 | 39 | 16 | 160 | 36 | 34 |
| Octal | 307 | 104 | 125 | 0 | 102 | 71 | 26 | 540 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1010101 | 0 | 1000010 | 111001 | 10110 | 101100000 | 110110 | 110100 |
Color Harmonies of #C74455
Complementary color
Monochromatic Colors of #C74455
Black with #C74455
Text Example
Text Example
White with #C74455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74455; }
p { color: rgb(199,68,85); }
H1.HeaderClassName
{
color: #C74455;
}
.AnyTagClassName
{
color: #C74455;
}
</style>
background-color css
<style>
a { background-color: #C74455; }
a { background-color: rgb(199,68,85); }
div.DivClassName
{
background-color: #C74455;
}
.BgClassName
{
background-color: #C74455;
}
</style>
border-color css
<style>
span { border-color: #C74455; }
span { border-color: rgb(199,68,85); }
td.TdClassName
{
border-color: #C74455;
}
.TagClassName
{
border-color: #C74455;
}
</style>