Shades of Mandy #C4454C
Tints of Mandy #C4454C
RGB
CMYK
RGB Variations
Color information
#C4454C (or 0xC4454C) is known color: Mandy. HEX triplet: C4, 45 and 4C. RGB value is (196,69,76). Sum of RGB (Red+Green+Blue) = 196+69+76=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4454C is #3BBAB3. Grayscale: #6B6B6B. Windows color (decimal): -3914420 or 4998596. OLE color: 4998596.
HSL color Cylindrical-coordinate representation of color #C4454C: hue angle of 356.69º 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 #C4454C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 76 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.23 |
| HSL | 356.69º | 0.52% | 0.52% | - |
| HSV(B) | 356.69º | 0.65% | 0.77% | - |
| XYZ | 26.2 | 16.51 | 8.64 | - |
| YUV | 107.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 76 | 0 | 0.65 | 0.61 | 0.23 | 356.69 | 0.52 | 0.52 |
| Hex | C4 | 45 | 4C | 0 | 41 | 3D | 17 | 165 | 34 | 34 |
| Octal | 304 | 105 | 114 | 0 | 101 | 75 | 27 | 545 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1001100 | 0 | 1000001 | 111101 | 10111 | 101100101 | 110100 | 110100 |
Color Harmonies of #C4454C
Complementary color
Monochromatic Colors of #C4454C
Black with #C4454C
Text Example
Text Example
White with #C4454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4454C; }
p { color: rgb(196,69,76); }
H1.HeaderClassName
{
color: #C4454C;
}
.AnyTagClassName
{
color: #C4454C;
}
</style>
background-color css
<style>
a { background-color: #C4454C; }
a { background-color: rgb(196,69,76); }
div.DivClassName
{
background-color: #C4454C;
}
.BgClassName
{
background-color: #C4454C;
}
</style>
border-color css
<style>
span { border-color: #C4454C; }
span { border-color: rgb(196,69,76); }
td.TdClassName
{
border-color: #C4454C;
}
.TagClassName
{
border-color: #C4454C;
}
</style>