Shades of Mandy #C3545D
Tints of Mandy #C3545D
RGB
CMYK
RGB Variations
Color information
#C3545D (or 0xC3545D) is known color: Mandy. HEX triplet: C3, 54 and 5D. RGB value is (195,84,93). Sum of RGB (Red+Green+Blue) = 195+84+93=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3545D is #3CABA2. Grayscale: #767676. Windows color (decimal): -3976099 or 6116547. OLE color: 6116547.
HSL color Cylindrical-coordinate representation of color #C3545D: hue angle of 355.14º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3545D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 93 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.24 |
| HSL | 355.14º | 0.48% | 0.55% | - |
| HSV(B) | 355.14º | 0.57% | 0.76% | - |
| XYZ | 27.65 | 18.73 | 12.51 | - |
| YUV | 118.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 93 | 0 | 0.57 | 0.52 | 0.24 | 355.14 | 0.48 | 0.55 |
| Hex | C3 | 54 | 5D | 0 | 39 | 34 | 18 | 163 | 30 | 37 |
| Octal | 303 | 124 | 135 | 0 | 71 | 64 | 30 | 543 | 60 | 67 |
| Binary | 11000011 | 1010100 | 1011101 | 0 | 111001 | 110100 | 11000 | 101100011 | 110000 | 110111 |
Color Harmonies of #C3545D
Complementary color
Monochromatic Colors of #C3545D
Black with #C3545D
Text Example
Text Example
White with #C3545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3545D; }
p { color: rgb(195,84,93); }
H1.HeaderClassName
{
color: #C3545D;
}
.AnyTagClassName
{
color: #C3545D;
}
</style>
background-color css
<style>
a { background-color: #C3545D; }
a { background-color: rgb(195,84,93); }
div.DivClassName
{
background-color: #C3545D;
}
.BgClassName
{
background-color: #C3545D;
}
</style>
border-color css
<style>
span { border-color: #C3545D; }
span { border-color: rgb(195,84,93); }
td.TdClassName
{
border-color: #C3545D;
}
.TagClassName
{
border-color: #C3545D;
}
</style>