Shades of Mandy #C64154
Tints of Mandy #C64154
RGB
CMYK
RGB Variations
Color information
#C64154 (or 0xC64154) is known color: Mandy. HEX triplet: C6, 41 and 54. RGB value is (198,65,84). Sum of RGB (Red+Green+Blue) = 198+65+84=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64154 is #39BEAB. Grayscale: #6A6A6A. Windows color (decimal): -3784364 or 5521862. OLE color: 5521862.
HSL color Cylindrical-coordinate representation of color #C64154: hue angle of 351.43º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64154 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 84 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.22 |
| HSL | 351.43º | 0.54% | 0.52% | - |
| HSV(B) | 351.43º | 0.67% | 0.78% | - |
| XYZ | 26.78 | 16.43 | 10.15 | - |
| YUV | 106.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 84 | 0 | 0.67 | 0.58 | 0.22 | 351.43 | 0.54 | 0.52 |
| Hex | C6 | 41 | 54 | 0 | 43 | 3A | 16 | 15F | 36 | 34 |
| Octal | 306 | 101 | 124 | 0 | 103 | 72 | 26 | 537 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1010100 | 0 | 1000011 | 111010 | 10110 | 101011111 | 110110 | 110100 |
Color Harmonies of #C64154
Complementary color
Monochromatic Colors of #C64154
Black with #C64154
Text Example
Text Example
White with #C64154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64154; }
p { color: rgb(198,65,84); }
H1.HeaderClassName
{
color: #C64154;
}
.AnyTagClassName
{
color: #C64154;
}
</style>
background-color css
<style>
a { background-color: #C64154; }
a { background-color: rgb(198,65,84); }
div.DivClassName
{
background-color: #C64154;
}
.BgClassName
{
background-color: #C64154;
}
</style>
border-color css
<style>
span { border-color: #C64154; }
span { border-color: rgb(198,65,84); }
td.TdClassName
{
border-color: #C64154;
}
.TagClassName
{
border-color: #C64154;
}
</style>