Shades of Mandy #C6475F
Tints of Mandy #C6475F
RGB
CMYK
RGB Variations
Color information
#C6475F (or 0xC6475F) is known color: Mandy. HEX triplet: C6, 47 and 5F. RGB value is (198,71,95). Sum of RGB (Red+Green+Blue) = 198+71+95=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6475F is #39B8A0. Grayscale: #6F6F6F. Windows color (decimal): -3782817 or 6244294. OLE color: 6244294.
HSL color Cylindrical-coordinate representation of color #C6475F: hue angle of 348.66º 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 #C6475F is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 95 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.66º | 0.53% | 0.53% | - |
| HSV(B) | 348.66º | 0.64% | 0.78% | - |
| XYZ | 27.61 | 17.34 | 12.72 | - |
| YUV | 111.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 95 | 0 | 0.64 | 0.52 | 0.22 | 348.66 | 0.53 | 0.53 |
| Hex | C6 | 47 | 5F | 0 | 40 | 34 | 16 | 15D | 35 | 35 |
| Octal | 306 | 107 | 137 | 0 | 100 | 64 | 26 | 535 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1011111 | 0 | 1000000 | 110100 | 10110 | 101011101 | 110101 | 110101 |
Color Harmonies of #C6475F
Complementary color
Monochromatic Colors of #C6475F
Black with #C6475F
Text Example
Text Example
White with #C6475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6475F; }
p { color: rgb(198,71,95); }
H1.HeaderClassName
{
color: #C6475F;
}
.AnyTagClassName
{
color: #C6475F;
}
</style>
background-color css
<style>
a { background-color: #C6475F; }
a { background-color: rgb(198,71,95); }
div.DivClassName
{
background-color: #C6475F;
}
.BgClassName
{
background-color: #C6475F;
}
</style>
border-color css
<style>
span { border-color: #C6475F; }
span { border-color: rgb(198,71,95); }
td.TdClassName
{
border-color: #C6475F;
}
.TagClassName
{
border-color: #C6475F;
}
</style>