Shades of Mandy #C34959
Tints of Mandy #C34959
RGB
CMYK
RGB Variations
Color information
#C34959 (or 0xC34959) is known color: Mandy. HEX triplet: C3, 49 and 59. RGB value is (195,73,89). Sum of RGB (Red+Green+Blue) = 195+73+89=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C34959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34959 is #3CB6A6. Grayscale: #6F6F6F. Windows color (decimal): -3978919 or 5851587. OLE color: 5851587.
HSL color Cylindrical-coordinate representation of color #C34959: hue angle of 352.13º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34959 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 89 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.24 |
| HSL | 352.13º | 0.5% | 0.53% | - |
| HSV(B) | 352.13º | 0.63% | 0.76% | - |
| XYZ | 26.69 | 17.09 | 11.34 | - |
| YUV | 111.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 89 | 0 | 0.63 | 0.54 | 0.24 | 352.13 | 0.5 | 0.53 |
| Hex | C3 | 49 | 59 | 0 | 3F | 36 | 18 | 160 | 32 | 35 |
| Octal | 303 | 111 | 131 | 0 | 77 | 66 | 30 | 540 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1011001 | 0 | 111111 | 110110 | 11000 | 101100000 | 110010 | 110101 |
Color Harmonies of #C34959
Complementary color
Monochromatic Colors of #C34959
Black with #C34959
Text Example
Text Example
White with #C34959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34959; }
p { color: rgb(195,73,89); }
H1.HeaderClassName
{
color: #C34959;
}
.AnyTagClassName
{
color: #C34959;
}
</style>
background-color css
<style>
a { background-color: #C34959; }
a { background-color: rgb(195,73,89); }
div.DivClassName
{
background-color: #C34959;
}
.BgClassName
{
background-color: #C34959;
}
</style>
border-color css
<style>
span { border-color: #C34959; }
span { border-color: rgb(195,73,89); }
td.TdClassName
{
border-color: #C34959;
}
.TagClassName
{
border-color: #C34959;
}
</style>