Shades of Mandy #C9445D
Tints of Mandy #C9445D
RGB
CMYK
RGB Variations
Color information
#C9445D (or 0xC9445D) is known color: Mandy. HEX triplet: C9, 44 and 5D. RGB value is (201,68,93). Sum of RGB (Red+Green+Blue) = 201+68+93=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9445D is #36BBA2. Grayscale: #6E6E6E. Windows color (decimal): -3586979 or 6112457. OLE color: 6112457.
HSL color Cylindrical-coordinate representation of color #C9445D: hue angle of 348.72º 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 #C9445D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 93 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.21 |
| HSL | 348.72º | 0.55% | 0.53% | - |
| HSV(B) | 348.72º | 0.66% | 0.79% | - |
| XYZ | 28.13 | 17.34 | 12.22 | - |
| YUV | 110.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 93 | 0 | 0.66 | 0.54 | 0.21 | 348.72 | 0.55 | 0.53 |
| Hex | C9 | 44 | 5D | 0 | 42 | 36 | 15 | 15D | 37 | 35 |
| Octal | 311 | 104 | 135 | 0 | 102 | 66 | 25 | 535 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1011101 | 0 | 1000010 | 110110 | 10101 | 101011101 | 110111 | 110101 |
Color Harmonies of #C9445D
Complementary color
Monochromatic Colors of #C9445D
Black with #C9445D
Text Example
Text Example
White with #C9445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9445D; }
p { color: rgb(201,68,93); }
H1.HeaderClassName
{
color: #C9445D;
}
.AnyTagClassName
{
color: #C9445D;
}
</style>
background-color css
<style>
a { background-color: #C9445D; }
a { background-color: rgb(201,68,93); }
div.DivClassName
{
background-color: #C9445D;
}
.BgClassName
{
background-color: #C9445D;
}
</style>
border-color css
<style>
span { border-color: #C9445D; }
span { border-color: rgb(201,68,93); }
td.TdClassName
{
border-color: #C9445D;
}
.TagClassName
{
border-color: #C9445D;
}
</style>