Shades of Mandy #C65658
Tints of Mandy #C65658
RGB
CMYK
RGB Variations
Color information
#C65658 (or 0xC65658) is known color: Mandy. HEX triplet: C6, 56 and 58. RGB value is (198,86,88). Sum of RGB (Red+Green+Blue) = 198+86+88=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C65658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65658 is #39A9A7. Grayscale: #777777. Windows color (decimal): -3778984 or 5789382. OLE color: 5789382.
HSL color Cylindrical-coordinate representation of color #C65658: hue angle of 358.93º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65658 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 88 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.22 |
| HSL | 358.93º | 0.5% | 0.56% | - |
| HSV(B) | 358.93º | 0.57% | 0.78% | - |
| XYZ | 28.38 | 19.37 | 11.47 | - |
| YUV | 119.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 88 | 0 | 0.57 | 0.56 | 0.22 | 358.93 | 0.5 | 0.56 |
| Hex | C6 | 56 | 58 | 0 | 39 | 38 | 16 | 167 | 32 | 38 |
| Octal | 306 | 126 | 130 | 0 | 71 | 70 | 26 | 547 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1011000 | 0 | 111001 | 111000 | 10110 | 101100111 | 110010 | 111000 |
Color Harmonies of #C65658
Complementary color
Monochromatic Colors of #C65658
Black with #C65658
Text Example
Text Example
White with #C65658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65658; }
p { color: rgb(198,86,88); }
H1.HeaderClassName
{
color: #C65658;
}
.AnyTagClassName
{
color: #C65658;
}
</style>
background-color css
<style>
a { background-color: #C65658; }
a { background-color: rgb(198,86,88); }
div.DivClassName
{
background-color: #C65658;
}
.BgClassName
{
background-color: #C65658;
}
</style>
border-color css
<style>
span { border-color: #C65658; }
span { border-color: rgb(198,86,88); }
td.TdClassName
{
border-color: #C65658;
}
.TagClassName
{
border-color: #C65658;
}
</style>