Shades of Mandy #C9415C
Tints of Mandy #C9415C
RGB
CMYK
RGB Variations
Color information
#C9415C (or 0xC9415C) is known color: Mandy. HEX triplet: C9, 41 and 5C. RGB value is (201,65,92). Sum of RGB (Red+Green+Blue) = 201+65+92=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9415C is #36BEA3. Grayscale: #6C6C6C. Windows color (decimal): -3587748 or 6046153. OLE color: 6046153.
HSL color Cylindrical-coordinate representation of color #C9415C: hue angle of 348.09º 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 #C9415C is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 92 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.21 |
| HSL | 348.09º | 0.56% | 0.52% | - |
| HSV(B) | 348.09º | 0.68% | 0.79% | - |
| XYZ | 27.91 | 16.97 | 11.93 | - |
| YUV | 108.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 92 | 0 | 0.68 | 0.54 | 0.21 | 348.09 | 0.56 | 0.52 |
| Hex | C9 | 41 | 5C | 0 | 44 | 36 | 15 | 15C | 38 | 34 |
| Octal | 311 | 101 | 134 | 0 | 104 | 66 | 25 | 534 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1011100 | 0 | 1000100 | 110110 | 10101 | 101011100 | 111000 | 110100 |
Color Harmonies of #C9415C
Complementary color
Monochromatic Colors of #C9415C
Black with #C9415C
Text Example
Text Example
White with #C9415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9415C; }
p { color: rgb(201,65,92); }
H1.HeaderClassName
{
color: #C9415C;
}
.AnyTagClassName
{
color: #C9415C;
}
</style>
background-color css
<style>
a { background-color: #C9415C; }
a { background-color: rgb(201,65,92); }
div.DivClassName
{
background-color: #C9415C;
}
.BgClassName
{
background-color: #C9415C;
}
</style>
border-color css
<style>
span { border-color: #C9415C; }
span { border-color: rgb(201,65,92); }
td.TdClassName
{
border-color: #C9415C;
}
.TagClassName
{
border-color: #C9415C;
}
</style>