Shades of Mandy #C6445B
Tints of Mandy #C6445B
RGB
CMYK
RGB Variations
Color information
#C6445B (or 0xC6445B) is known color: Mandy. HEX triplet: C6, 44 and 5B. RGB value is (198,68,91). Sum of RGB (Red+Green+Blue) = 198+68+91=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6445B is #39BBA4. Grayscale: #6D6D6D. Windows color (decimal): -3783589 or 5981382. OLE color: 5981382.
HSL color Cylindrical-coordinate representation of color #C6445B: hue angle of 349.38º 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 #C6445B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 91 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.22 |
| HSL | 349.38º | 0.53% | 0.52% | - |
| HSV(B) | 349.38º | 0.66% | 0.78% | - |
| XYZ | 27.24 | 16.9 | 11.72 | - |
| YUV | 109.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 91 | 0 | 0.66 | 0.54 | 0.22 | 349.38 | 0.53 | 0.52 |
| Hex | C6 | 44 | 5B | 0 | 42 | 36 | 16 | 15D | 35 | 34 |
| Octal | 306 | 104 | 133 | 0 | 102 | 66 | 26 | 535 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1011011 | 0 | 1000010 | 110110 | 10110 | 101011101 | 110101 | 110100 |
Color Harmonies of #C6445B
Complementary color
Monochromatic Colors of #C6445B
Black with #C6445B
Text Example
Text Example
White with #C6445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6445B; }
p { color: rgb(198,68,91); }
H1.HeaderClassName
{
color: #C6445B;
}
.AnyTagClassName
{
color: #C6445B;
}
</style>
background-color css
<style>
a { background-color: #C6445B; }
a { background-color: rgb(198,68,91); }
div.DivClassName
{
background-color: #C6445B;
}
.BgClassName
{
background-color: #C6445B;
}
</style>
border-color css
<style>
span { border-color: #C6445B; }
span { border-color: rgb(198,68,91); }
td.TdClassName
{
border-color: #C6445B;
}
.TagClassName
{
border-color: #C6445B;
}
</style>