Shades of Mandy #C9415D
Tints of Mandy #C9415D
RGB
CMYK
RGB Variations
Color information
#C9415D (or 0xC9415D) is known color: Mandy. HEX triplet: C9, 41 and 5D. RGB value is (201,65,93). Sum of RGB (Red+Green+Blue) = 201+65+93=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9415D is #36BEA2. Grayscale: #6C6C6C. Windows color (decimal): -3587747 or 6111689. OLE color: 6111689.
HSL color Cylindrical-coordinate representation of color #C9415D: hue angle of 347.65º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9415D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 93 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.21 |
| HSL | 347.65º | 0.56% | 0.52% | - |
| HSV(B) | 347.65º | 0.68% | 0.79% | - |
| XYZ | 27.95 | 16.99 | 12.16 | - |
| YUV | 108.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 93 | 0 | 0.68 | 0.54 | 0.21 | 347.65 | 0.56 | 0.52 |
| Hex | C9 | 41 | 5D | 0 | 44 | 36 | 15 | 15C | 38 | 34 |
| Octal | 311 | 101 | 135 | 0 | 104 | 66 | 25 | 534 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1011101 | 0 | 1000100 | 110110 | 10101 | 101011100 | 111000 | 110100 |
Color Harmonies of #C9415D
Complementary color
Monochromatic Colors of #C9415D
Black with #C9415D
Text Example
Text Example
White with #C9415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9415D; }
p { color: rgb(201,65,93); }
H1.HeaderClassName
{
color: #C9415D;
}
.AnyTagClassName
{
color: #C9415D;
}
</style>
background-color css
<style>
a { background-color: #C9415D; }
a { background-color: rgb(201,65,93); }
div.DivClassName
{
background-color: #C9415D;
}
.BgClassName
{
background-color: #C9415D;
}
</style>
border-color css
<style>
span { border-color: #C9415D; }
span { border-color: rgb(201,65,93); }
td.TdClassName
{
border-color: #C9415D;
}
.TagClassName
{
border-color: #C9415D;
}
</style>