Shades of Mandy #C6585B
Tints of Mandy #C6585B
RGB
CMYK
RGB Variations
Color information
#C6585B (or 0xC6585B) is known color: Mandy. HEX triplet: C6, 58 and 5B. RGB value is (198,88,91). Sum of RGB (Red+Green+Blue) = 198+88+91=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6585B is #39A7A4. Grayscale: #797979. Windows color (decimal): -3778469 or 5986502. OLE color: 5986502.
HSL color Cylindrical-coordinate representation of color #C6585B: hue angle of 358.36º 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 #C6585B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 91 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.22 |
| HSL | 358.36º | 0.49% | 0.56% | - |
| HSV(B) | 358.36º | 0.56% | 0.78% | - |
| XYZ | 28.67 | 19.74 | 12.2 | - |
| YUV | 121.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 91 | 0 | 0.56 | 0.54 | 0.22 | 358.36 | 0.49 | 0.56 |
| Hex | C6 | 58 | 5B | 0 | 38 | 36 | 16 | 166 | 31 | 38 |
| Octal | 306 | 130 | 133 | 0 | 70 | 66 | 26 | 546 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1011011 | 0 | 111000 | 110110 | 10110 | 101100110 | 110001 | 111000 |
Color Harmonies of #C6585B
Complementary color
Monochromatic Colors of #C6585B
Black with #C6585B
Text Example
Text Example
White with #C6585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6585B; }
p { color: rgb(198,88,91); }
H1.HeaderClassName
{
color: #C6585B;
}
.AnyTagClassName
{
color: #C6585B;
}
</style>
background-color css
<style>
a { background-color: #C6585B; }
a { background-color: rgb(198,88,91); }
div.DivClassName
{
background-color: #C6585B;
}
.BgClassName
{
background-color: #C6585B;
}
</style>
border-color css
<style>
span { border-color: #C6585B; }
span { border-color: rgb(198,88,91); }
td.TdClassName
{
border-color: #C6585B;
}
.TagClassName
{
border-color: #C6585B;
}
</style>