Shades of Mandy #C3444D
Tints of Mandy #C3444D
RGB
CMYK
RGB Variations
Color information
#C3444D (or 0xC3444D) is known color: Mandy. HEX triplet: C3, 44 and 4D. RGB value is (195,68,77). Sum of RGB (Red+Green+Blue) = 195+68+77=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3444D is #3CBBB2. Grayscale: #6B6B6B. Windows color (decimal): -3980211 or 5063875. OLE color: 5063875.
HSL color Cylindrical-coordinate representation of color #C3444D: hue angle of 355.75º 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 #C3444D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 77 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.24 |
| HSL | 355.75º | 0.51% | 0.52% | - |
| HSV(B) | 355.75º | 0.65% | 0.76% | - |
| XYZ | 25.91 | 16.27 | 8.8 | - |
| YUV | 107 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 77 | 0 | 0.65 | 0.61 | 0.24 | 355.75 | 0.51 | 0.52 |
| Hex | C3 | 44 | 4D | 0 | 41 | 3D | 18 | 164 | 33 | 34 |
| Octal | 303 | 104 | 115 | 0 | 101 | 75 | 30 | 544 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1001101 | 0 | 1000001 | 111101 | 11000 | 101100100 | 110011 | 110100 |
Color Harmonies of #C3444D
Complementary color
Monochromatic Colors of #C3444D
Black with #C3444D
Text Example
Text Example
White with #C3444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3444D; }
p { color: rgb(195,68,77); }
H1.HeaderClassName
{
color: #C3444D;
}
.AnyTagClassName
{
color: #C3444D;
}
</style>
background-color css
<style>
a { background-color: #C3444D; }
a { background-color: rgb(195,68,77); }
div.DivClassName
{
background-color: #C3444D;
}
.BgClassName
{
background-color: #C3444D;
}
</style>
border-color css
<style>
span { border-color: #C3444D; }
span { border-color: rgb(195,68,77); }
td.TdClassName
{
border-color: #C3444D;
}
.TagClassName
{
border-color: #C3444D;
}
</style>