Shades of Mandy #C94953
Tints of Mandy #C94953
RGB
CMYK
RGB Variations
Color information
#C94953 (or 0xC94953) is known color: Mandy. HEX triplet: C9, 49 and 53. RGB value is (201,73,83). Sum of RGB (Red+Green+Blue) = 201+73+83=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C94953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94953 is #36B6AC. Grayscale: #707070. Windows color (decimal): -3585709 or 5458377. OLE color: 5458377.
HSL color Cylindrical-coordinate representation of color #C94953: hue angle of 355.31º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94953 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 83 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.21 |
| HSL | 355.31º | 0.54% | 0.54% | - |
| HSV(B) | 355.31º | 0.64% | 0.79% | - |
| XYZ | 28.03 | 17.81 | 10.14 | - |
| YUV | 112.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 83 | 0 | 0.64 | 0.59 | 0.21 | 355.31 | 0.54 | 0.54 |
| Hex | C9 | 49 | 53 | 0 | 40 | 3B | 15 | 163 | 36 | 36 |
| Octal | 311 | 111 | 123 | 0 | 100 | 73 | 25 | 543 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1010011 | 0 | 1000000 | 111011 | 10101 | 101100011 | 110110 | 110110 |
Color Harmonies of #C94953
Complementary color
Monochromatic Colors of #C94953
Black with #C94953
Text Example
Text Example
White with #C94953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94953; }
p { color: rgb(201,73,83); }
H1.HeaderClassName
{
color: #C94953;
}
.AnyTagClassName
{
color: #C94953;
}
</style>
background-color css
<style>
a { background-color: #C94953; }
a { background-color: rgb(201,73,83); }
div.DivClassName
{
background-color: #C94953;
}
.BgClassName
{
background-color: #C94953;
}
</style>
border-color css
<style>
span { border-color: #C94953; }
span { border-color: rgb(201,73,83); }
td.TdClassName
{
border-color: #C94953;
}
.TagClassName
{
border-color: #C94953;
}
</style>