Shades of Mandy #C34357
Tints of Mandy #C34357
RGB
CMYK
RGB Variations
Color information
#C34357 (or 0xC34357) is known color: Mandy. HEX triplet: C3, 43 and 57. RGB value is (195,67,87). Sum of RGB (Red+Green+Blue) = 195+67+87=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C34357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34357 is #3CBCA8. Grayscale: #6B6B6B. Windows color (decimal): -3980457 or 5718979. OLE color: 5718979.
HSL color Cylindrical-coordinate representation of color #C34357: hue angle of 350.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34357 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 87 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.24 |
| HSL | 350.63º | 0.52% | 0.51% | - |
| HSV(B) | 350.63º | 0.66% | 0.76% | - |
| XYZ | 26.23 | 16.3 | 10.78 | - |
| YUV | 107.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 87 | 0 | 0.66 | 0.55 | 0.24 | 350.63 | 0.52 | 0.51 |
| Hex | C3 | 43 | 57 | 0 | 42 | 37 | 18 | 15F | 34 | 33 |
| Octal | 303 | 103 | 127 | 0 | 102 | 67 | 30 | 537 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1010111 | 0 | 1000010 | 110111 | 11000 | 101011111 | 110100 | 110011 |
Color Harmonies of #C34357
Complementary color
Monochromatic Colors of #C34357
Black with #C34357
Text Example
Text Example
White with #C34357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34357; }
p { color: rgb(195,67,87); }
H1.HeaderClassName
{
color: #C34357;
}
.AnyTagClassName
{
color: #C34357;
}
</style>
background-color css
<style>
a { background-color: #C34357; }
a { background-color: rgb(195,67,87); }
div.DivClassName
{
background-color: #C34357;
}
.BgClassName
{
background-color: #C34357;
}
</style>
border-color css
<style>
span { border-color: #C34357; }
span { border-color: rgb(195,67,87); }
td.TdClassName
{
border-color: #C34357;
}
.TagClassName
{
border-color: #C34357;
}
</style>