Shades of Mandy #C6565A
Tints of Mandy #C6565A
RGB
CMYK
RGB Variations
Color information
#C6565A (or 0xC6565A) is known color: Mandy. HEX triplet: C6, 56 and 5A. RGB value is (198,86,90). Sum of RGB (Red+Green+Blue) = 198+86+90=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6565A is #39A9A5. Grayscale: #787878. Windows color (decimal): -3778982 or 5920454. OLE color: 5920454.
HSL color Cylindrical-coordinate representation of color #C6565A: hue angle of 357.86º 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 #C6565A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 90 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.22 |
| HSL | 357.86º | 0.5% | 0.56% | - |
| HSV(B) | 357.86º | 0.57% | 0.78% | - |
| XYZ | 28.46 | 19.4 | 11.92 | - |
| YUV | 119.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 90 | 0 | 0.57 | 0.55 | 0.22 | 357.86 | 0.5 | 0.56 |
| Hex | C6 | 56 | 5A | 0 | 39 | 37 | 16 | 166 | 32 | 38 |
| Octal | 306 | 126 | 132 | 0 | 71 | 67 | 26 | 546 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1011010 | 0 | 111001 | 110111 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C6565A
Complementary color
Monochromatic Colors of #C6565A
Black with #C6565A
Text Example
Text Example
White with #C6565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6565A; }
p { color: rgb(198,86,90); }
H1.HeaderClassName
{
color: #C6565A;
}
.AnyTagClassName
{
color: #C6565A;
}
</style>
background-color css
<style>
a { background-color: #C6565A; }
a { background-color: rgb(198,86,90); }
div.DivClassName
{
background-color: #C6565A;
}
.BgClassName
{
background-color: #C6565A;
}
</style>
border-color css
<style>
span { border-color: #C6565A; }
span { border-color: rgb(198,86,90); }
td.TdClassName
{
border-color: #C6565A;
}
.TagClassName
{
border-color: #C6565A;
}
</style>