Shades of Mandy #C6575E
Tints of Mandy #C6575E
RGB
CMYK
RGB Variations
Color information
#C6575E (or 0xC6575E) is known color: Mandy. HEX triplet: C6, 57 and 5E. RGB value is (198,87,94). Sum of RGB (Red+Green+Blue) = 198+87+94=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6575E is #39A8A1. Grayscale: #797979. Windows color (decimal): -3778722 or 6182854. OLE color: 6182854.
HSL color Cylindrical-coordinate representation of color #C6575E: hue angle of 356.22º 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 #C6575E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 94 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.22 |
| HSL | 356.22º | 0.49% | 0.56% | - |
| HSV(B) | 356.22º | 0.56% | 0.78% | - |
| XYZ | 28.72 | 19.63 | 12.87 | - |
| YUV | 120.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 94 | 0 | 0.56 | 0.53 | 0.22 | 356.22 | 0.49 | 0.56 |
| Hex | C6 | 57 | 5E | 0 | 38 | 35 | 16 | 164 | 31 | 38 |
| Octal | 306 | 127 | 136 | 0 | 70 | 65 | 26 | 544 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1011110 | 0 | 111000 | 110101 | 10110 | 101100100 | 110001 | 111000 |
Color Harmonies of #C6575E
Complementary color
Monochromatic Colors of #C6575E
Black with #C6575E
Text Example
Text Example
White with #C6575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6575E; }
p { color: rgb(198,87,94); }
H1.HeaderClassName
{
color: #C6575E;
}
.AnyTagClassName
{
color: #C6575E;
}
</style>
background-color css
<style>
a { background-color: #C6575E; }
a { background-color: rgb(198,87,94); }
div.DivClassName
{
background-color: #C6575E;
}
.BgClassName
{
background-color: #C6575E;
}
</style>
border-color css
<style>
span { border-color: #C6575E; }
span { border-color: rgb(198,87,94); }
td.TdClassName
{
border-color: #C6575E;
}
.TagClassName
{
border-color: #C6575E;
}
</style>