Shades of Mandy #C6445E
Tints of Mandy #C6445E
RGB
CMYK
RGB Variations
Color information
#C6445E (or 0xC6445E) is known color: Mandy. HEX triplet: C6, 44 and 5E. RGB value is (198,68,94). Sum of RGB (Red+Green+Blue) = 198+68+94=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6445E is #39BBA1. Grayscale: #6D6D6D. Windows color (decimal): -3783586 or 6177990. OLE color: 6177990.
HSL color Cylindrical-coordinate representation of color #C6445E: hue angle of 348º degrees, saturation: 0.53, 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 #C6445E is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 94 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.22 |
| HSL | 348º | 0.53% | 0.52% | - |
| HSV(B) | 348º | 0.66% | 0.78% | - |
| XYZ | 27.38 | 16.95 | 12.42 | - |
| YUV | 109.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 94 | 0 | 0.66 | 0.53 | 0.22 | 348 | 0.53 | 0.52 |
| Hex | C6 | 44 | 5E | 0 | 42 | 35 | 16 | 15C | 35 | 34 |
| Octal | 306 | 104 | 136 | 0 | 102 | 65 | 26 | 534 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1011110 | 0 | 1000010 | 110101 | 10110 | 101011100 | 110101 | 110100 |
Color Harmonies of #C6445E
Complementary color
Monochromatic Colors of #C6445E
Black with #C6445E
Text Example
Text Example
White with #C6445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6445E; }
p { color: rgb(198,68,94); }
H1.HeaderClassName
{
color: #C6445E;
}
.AnyTagClassName
{
color: #C6445E;
}
</style>
background-color css
<style>
a { background-color: #C6445E; }
a { background-color: rgb(198,68,94); }
div.DivClassName
{
background-color: #C6445E;
}
.BgClassName
{
background-color: #C6445E;
}
</style>
border-color css
<style>
span { border-color: #C6445E; }
span { border-color: rgb(198,68,94); }
td.TdClassName
{
border-color: #C6445E;
}
.TagClassName
{
border-color: #C6445E;
}
</style>