Shades of Mandy #C65054
Tints of Mandy #C65054
RGB
CMYK
RGB Variations
Color information
#C65054 (or 0xC65054) is known color: Mandy. HEX triplet: C6, 50 and 54. RGB value is (198,80,84). Sum of RGB (Red+Green+Blue) = 198+80+84=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C65054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65054 is #39AFAB. Grayscale: #737373. Windows color (decimal): -3780524 or 5525702. OLE color: 5525702.
HSL color Cylindrical-coordinate representation of color #C65054: hue angle of 357.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65054 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 84 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.22 |
| HSL | 357.97º | 0.51% | 0.55% | - |
| HSV(B) | 357.97º | 0.6% | 0.78% | - |
| XYZ | 27.76 | 18.38 | 10.47 | - |
| YUV | 115.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 84 | 0 | 0.60 | 0.58 | 0.22 | 357.97 | 0.51 | 0.55 |
| Hex | C6 | 50 | 54 | 0 | 3C | 3A | 16 | 166 | 33 | 37 |
| Octal | 306 | 120 | 124 | 0 | 74 | 72 | 26 | 546 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1010100 | 0 | 111100 | 111010 | 10110 | 101100110 | 110011 | 110111 |
Color Harmonies of #C65054
Complementary color
Monochromatic Colors of #C65054
Black with #C65054
Text Example
Text Example
White with #C65054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65054; }
p { color: rgb(198,80,84); }
H1.HeaderClassName
{
color: #C65054;
}
.AnyTagClassName
{
color: #C65054;
}
</style>
background-color css
<style>
a { background-color: #C65054; }
a { background-color: rgb(198,80,84); }
div.DivClassName
{
background-color: #C65054;
}
.BgClassName
{
background-color: #C65054;
}
</style>
border-color css
<style>
span { border-color: #C65054; }
span { border-color: rgb(198,80,84); }
td.TdClassName
{
border-color: #C65054;
}
.TagClassName
{
border-color: #C65054;
}
</style>