Shades of Mandy #C4484C
Tints of Mandy #C4484C
RGB
CMYK
RGB Variations
Color information
#C4484C (or 0xC4484C) is known color: Mandy. HEX triplet: C4, 48 and 4C. RGB value is (196,72,76). Sum of RGB (Red+Green+Blue) = 196+72+76=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4484C is #3BB7B3. Grayscale: #6D6D6D. Windows color (decimal): -3913652 or 4999364. OLE color: 4999364.
HSL color Cylindrical-coordinate representation of color #C4484C: hue angle of 358.06º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4484C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 76 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.23 |
| HSL | 358.06º | 0.51% | 0.53% | - |
| HSV(B) | 358.06º | 0.63% | 0.77% | - |
| XYZ | 26.39 | 16.89 | 8.71 | - |
| YUV | 109.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 76 | 0 | 0.63 | 0.61 | 0.23 | 358.06 | 0.51 | 0.53 |
| Hex | C4 | 48 | 4C | 0 | 3F | 3D | 17 | 166 | 33 | 35 |
| Octal | 304 | 110 | 114 | 0 | 77 | 75 | 27 | 546 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1001100 | 0 | 111111 | 111101 | 10111 | 101100110 | 110011 | 110101 |
Color Harmonies of #C4484C
Complementary color
Monochromatic Colors of #C4484C
Black with #C4484C
Text Example
Text Example
White with #C4484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4484C; }
p { color: rgb(196,72,76); }
H1.HeaderClassName
{
color: #C4484C;
}
.AnyTagClassName
{
color: #C4484C;
}
</style>
background-color css
<style>
a { background-color: #C4484C; }
a { background-color: rgb(196,72,76); }
div.DivClassName
{
background-color: #C4484C;
}
.BgClassName
{
background-color: #C4484C;
}
</style>
border-color css
<style>
span { border-color: #C4484C; }
span { border-color: rgb(196,72,76); }
td.TdClassName
{
border-color: #C4484C;
}
.TagClassName
{
border-color: #C4484C;
}
</style>