Shades of Mandy #C34957
Tints of Mandy #C34957
RGB
CMYK
RGB Variations
Color information
#C34957 (or 0xC34957) is known color: Mandy. HEX triplet: C3, 49 and 57. RGB value is (195,73,87). Sum of RGB (Red+Green+Blue) = 195+73+87=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C34957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34957 is #3CB6A8. Grayscale: #6F6F6F. Windows color (decimal): -3978921 or 5720515. OLE color: 5720515.
HSL color Cylindrical-coordinate representation of color #C34957: hue angle of 353.11º 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 #C34957 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 87 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.24 |
| HSL | 353.11º | 0.5% | 0.53% | - |
| HSV(B) | 353.11º | 0.63% | 0.76% | - |
| XYZ | 26.61 | 17.06 | 10.91 | - |
| YUV | 111.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 87 | 0 | 0.63 | 0.55 | 0.24 | 353.11 | 0.5 | 0.53 |
| Hex | C3 | 49 | 57 | 0 | 3F | 37 | 18 | 161 | 32 | 35 |
| Octal | 303 | 111 | 127 | 0 | 77 | 67 | 30 | 541 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1010111 | 0 | 111111 | 110111 | 11000 | 101100001 | 110010 | 110101 |
Color Harmonies of #C34957
Complementary color
Monochromatic Colors of #C34957
Black with #C34957
Text Example
Text Example
White with #C34957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34957; }
p { color: rgb(195,73,87); }
H1.HeaderClassName
{
color: #C34957;
}
.AnyTagClassName
{
color: #C34957;
}
</style>
background-color css
<style>
a { background-color: #C34957; }
a { background-color: rgb(195,73,87); }
div.DivClassName
{
background-color: #C34957;
}
.BgClassName
{
background-color: #C34957;
}
</style>
border-color css
<style>
span { border-color: #C34957; }
span { border-color: rgb(195,73,87); }
td.TdClassName
{
border-color: #C34957;
}
.TagClassName
{
border-color: #C34957;
}
</style>