Shades of Mandy #C94552
Tints of Mandy #C94552
RGB
CMYK
RGB Variations
Color information
#C94552 (or 0xC94552) is known color: Mandy. HEX triplet: C9, 45 and 52. RGB value is (201,69,82). Sum of RGB (Red+Green+Blue) = 201+69+82=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94552 is #36BAAD. Grayscale: #6E6E6E. Windows color (decimal): -3586734 or 5391817. OLE color: 5391817.
HSL color Cylindrical-coordinate representation of color #C94552: hue angle of 354.09º 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 #C94552 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 82 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.21 |
| HSL | 354.09º | 0.55% | 0.53% | - |
| HSV(B) | 354.09º | 0.66% | 0.79% | - |
| XYZ | 27.74 | 17.28 | 9.86 | - |
| YUV | 109.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 82 | 0 | 0.66 | 0.59 | 0.21 | 354.09 | 0.55 | 0.53 |
| Hex | C9 | 45 | 52 | 0 | 42 | 3B | 15 | 162 | 37 | 35 |
| Octal | 311 | 105 | 122 | 0 | 102 | 73 | 25 | 542 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1010010 | 0 | 1000010 | 111011 | 10101 | 101100010 | 110111 | 110101 |
Color Harmonies of #C94552
Complementary color
Monochromatic Colors of #C94552
Black with #C94552
Text Example
Text Example
White with #C94552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94552; }
p { color: rgb(201,69,82); }
H1.HeaderClassName
{
color: #C94552;
}
.AnyTagClassName
{
color: #C94552;
}
</style>
background-color css
<style>
a { background-color: #C94552; }
a { background-color: rgb(201,69,82); }
div.DivClassName
{
background-color: #C94552;
}
.BgClassName
{
background-color: #C94552;
}
</style>
border-color css
<style>
span { border-color: #C94552; }
span { border-color: rgb(201,69,82); }
td.TdClassName
{
border-color: #C94552;
}
.TagClassName
{
border-color: #C94552;
}
</style>