Shades of Mandy #C4454A
Tints of Mandy #C4454A
RGB
CMYK
RGB Variations
Color information
#C4454A (or 0xC4454A) is known color: Mandy. HEX triplet: C4, 45 and 4A. RGB value is (196,69,74). Sum of RGB (Red+Green+Blue) = 196+69+74=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4454A is #3BBAB5. Grayscale: #6B6B6B. Windows color (decimal): -3914422 or 4867524. OLE color: 4867524.
HSL color Cylindrical-coordinate representation of color #C4454A: hue angle of 357.64º 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 #C4454A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 74 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.23 |
| HSL | 357.64º | 0.52% | 0.52% | - |
| HSV(B) | 357.64º | 0.65% | 0.77% | - |
| XYZ | 26.13 | 16.49 | 8.28 | - |
| YUV | 107.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 74 | 0 | 0.65 | 0.62 | 0.23 | 357.64 | 0.52 | 0.52 |
| Hex | C4 | 45 | 4A | 0 | 41 | 3E | 17 | 166 | 34 | 34 |
| Octal | 304 | 105 | 112 | 0 | 101 | 76 | 27 | 546 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1001010 | 0 | 1000001 | 111110 | 10111 | 101100110 | 110100 | 110100 |
Color Harmonies of #C4454A
Complementary color
Monochromatic Colors of #C4454A
Black with #C4454A
Text Example
Text Example
White with #C4454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4454A; }
p { color: rgb(196,69,74); }
H1.HeaderClassName
{
color: #C4454A;
}
.AnyTagClassName
{
color: #C4454A;
}
</style>
background-color css
<style>
a { background-color: #C4454A; }
a { background-color: rgb(196,69,74); }
div.DivClassName
{
background-color: #C4454A;
}
.BgClassName
{
background-color: #C4454A;
}
</style>
border-color css
<style>
span { border-color: #C4454A; }
span { border-color: rgb(196,69,74); }
td.TdClassName
{
border-color: #C4454A;
}
.TagClassName
{
border-color: #C4454A;
}
</style>