Shades of Mandy #C64A5E
Tints of Mandy #C64A5E
RGB
CMYK
RGB Variations
Color information
#C64A5E (or 0xC64A5E) is known color: Mandy. HEX triplet: C6, 4A and 5E. RGB value is (198,74,94). Sum of RGB (Red+Green+Blue) = 198+74+94=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A5E is #39B5A1. Grayscale: #717171. Windows color (decimal): -3782050 or 6179526. OLE color: 6179526.
HSL color Cylindrical-coordinate representation of color #C64A5E: hue angle of 350.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A5E is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 94 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.22 |
| HSL | 350.32º | 0.52% | 0.53% | - |
| HSV(B) | 350.32º | 0.63% | 0.78% | - |
| XYZ | 27.76 | 17.71 | 12.55 | - |
| YUV | 113.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 94 | 0 | 0.63 | 0.53 | 0.22 | 350.32 | 0.52 | 0.53 |
| Hex | C6 | 4A | 5E | 0 | 3F | 35 | 16 | 15E | 34 | 35 |
| Octal | 306 | 112 | 136 | 0 | 77 | 65 | 26 | 536 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1011110 | 0 | 111111 | 110101 | 10110 | 101011110 | 110100 | 110101 |
Color Harmonies of #C64A5E
Complementary color
Monochromatic Colors of #C64A5E
Black with #C64A5E
Text Example
Text Example
White with #C64A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A5E; }
p { color: rgb(198,74,94); }
H1.HeaderClassName
{
color: #C64A5E;
}
.AnyTagClassName
{
color: #C64A5E;
}
</style>
background-color css
<style>
a { background-color: #C64A5E; }
a { background-color: rgb(198,74,94); }
div.DivClassName
{
background-color: #C64A5E;
}
.BgClassName
{
background-color: #C64A5E;
}
</style>
border-color css
<style>
span { border-color: #C64A5E; }
span { border-color: rgb(198,74,94); }
td.TdClassName
{
border-color: #C64A5E;
}
.TagClassName
{
border-color: #C64A5E;
}
</style>