Shades of Mandy #C4454D
Tints of Mandy #C4454D
RGB
CMYK
RGB Variations
Color information
#C4454D (or 0xC4454D) is known color: Mandy. HEX triplet: C4, 45 and 4D. RGB value is (196,69,77). Sum of RGB (Red+Green+Blue) = 196+69+77=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4454D is #3BBAB2. Grayscale: #6B6B6B. Windows color (decimal): -3914419 or 5064132. OLE color: 5064132.
HSL color Cylindrical-coordinate representation of color #C4454D: hue angle of 356.22º 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 #C4454D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 77 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.23 |
| HSL | 356.22º | 0.52% | 0.52% | - |
| HSV(B) | 356.22º | 0.65% | 0.77% | - |
| XYZ | 26.23 | 16.53 | 8.83 | - |
| YUV | 107.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 77 | 0 | 0.65 | 0.61 | 0.23 | 356.22 | 0.52 | 0.52 |
| Hex | C4 | 45 | 4D | 0 | 41 | 3D | 17 | 164 | 34 | 34 |
| Octal | 304 | 105 | 115 | 0 | 101 | 75 | 27 | 544 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1001101 | 0 | 1000001 | 111101 | 10111 | 101100100 | 110100 | 110100 |
Color Harmonies of #C4454D
Complementary color
Monochromatic Colors of #C4454D
Black with #C4454D
Text Example
Text Example
White with #C4454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4454D; }
p { color: rgb(196,69,77); }
H1.HeaderClassName
{
color: #C4454D;
}
.AnyTagClassName
{
color: #C4454D;
}
</style>
background-color css
<style>
a { background-color: #C4454D; }
a { background-color: rgb(196,69,77); }
div.DivClassName
{
background-color: #C4454D;
}
.BgClassName
{
background-color: #C4454D;
}
</style>
border-color css
<style>
span { border-color: #C4454D; }
span { border-color: rgb(196,69,77); }
td.TdClassName
{
border-color: #C4454D;
}
.TagClassName
{
border-color: #C4454D;
}
</style>