Shades of Mandy #C3445D
Tints of Mandy #C3445D
RGB
CMYK
RGB Variations
Color information
#C3445D (or 0xC3445D) is known color: Mandy. HEX triplet: C3, 44 and 5D. RGB value is (195,68,93). Sum of RGB (Red+Green+Blue) = 195+68+93=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3445D is #3CBBA2. Grayscale: #6C6C6C. Windows color (decimal): -3980195 or 6112451. OLE color: 6112451.
HSL color Cylindrical-coordinate representation of color #C3445D: hue angle of 348.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3445D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 93 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.24 |
| HSL | 348.19º | 0.51% | 0.52% | - |
| HSV(B) | 348.19º | 0.65% | 0.76% | - |
| XYZ | 26.55 | 16.53 | 12.15 | - |
| YUV | 108.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 93 | 0 | 0.65 | 0.52 | 0.24 | 348.19 | 0.51 | 0.52 |
| Hex | C3 | 44 | 5D | 0 | 41 | 34 | 18 | 15C | 33 | 34 |
| Octal | 303 | 104 | 135 | 0 | 101 | 64 | 30 | 534 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1011101 | 0 | 1000001 | 110100 | 11000 | 101011100 | 110011 | 110100 |
Color Harmonies of #C3445D
Complementary color
Monochromatic Colors of #C3445D
Black with #C3445D
Text Example
Text Example
White with #C3445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3445D; }
p { color: rgb(195,68,93); }
H1.HeaderClassName
{
color: #C3445D;
}
.AnyTagClassName
{
color: #C3445D;
}
</style>
background-color css
<style>
a { background-color: #C3445D; }
a { background-color: rgb(195,68,93); }
div.DivClassName
{
background-color: #C3445D;
}
.BgClassName
{
background-color: #C3445D;
}
</style>
border-color css
<style>
span { border-color: #C3445D; }
span { border-color: rgb(195,68,93); }
td.TdClassName
{
border-color: #C3445D;
}
.TagClassName
{
border-color: #C3445D;
}
</style>