Shades of Mandy #C6535D
Tints of Mandy #C6535D
RGB
CMYK
RGB Variations
Color information
#C6535D (or 0xC6535D) is known color: Mandy. HEX triplet: C6, 53 and 5D. RGB value is (198,83,93). Sum of RGB (Red+Green+Blue) = 198+83+93=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6535D is #39ACA2. Grayscale: #767676. Windows color (decimal): -3779747 or 6116294. OLE color: 6116294.
HSL color Cylindrical-coordinate representation of color #C6535D: hue angle of 354.78º 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 #C6535D is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 93 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.22 |
| HSL | 354.78º | 0.5% | 0.55% | - |
| HSV(B) | 354.78º | 0.58% | 0.78% | - |
| XYZ | 28.36 | 18.98 | 12.53 | - |
| YUV | 118.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 93 | 0 | 0.58 | 0.53 | 0.22 | 354.78 | 0.5 | 0.55 |
| Hex | C6 | 53 | 5D | 0 | 3A | 35 | 16 | 163 | 32 | 37 |
| Octal | 306 | 123 | 135 | 0 | 72 | 65 | 26 | 543 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1011101 | 0 | 111010 | 110101 | 10110 | 101100011 | 110010 | 110111 |
Color Harmonies of #C6535D
Complementary color
Monochromatic Colors of #C6535D
Black with #C6535D
Text Example
Text Example
White with #C6535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6535D; }
p { color: rgb(198,83,93); }
H1.HeaderClassName
{
color: #C6535D;
}
.AnyTagClassName
{
color: #C6535D;
}
</style>
background-color css
<style>
a { background-color: #C6535D; }
a { background-color: rgb(198,83,93); }
div.DivClassName
{
background-color: #C6535D;
}
.BgClassName
{
background-color: #C6535D;
}
</style>
border-color css
<style>
span { border-color: #C6535D; }
span { border-color: rgb(198,83,93); }
td.TdClassName
{
border-color: #C6535D;
}
.TagClassName
{
border-color: #C6535D;
}
</style>