Shades of Mandy #C7444C
Tints of Mandy #C7444C
RGB
CMYK
RGB Variations
Color information
#C7444C (or 0xC7444C) is known color: Mandy. HEX triplet: C7, 44 and 4C. RGB value is (199,68,76). Sum of RGB (Red+Green+Blue) = 199+68+76=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7444C is #38BBB3. Grayscale: #6C6C6C. Windows color (decimal): -3718068 or 4998343. OLE color: 4998343.
HSL color Cylindrical-coordinate representation of color #C7444C: hue angle of 356.34º 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 #C7444C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 76 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.22 |
| HSL | 356.34º | 0.54% | 0.52% | - |
| HSV(B) | 356.34º | 0.66% | 0.78% | - |
| XYZ | 26.92 | 16.8 | 8.66 | - |
| YUV | 108.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 76 | 0 | 0.66 | 0.62 | 0.22 | 356.34 | 0.54 | 0.52 |
| Hex | C7 | 44 | 4C | 0 | 42 | 3E | 16 | 164 | 36 | 34 |
| Octal | 307 | 104 | 114 | 0 | 102 | 76 | 26 | 544 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1001100 | 0 | 1000010 | 111110 | 10110 | 101100100 | 110110 | 110100 |
Color Harmonies of #C7444C
Complementary color
Monochromatic Colors of #C7444C
Black with #C7444C
Text Example
Text Example
White with #C7444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7444C; }
p { color: rgb(199,68,76); }
H1.HeaderClassName
{
color: #C7444C;
}
.AnyTagClassName
{
color: #C7444C;
}
</style>
background-color css
<style>
a { background-color: #C7444C; }
a { background-color: rgb(199,68,76); }
div.DivClassName
{
background-color: #C7444C;
}
.BgClassName
{
background-color: #C7444C;
}
</style>
border-color css
<style>
span { border-color: #C7444C; }
span { border-color: rgb(199,68,76); }
td.TdClassName
{
border-color: #C7444C;
}
.TagClassName
{
border-color: #C7444C;
}
</style>