Shades of Mandy #C3464D
Tints of Mandy #C3464D
RGB
CMYK
RGB Variations
Color information
#C3464D (or 0xC3464D) is known color: Mandy. HEX triplet: C3, 46 and 4D. RGB value is (195,70,77). Sum of RGB (Red+Green+Blue) = 195+70+77=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3464D is #3CB9B2. Grayscale: #6C6C6C. Windows color (decimal): -3979699 or 5064387. OLE color: 5064387.
HSL color Cylindrical-coordinate representation of color #C3464D: hue angle of 356.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3464D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 77 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.24 |
| HSL | 356.64º | 0.51% | 0.52% | - |
| HSV(B) | 356.64º | 0.64% | 0.76% | - |
| XYZ | 26.04 | 16.52 | 8.84 | - |
| YUV | 108.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 77 | 0 | 0.64 | 0.61 | 0.24 | 356.64 | 0.51 | 0.52 |
| Hex | C3 | 46 | 4D | 0 | 40 | 3D | 18 | 165 | 33 | 34 |
| Octal | 303 | 106 | 115 | 0 | 100 | 75 | 30 | 545 | 63 | 64 |
| Binary | 11000011 | 1000110 | 1001101 | 0 | 1000000 | 111101 | 11000 | 101100101 | 110011 | 110100 |
Color Harmonies of #C3464D
Complementary color
Monochromatic Colors of #C3464D
Black with #C3464D
Text Example
Text Example
White with #C3464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3464D; }
p { color: rgb(195,70,77); }
H1.HeaderClassName
{
color: #C3464D;
}
.AnyTagClassName
{
color: #C3464D;
}
</style>
background-color css
<style>
a { background-color: #C3464D; }
a { background-color: rgb(195,70,77); }
div.DivClassName
{
background-color: #C3464D;
}
.BgClassName
{
background-color: #C3464D;
}
</style>
border-color css
<style>
span { border-color: #C3464D; }
span { border-color: rgb(195,70,77); }
td.TdClassName
{
border-color: #C3464D;
}
.TagClassName
{
border-color: #C3464D;
}
</style>