Shades of Mandy #C94455
Tints of Mandy #C94455
RGB
CMYK
RGB Variations
Color information
#C94455 (or 0xC94455) is known color: Mandy. HEX triplet: C9, 44 and 55. RGB value is (201,68,85). Sum of RGB (Red+Green+Blue) = 201+68+85=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94455 is #36BBAA. Grayscale: #6D6D6D. Windows color (decimal): -3586987 or 5588169. OLE color: 5588169.
HSL color Cylindrical-coordinate representation of color #C94455: hue angle of 352.33º 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 #C94455 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 85 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.21 |
| HSL | 352.33º | 0.55% | 0.53% | - |
| HSV(B) | 352.33º | 0.66% | 0.79% | - |
| XYZ | 27.79 | 17.21 | 10.45 | - |
| YUV | 109.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 85 | 0 | 0.66 | 0.58 | 0.21 | 352.33 | 0.55 | 0.53 |
| Hex | C9 | 44 | 55 | 0 | 42 | 3A | 15 | 160 | 37 | 35 |
| Octal | 311 | 104 | 125 | 0 | 102 | 72 | 25 | 540 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1010101 | 0 | 1000010 | 111010 | 10101 | 101100000 | 110111 | 110101 |
Color Harmonies of #C94455
Complementary color
Monochromatic Colors of #C94455
Black with #C94455
Text Example
Text Example
White with #C94455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94455; }
p { color: rgb(201,68,85); }
H1.HeaderClassName
{
color: #C94455;
}
.AnyTagClassName
{
color: #C94455;
}
</style>
background-color css
<style>
a { background-color: #C94455; }
a { background-color: rgb(201,68,85); }
div.DivClassName
{
background-color: #C94455;
}
.BgClassName
{
background-color: #C94455;
}
</style>
border-color css
<style>
span { border-color: #C94455; }
span { border-color: rgb(201,68,85); }
td.TdClassName
{
border-color: #C94455;
}
.TagClassName
{
border-color: #C94455;
}
</style>