Shades of Mandy #C64558
Tints of Mandy #C64558
RGB
CMYK
RGB Variations
Color information
#C64558 (or 0xC64558) is known color: Mandy. HEX triplet: C6, 45 and 58. RGB value is (198,69,88). Sum of RGB (Red+Green+Blue) = 198+69+88=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C64558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64558 is #39BAA7. Grayscale: #6D6D6D. Windows color (decimal): -3783336 or 5785030. OLE color: 5785030.
HSL color Cylindrical-coordinate representation of color #C64558: hue angle of 351.16º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64558 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 88 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.22 |
| HSL | 351.16º | 0.53% | 0.52% | - |
| HSV(B) | 351.16º | 0.65% | 0.78% | - |
| XYZ | 27.18 | 16.97 | 11.07 | - |
| YUV | 109.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 88 | 0 | 0.65 | 0.56 | 0.22 | 351.16 | 0.53 | 0.52 |
| Hex | C6 | 45 | 58 | 0 | 41 | 38 | 16 | 15F | 35 | 34 |
| Octal | 306 | 105 | 130 | 0 | 101 | 70 | 26 | 537 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1011000 | 0 | 1000001 | 111000 | 10110 | 101011111 | 110101 | 110100 |
Color Harmonies of #C64558
Complementary color
Monochromatic Colors of #C64558
Black with #C64558
Text Example
Text Example
White with #C64558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64558; }
p { color: rgb(198,69,88); }
H1.HeaderClassName
{
color: #C64558;
}
.AnyTagClassName
{
color: #C64558;
}
</style>
background-color css
<style>
a { background-color: #C64558; }
a { background-color: rgb(198,69,88); }
div.DivClassName
{
background-color: #C64558;
}
.BgClassName
{
background-color: #C64558;
}
</style>
border-color css
<style>
span { border-color: #C64558; }
span { border-color: rgb(198,69,88); }
td.TdClassName
{
border-color: #C64558;
}
.TagClassName
{
border-color: #C64558;
}
</style>