Shades of Mandy #C6475D
Tints of Mandy #C6475D
RGB
CMYK
RGB Variations
Color information
#C6475D (or 0xC6475D) is known color: Mandy. HEX triplet: C6, 47 and 5D. RGB value is (198,71,93). Sum of RGB (Red+Green+Blue) = 198+71+93=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6475D is #39B8A2. Grayscale: #6F6F6F. Windows color (decimal): -3782819 or 6113222. OLE color: 6113222.
HSL color Cylindrical-coordinate representation of color #C6475D: hue angle of 349.61º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6475D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 93 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.22 |
| HSL | 349.61º | 0.53% | 0.53% | - |
| HSV(B) | 349.61º | 0.64% | 0.78% | - |
| XYZ | 27.52 | 17.3 | 12.25 | - |
| YUV | 111.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 93 | 0 | 0.64 | 0.53 | 0.22 | 349.61 | 0.53 | 0.53 |
| Hex | C6 | 47 | 5D | 0 | 40 | 35 | 16 | 15E | 35 | 35 |
| Octal | 306 | 107 | 135 | 0 | 100 | 65 | 26 | 536 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1011101 | 0 | 1000000 | 110101 | 10110 | 101011110 | 110101 | 110101 |
Color Harmonies of #C6475D
Complementary color
Monochromatic Colors of #C6475D
Black with #C6475D
Text Example
Text Example
White with #C6475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6475D; }
p { color: rgb(198,71,93); }
H1.HeaderClassName
{
color: #C6475D;
}
.AnyTagClassName
{
color: #C6475D;
}
</style>
background-color css
<style>
a { background-color: #C6475D; }
a { background-color: rgb(198,71,93); }
div.DivClassName
{
background-color: #C6475D;
}
.BgClassName
{
background-color: #C6475D;
}
</style>
border-color css
<style>
span { border-color: #C6475D; }
span { border-color: rgb(198,71,93); }
td.TdClassName
{
border-color: #C6475D;
}
.TagClassName
{
border-color: #C6475D;
}
</style>