Shades of Mandy #C65864
Tints of Mandy #C65864
RGB
CMYK
RGB Variations
Color information
#C65864 (or 0xC65864) is known color: Mandy. HEX triplet: C6, 58 and 64. RGB value is (198,88,100). Sum of RGB (Red+Green+Blue) = 198+88+100=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C65864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65864 is #39A79B. Grayscale: #7A7A7A. Windows color (decimal): -3778460 or 6576326. OLE color: 6576326.
HSL color Cylindrical-coordinate representation of color #C65864: hue angle of 353.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65864 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 100 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.22 |
| HSL | 353.45º | 0.49% | 0.56% | - |
| HSV(B) | 353.45º | 0.56% | 0.78% | - |
| XYZ | 29.08 | 19.91 | 14.37 | - |
| YUV | 122.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 100 | 0 | 0.56 | 0.49 | 0.22 | 353.45 | 0.49 | 0.56 |
| Hex | C6 | 58 | 64 | 0 | 38 | 31 | 16 | 161 | 31 | 38 |
| Octal | 306 | 130 | 144 | 0 | 70 | 61 | 26 | 541 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1100100 | 0 | 111000 | 110001 | 10110 | 101100001 | 110001 | 111000 |
Color Harmonies of #C65864
Complementary color
Monochromatic Colors of #C65864
Black with #C65864
Text Example
Text Example
White with #C65864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65864; }
p { color: rgb(198,88,100); }
H1.HeaderClassName
{
color: #C65864;
}
.AnyTagClassName
{
color: #C65864;
}
</style>
background-color css
<style>
a { background-color: #C65864; }
a { background-color: rgb(198,88,100); }
div.DivClassName
{
background-color: #C65864;
}
.BgClassName
{
background-color: #C65864;
}
</style>
border-color css
<style>
span { border-color: #C65864; }
span { border-color: rgb(198,88,100); }
td.TdClassName
{
border-color: #C65864;
}
.TagClassName
{
border-color: #C65864;
}
</style>