Shades of Mandy #C6465F
Tints of Mandy #C6465F
RGB
CMYK
RGB Variations
Color information
#C6465F (or 0xC6465F) is known color: Mandy. HEX triplet: C6, 46 and 5F. RGB value is (198,70,95). Sum of RGB (Red+Green+Blue) = 198+70+95=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6465F is #39B9A0. Grayscale: #6F6F6F. Windows color (decimal): -3783073 or 6244038. OLE color: 6244038.
HSL color Cylindrical-coordinate representation of color #C6465F: hue angle of 348.28º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6465F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 95 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.22 |
| HSL | 348.28º | 0.53% | 0.53% | - |
| HSV(B) | 348.28º | 0.65% | 0.78% | - |
| XYZ | 27.54 | 17.21 | 12.7 | - |
| YUV | 111.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 95 | 0 | 0.65 | 0.52 | 0.22 | 348.28 | 0.53 | 0.53 |
| Hex | C6 | 46 | 5F | 0 | 41 | 34 | 16 | 15C | 35 | 35 |
| Octal | 306 | 106 | 137 | 0 | 101 | 64 | 26 | 534 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1011111 | 0 | 1000001 | 110100 | 10110 | 101011100 | 110101 | 110101 |
Color Harmonies of #C6465F
Complementary color
Monochromatic Colors of #C6465F
Black with #C6465F
Text Example
Text Example
White with #C6465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6465F; }
p { color: rgb(198,70,95); }
H1.HeaderClassName
{
color: #C6465F;
}
.AnyTagClassName
{
color: #C6465F;
}
</style>
background-color css
<style>
a { background-color: #C6465F; }
a { background-color: rgb(198,70,95); }
div.DivClassName
{
background-color: #C6465F;
}
.BgClassName
{
background-color: #C6465F;
}
</style>
border-color css
<style>
span { border-color: #C6465F; }
span { border-color: rgb(198,70,95); }
td.TdClassName
{
border-color: #C6465F;
}
.TagClassName
{
border-color: #C6465F;
}
</style>