Shades of Mandy #C94556
Tints of Mandy #C94556
RGB
CMYK
RGB Variations
Color information
#C94556 (or 0xC94556) is known color: Mandy. HEX triplet: C9, 45 and 56. RGB value is (201,69,86). Sum of RGB (Red+Green+Blue) = 201+69+86=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C94556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94556 is #36BAA9. Grayscale: #6E6E6E. Windows color (decimal): -3586730 or 5653961. OLE color: 5653961.
HSL color Cylindrical-coordinate representation of color #C94556: hue angle of 352.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94556 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 86 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.21 |
| HSL | 352.27º | 0.55% | 0.53% | - |
| HSV(B) | 352.27º | 0.66% | 0.79% | - |
| XYZ | 27.9 | 17.35 | 10.68 | - |
| YUV | 110.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 86 | 0 | 0.66 | 0.57 | 0.21 | 352.27 | 0.55 | 0.53 |
| Hex | C9 | 45 | 56 | 0 | 42 | 39 | 15 | 160 | 37 | 35 |
| Octal | 311 | 105 | 126 | 0 | 102 | 71 | 25 | 540 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1010110 | 0 | 1000010 | 111001 | 10101 | 101100000 | 110111 | 110101 |
Color Harmonies of #C94556
Complementary color
Monochromatic Colors of #C94556
Black with #C94556
Text Example
Text Example
White with #C94556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94556; }
p { color: rgb(201,69,86); }
H1.HeaderClassName
{
color: #C94556;
}
.AnyTagClassName
{
color: #C94556;
}
</style>
background-color css
<style>
a { background-color: #C94556; }
a { background-color: rgb(201,69,86); }
div.DivClassName
{
background-color: #C94556;
}
.BgClassName
{
background-color: #C94556;
}
</style>
border-color css
<style>
span { border-color: #C94556; }
span { border-color: rgb(201,69,86); }
td.TdClassName
{
border-color: #C94556;
}
.TagClassName
{
border-color: #C94556;
}
</style>