Shades of Mandy #C64458
Tints of Mandy #C64458
RGB
CMYK
RGB Variations
Color information
#C64458 (or 0xC64458) is known color: Mandy. HEX triplet: C6, 44 and 58. RGB value is (198,68,88). Sum of RGB (Red+Green+Blue) = 198+68+88=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64458 is #39BBA7. Grayscale: #6D6D6D. Windows color (decimal): -3783592 or 5784774. OLE color: 5784774.
HSL color Cylindrical-coordinate representation of color #C64458: hue angle of 350.77º 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 #C64458 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 88 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.22 |
| HSL | 350.77º | 0.53% | 0.52% | - |
| HSV(B) | 350.77º | 0.66% | 0.78% | - |
| XYZ | 27.12 | 16.84 | 11.05 | - |
| YUV | 109.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 88 | 0 | 0.66 | 0.56 | 0.22 | 350.77 | 0.53 | 0.52 |
| Hex | C6 | 44 | 58 | 0 | 42 | 38 | 16 | 15F | 35 | 34 |
| Octal | 306 | 104 | 130 | 0 | 102 | 70 | 26 | 537 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1011000 | 0 | 1000010 | 111000 | 10110 | 101011111 | 110101 | 110100 |
Color Harmonies of #C64458
Complementary color
Monochromatic Colors of #C64458
Black with #C64458
Text Example
Text Example
White with #C64458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64458; }
p { color: rgb(198,68,88); }
H1.HeaderClassName
{
color: #C64458;
}
.AnyTagClassName
{
color: #C64458;
}
</style>
background-color css
<style>
a { background-color: #C64458; }
a { background-color: rgb(198,68,88); }
div.DivClassName
{
background-color: #C64458;
}
.BgClassName
{
background-color: #C64458;
}
</style>
border-color css
<style>
span { border-color: #C64458; }
span { border-color: rgb(198,68,88); }
td.TdClassName
{
border-color: #C64458;
}
.TagClassName
{
border-color: #C64458;
}
</style>