Shades of Mandy #C4444B
Tints of Mandy #C4444B
RGB
CMYK
RGB Variations
Color information
#C4444B (or 0xC4444B) is known color: Mandy. HEX triplet: C4, 44 and 4B. RGB value is (196,68,75). Sum of RGB (Red+Green+Blue) = 196+68+75=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4444B is #3BBBB4. Grayscale: #6B6B6B. Windows color (decimal): -3914677 or 4932804. OLE color: 4932804.
HSL color Cylindrical-coordinate representation of color #C4444B: hue angle of 356.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4444B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 75 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.23 |
| HSL | 356.72º | 0.52% | 0.52% | - |
| HSV(B) | 356.72º | 0.65% | 0.77% | - |
| XYZ | 26.1 | 16.38 | 8.44 | - |
| YUV | 107.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 75 | 0 | 0.65 | 0.62 | 0.23 | 356.72 | 0.52 | 0.52 |
| Hex | C4 | 44 | 4B | 0 | 41 | 3E | 17 | 165 | 34 | 34 |
| Octal | 304 | 104 | 113 | 0 | 101 | 76 | 27 | 545 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1001011 | 0 | 1000001 | 111110 | 10111 | 101100101 | 110100 | 110100 |
Color Harmonies of #C4444B
Complementary color
Monochromatic Colors of #C4444B
Black with #C4444B
Text Example
Text Example
White with #C4444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4444B; }
p { color: rgb(196,68,75); }
H1.HeaderClassName
{
color: #C4444B;
}
.AnyTagClassName
{
color: #C4444B;
}
</style>
background-color css
<style>
a { background-color: #C4444B; }
a { background-color: rgb(196,68,75); }
div.DivClassName
{
background-color: #C4444B;
}
.BgClassName
{
background-color: #C4444B;
}
</style>
border-color css
<style>
span { border-color: #C4444B; }
span { border-color: rgb(196,68,75); }
td.TdClassName
{
border-color: #C4444B;
}
.TagClassName
{
border-color: #C4444B;
}
</style>