Shades of Mandy #C34958
Tints of Mandy #C34958
RGB
CMYK
RGB Variations
Color information
#C34958 (or 0xC34958) is known color: Mandy. HEX triplet: C3, 49 and 58. RGB value is (195,73,88). Sum of RGB (Red+Green+Blue) = 195+73+88=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C34958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34958 is #3CB6A7. Grayscale: #6F6F6F. Windows color (decimal): -3978920 or 5786051. OLE color: 5786051.
HSL color Cylindrical-coordinate representation of color #C34958: hue angle of 352.62º 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 #C34958 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 88 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.24 |
| HSL | 352.62º | 0.5% | 0.53% | - |
| HSV(B) | 352.62º | 0.63% | 0.76% | - |
| XYZ | 26.65 | 17.07 | 11.12 | - |
| YUV | 111.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 88 | 0 | 0.63 | 0.55 | 0.24 | 352.62 | 0.5 | 0.53 |
| Hex | C3 | 49 | 58 | 0 | 3F | 37 | 18 | 161 | 32 | 35 |
| Octal | 303 | 111 | 130 | 0 | 77 | 67 | 30 | 541 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1011000 | 0 | 111111 | 110111 | 11000 | 101100001 | 110010 | 110101 |
Color Harmonies of #C34958
Complementary color
Monochromatic Colors of #C34958
Black with #C34958
Text Example
Text Example
White with #C34958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34958; }
p { color: rgb(195,73,88); }
H1.HeaderClassName
{
color: #C34958;
}
.AnyTagClassName
{
color: #C34958;
}
</style>
background-color css
<style>
a { background-color: #C34958; }
a { background-color: rgb(195,73,88); }
div.DivClassName
{
background-color: #C34958;
}
.BgClassName
{
background-color: #C34958;
}
</style>
border-color css
<style>
span { border-color: #C34958; }
span { border-color: rgb(195,73,88); }
td.TdClassName
{
border-color: #C34958;
}
.TagClassName
{
border-color: #C34958;
}
</style>