Shades of Mandy #C6405E
Tints of Mandy #C6405E
RGB
CMYK
RGB Variations
Color information
#C6405E (or 0xC6405E) is known color: Mandy. HEX triplet: C6, 40 and 5E. RGB value is (198,64,94). Sum of RGB (Red+Green+Blue) = 198+64+94=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6405E is #39BFA1. Grayscale: #6B6B6B. Windows color (decimal): -3784610 or 6176966. OLE color: 6176966.
HSL color Cylindrical-coordinate representation of color #C6405E: hue angle of 346.57º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6405E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 94 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.22 |
| HSL | 346.57º | 0.54% | 0.51% | - |
| HSV(B) | 346.57º | 0.68% | 0.78% | - |
| XYZ | 27.14 | 16.48 | 12.34 | - |
| YUV | 107.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 94 | 0 | 0.68 | 0.53 | 0.22 | 346.57 | 0.54 | 0.51 |
| Hex | C6 | 40 | 5E | 0 | 44 | 35 | 16 | 15B | 36 | 33 |
| Octal | 306 | 100 | 136 | 0 | 104 | 65 | 26 | 533 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1011110 | 0 | 1000100 | 110101 | 10110 | 101011011 | 110110 | 110011 |
Color Harmonies of #C6405E
Complementary color
Monochromatic Colors of #C6405E
Black with #C6405E
Text Example
Text Example
White with #C6405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6405E; }
p { color: rgb(198,64,94); }
H1.HeaderClassName
{
color: #C6405E;
}
.AnyTagClassName
{
color: #C6405E;
}
</style>
background-color css
<style>
a { background-color: #C6405E; }
a { background-color: rgb(198,64,94); }
div.DivClassName
{
background-color: #C6405E;
}
.BgClassName
{
background-color: #C6405E;
}
</style>
border-color css
<style>
span { border-color: #C6405E; }
span { border-color: rgb(198,64,94); }
td.TdClassName
{
border-color: #C6405E;
}
.TagClassName
{
border-color: #C6405E;
}
</style>