Shades of Mandy #C6505D
Tints of Mandy #C6505D
RGB
CMYK
RGB Variations
Color information
#C6505D (or 0xC6505D) is known color: Mandy. HEX triplet: C6, 50 and 5D. RGB value is (198,80,93). Sum of RGB (Red+Green+Blue) = 198+80+93=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6505D is #39AFA2. Grayscale: #747474. Windows color (decimal): -3780515 or 6115526. OLE color: 6115526.
HSL color Cylindrical-coordinate representation of color #C6505D: hue angle of 353.39º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6505D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 93 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.22 |
| HSL | 353.39º | 0.51% | 0.55% | - |
| HSV(B) | 353.39º | 0.6% | 0.78% | - |
| XYZ | 28.13 | 18.53 | 12.45 | - |
| YUV | 116.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 93 | 0 | 0.60 | 0.53 | 0.22 | 353.39 | 0.51 | 0.55 |
| Hex | C6 | 50 | 5D | 0 | 3C | 35 | 16 | 161 | 33 | 37 |
| Octal | 306 | 120 | 135 | 0 | 74 | 65 | 26 | 541 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1011101 | 0 | 111100 | 110101 | 10110 | 101100001 | 110011 | 110111 |
Color Harmonies of #C6505D
Complementary color
Monochromatic Colors of #C6505D
Black with #C6505D
Text Example
Text Example
White with #C6505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6505D; }
p { color: rgb(198,80,93); }
H1.HeaderClassName
{
color: #C6505D;
}
.AnyTagClassName
{
color: #C6505D;
}
</style>
background-color css
<style>
a { background-color: #C6505D; }
a { background-color: rgb(198,80,93); }
div.DivClassName
{
background-color: #C6505D;
}
.BgClassName
{
background-color: #C6505D;
}
</style>
border-color css
<style>
span { border-color: #C6505D; }
span { border-color: rgb(198,80,93); }
td.TdClassName
{
border-color: #C6505D;
}
.TagClassName
{
border-color: #C6505D;
}
</style>