Shades of Mandy #C65355
Tints of Mandy #C65355
RGB
CMYK
RGB Variations
Color information
#C65355 (or 0xC65355) is known color: Mandy. HEX triplet: C6, 53 and 55. RGB value is (198,83,85). Sum of RGB (Red+Green+Blue) = 198+83+85=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C65355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65355 is #39ACAA. Grayscale: #757575. Windows color (decimal): -3779755 or 5592006. OLE color: 5592006.
HSL color Cylindrical-coordinate representation of color #C65355: hue angle of 358.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65355 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 85 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.22 |
| HSL | 358.96º | 0.5% | 0.55% | - |
| HSV(B) | 358.96º | 0.58% | 0.78% | - |
| XYZ | 28.02 | 18.85 | 10.76 | - |
| YUV | 117.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 85 | 0 | 0.58 | 0.57 | 0.22 | 358.96 | 0.5 | 0.55 |
| Hex | C6 | 53 | 55 | 0 | 3A | 39 | 16 | 167 | 32 | 37 |
| Octal | 306 | 123 | 125 | 0 | 72 | 71 | 26 | 547 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1010101 | 0 | 111010 | 111001 | 10110 | 101100111 | 110010 | 110111 |
Color Harmonies of #C65355
Complementary color
Monochromatic Colors of #C65355
Black with #C65355
Text Example
Text Example
White with #C65355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65355; }
p { color: rgb(198,83,85); }
H1.HeaderClassName
{
color: #C65355;
}
.AnyTagClassName
{
color: #C65355;
}
</style>
background-color css
<style>
a { background-color: #C65355; }
a { background-color: rgb(198,83,85); }
div.DivClassName
{
background-color: #C65355;
}
.BgClassName
{
background-color: #C65355;
}
</style>
border-color css
<style>
span { border-color: #C65355; }
span { border-color: rgb(198,83,85); }
td.TdClassName
{
border-color: #C65355;
}
.TagClassName
{
border-color: #C65355;
}
</style>