Shades of Mandy #C3515F
Tints of Mandy #C3515F
RGB
CMYK
RGB Variations
Color information
#C3515F (or 0xC3515F) is known color: Mandy. HEX triplet: C3, 51 and 5F. RGB value is (195,81,95). Sum of RGB (Red+Green+Blue) = 195+81+95=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3515F is #3CAEA0. Grayscale: #747474. Windows color (decimal): -3976865 or 6246851. OLE color: 6246851.
HSL color Cylindrical-coordinate representation of color #C3515F: hue angle of 352.63º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3515F is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 95 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.24 |
| HSL | 352.63º | 0.49% | 0.54% | - |
| HSV(B) | 352.63º | 0.58% | 0.76% | - |
| XYZ | 27.51 | 18.31 | 12.91 | - |
| YUV | 116.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 95 | 0 | 0.58 | 0.51 | 0.24 | 352.63 | 0.49 | 0.54 |
| Hex | C3 | 51 | 5F | 0 | 3A | 33 | 18 | 161 | 31 | 36 |
| Octal | 303 | 121 | 137 | 0 | 72 | 63 | 30 | 541 | 61 | 66 |
| Binary | 11000011 | 1010001 | 1011111 | 0 | 111010 | 110011 | 11000 | 101100001 | 110001 | 110110 |
Color Harmonies of #C3515F
Complementary color
Monochromatic Colors of #C3515F
Black with #C3515F
Text Example
Text Example
White with #C3515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3515F; }
p { color: rgb(195,81,95); }
H1.HeaderClassName
{
color: #C3515F;
}
.AnyTagClassName
{
color: #C3515F;
}
</style>
background-color css
<style>
a { background-color: #C3515F; }
a { background-color: rgb(195,81,95); }
div.DivClassName
{
background-color: #C3515F;
}
.BgClassName
{
background-color: #C3515F;
}
</style>
border-color css
<style>
span { border-color: #C3515F; }
span { border-color: rgb(195,81,95); }
td.TdClassName
{
border-color: #C3515F;
}
.TagClassName
{
border-color: #C3515F;
}
</style>