Shades of Mandy #C3595D
Tints of Mandy #C3595D
RGB
CMYK
RGB Variations
Color information
#C3595D (or 0xC3595D) is known color: Mandy. HEX triplet: C3, 59 and 5D. RGB value is (195,89,93). Sum of RGB (Red+Green+Blue) = 195+89+93=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3595D is #3CA6A2. Grayscale: #797979. Windows color (decimal): -3974819 or 6117827. OLE color: 6117827.
HSL color Cylindrical-coordinate representation of color #C3595D: hue angle of 357.74º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3595D is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 93 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.24 |
| HSL | 357.74º | 0.47% | 0.56% | - |
| HSV(B) | 357.74º | 0.54% | 0.76% | - |
| XYZ | 28.05 | 19.54 | 12.65 | - |
| YUV | 121.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 93 | 0 | 0.54 | 0.52 | 0.24 | 357.74 | 0.47 | 0.56 |
| Hex | C3 | 59 | 5D | 0 | 36 | 34 | 18 | 166 | 2F | 38 |
| Octal | 303 | 131 | 135 | 0 | 66 | 64 | 30 | 546 | 57 | 70 |
| Binary | 11000011 | 1011001 | 1011101 | 0 | 110110 | 110100 | 11000 | 101100110 | 101111 | 111000 |
Color Harmonies of #C3595D
Complementary color
Monochromatic Colors of #C3595D
Black with #C3595D
Text Example
Text Example
White with #C3595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3595D; }
p { color: rgb(195,89,93); }
H1.HeaderClassName
{
color: #C3595D;
}
.AnyTagClassName
{
color: #C3595D;
}
</style>
background-color css
<style>
a { background-color: #C3595D; }
a { background-color: rgb(195,89,93); }
div.DivClassName
{
background-color: #C3595D;
}
.BgClassName
{
background-color: #C3595D;
}
</style>
border-color css
<style>
span { border-color: #C3595D; }
span { border-color: rgb(195,89,93); }
td.TdClassName
{
border-color: #C3595D;
}
.TagClassName
{
border-color: #C3595D;
}
</style>