Shades of Mandy #C9415E
Tints of Mandy #C9415E
RGB
CMYK
RGB Variations
Color information
#C9415E (or 0xC9415E) is known color: Mandy. HEX triplet: C9, 41 and 5E. RGB value is (201,65,94). Sum of RGB (Red+Green+Blue) = 201+65+94=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9415E is #36BEA1. Grayscale: #6C6C6C. Windows color (decimal): -3587746 or 6177225. OLE color: 6177225.
HSL color Cylindrical-coordinate representation of color #C9415E: hue angle of 347.21º 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 #C9415E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 94 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.21 |
| HSL | 347.21º | 0.56% | 0.52% | - |
| HSV(B) | 347.21º | 0.68% | 0.79% | - |
| XYZ | 28 | 17.01 | 12.4 | - |
| YUV | 108.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 94 | 0 | 0.68 | 0.53 | 0.21 | 347.21 | 0.56 | 0.52 |
| Hex | C9 | 41 | 5E | 0 | 44 | 35 | 15 | 15B | 38 | 34 |
| Octal | 311 | 101 | 136 | 0 | 104 | 65 | 25 | 533 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1011110 | 0 | 1000100 | 110101 | 10101 | 101011011 | 111000 | 110100 |
Color Harmonies of #C9415E
Complementary color
Monochromatic Colors of #C9415E
Black with #C9415E
Text Example
Text Example
White with #C9415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9415E; }
p { color: rgb(201,65,94); }
H1.HeaderClassName
{
color: #C9415E;
}
.AnyTagClassName
{
color: #C9415E;
}
</style>
background-color css
<style>
a { background-color: #C9415E; }
a { background-color: rgb(201,65,94); }
div.DivClassName
{
background-color: #C9415E;
}
.BgClassName
{
background-color: #C9415E;
}
</style>
border-color css
<style>
span { border-color: #C9415E; }
span { border-color: rgb(201,65,94); }
td.TdClassName
{
border-color: #C9415E;
}
.TagClassName
{
border-color: #C9415E;
}
</style>