Shades of Mandy #C94558
Tints of Mandy #C94558
RGB
CMYK
RGB Variations
Color information
#C94558 (or 0xC94558) is known color: Mandy. HEX triplet: C9, 45 and 58. RGB value is (201,69,88). Sum of RGB (Red+Green+Blue) = 201+69+88=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C94558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94558 is #36BAA7. Grayscale: #6E6E6E. Windows color (decimal): -3586728 or 5785033. OLE color: 5785033.
HSL color Cylindrical-coordinate representation of color #C94558: hue angle of 351.36º 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 #C94558 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 88 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.21 |
| HSL | 351.36º | 0.55% | 0.53% | - |
| HSV(B) | 351.36º | 0.66% | 0.79% | - |
| XYZ | 27.98 | 17.38 | 11.11 | - |
| YUV | 110.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 88 | 0 | 0.66 | 0.56 | 0.21 | 351.36 | 0.55 | 0.53 |
| Hex | C9 | 45 | 58 | 0 | 42 | 38 | 15 | 15F | 37 | 35 |
| Octal | 311 | 105 | 130 | 0 | 102 | 70 | 25 | 537 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1011000 | 0 | 1000010 | 111000 | 10101 | 101011111 | 110111 | 110101 |
Color Harmonies of #C94558
Complementary color
Monochromatic Colors of #C94558
Black with #C94558
Text Example
Text Example
White with #C94558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94558; }
p { color: rgb(201,69,88); }
H1.HeaderClassName
{
color: #C94558;
}
.AnyTagClassName
{
color: #C94558;
}
</style>
background-color css
<style>
a { background-color: #C94558; }
a { background-color: rgb(201,69,88); }
div.DivClassName
{
background-color: #C94558;
}
.BgClassName
{
background-color: #C94558;
}
</style>
border-color css
<style>
span { border-color: #C94558; }
span { border-color: rgb(201,69,88); }
td.TdClassName
{
border-color: #C94558;
}
.TagClassName
{
border-color: #C94558;
}
</style>