Shades of Mandy #C34559
Tints of Mandy #C34559
RGB
CMYK
RGB Variations
Color information
#C34559 (or 0xC34559) is known color: Mandy. HEX triplet: C3, 45 and 59. RGB value is (195,69,89). Sum of RGB (Red+Green+Blue) = 195+69+89=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C34559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34559 is #3CBAA6. Grayscale: #6D6D6D. Windows color (decimal): -3979943 or 5850563. OLE color: 5850563.
HSL color Cylindrical-coordinate representation of color #C34559: hue angle of 350.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34559 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 89 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.24 |
| HSL | 350.48º | 0.51% | 0.52% | - |
| HSV(B) | 350.48º | 0.65% | 0.76% | - |
| XYZ | 26.44 | 16.58 | 11.26 | - |
| YUV | 108.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 89 | 0 | 0.65 | 0.54 | 0.24 | 350.48 | 0.51 | 0.52 |
| Hex | C3 | 45 | 59 | 0 | 41 | 36 | 18 | 15E | 33 | 34 |
| Octal | 303 | 105 | 131 | 0 | 101 | 66 | 30 | 536 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1011001 | 0 | 1000001 | 110110 | 11000 | 101011110 | 110011 | 110100 |
Color Harmonies of #C34559
Complementary color
Monochromatic Colors of #C34559
Black with #C34559
Text Example
Text Example
White with #C34559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34559; }
p { color: rgb(195,69,89); }
H1.HeaderClassName
{
color: #C34559;
}
.AnyTagClassName
{
color: #C34559;
}
</style>
background-color css
<style>
a { background-color: #C34559; }
a { background-color: rgb(195,69,89); }
div.DivClassName
{
background-color: #C34559;
}
.BgClassName
{
background-color: #C34559;
}
</style>
border-color css
<style>
span { border-color: #C34559; }
span { border-color: rgb(195,69,89); }
td.TdClassName
{
border-color: #C34559;
}
.TagClassName
{
border-color: #C34559;
}
</style>