Shades of Mandy #C6455F
Tints of Mandy #C6455F
RGB
CMYK
RGB Variations
Color information
#C6455F (or 0xC6455F) is known color: Mandy. HEX triplet: C6, 45 and 5F. RGB value is (198,69,95). Sum of RGB (Red+Green+Blue) = 198+69+95=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6455F is #39BAA0. Grayscale: #6E6E6E. Windows color (decimal): -3783329 or 6243782. OLE color: 6243782.
HSL color Cylindrical-coordinate representation of color #C6455F: hue angle of 347.91º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6455F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 95 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.22 |
| HSL | 347.91º | 0.53% | 0.52% | - |
| HSV(B) | 347.91º | 0.65% | 0.78% | - |
| XYZ | 27.48 | 17.09 | 12.68 | - |
| YUV | 110.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 95 | 0 | 0.65 | 0.52 | 0.22 | 347.91 | 0.53 | 0.52 |
| Hex | C6 | 45 | 5F | 0 | 41 | 34 | 16 | 15C | 35 | 34 |
| Octal | 306 | 105 | 137 | 0 | 101 | 64 | 26 | 534 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1011111 | 0 | 1000001 | 110100 | 10110 | 101011100 | 110101 | 110100 |
Color Harmonies of #C6455F
Complementary color
Monochromatic Colors of #C6455F
Black with #C6455F
Text Example
Text Example
White with #C6455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6455F; }
p { color: rgb(198,69,95); }
H1.HeaderClassName
{
color: #C6455F;
}
.AnyTagClassName
{
color: #C6455F;
}
</style>
background-color css
<style>
a { background-color: #C6455F; }
a { background-color: rgb(198,69,95); }
div.DivClassName
{
background-color: #C6455F;
}
.BgClassName
{
background-color: #C6455F;
}
</style>
border-color css
<style>
span { border-color: #C6455F; }
span { border-color: rgb(198,69,95); }
td.TdClassName
{
border-color: #C6455F;
}
.TagClassName
{
border-color: #C6455F;
}
</style>