Shades of Mandy #C4434C
Tints of Mandy #C4434C
RGB
CMYK
RGB Variations
Color information
#C4434C (or 0xC4434C) is known color: Mandy. HEX triplet: C4, 43 and 4C. RGB value is (196,67,76). Sum of RGB (Red+Green+Blue) = 196+67+76=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4434C is #3BBCB3. Grayscale: #6A6A6A. Windows color (decimal): -3914932 or 4998084. OLE color: 4998084.
HSL color Cylindrical-coordinate representation of color #C4434C: hue angle of 355.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4434C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 76 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.23 |
| HSL | 355.81º | 0.52% | 0.52% | - |
| HSV(B) | 355.81º | 0.66% | 0.77% | - |
| XYZ | 26.08 | 16.27 | 8.6 | - |
| YUV | 106.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 76 | 0 | 0.66 | 0.61 | 0.23 | 355.81 | 0.52 | 0.52 |
| Hex | C4 | 43 | 4C | 0 | 42 | 3D | 17 | 164 | 34 | 34 |
| Octal | 304 | 103 | 114 | 0 | 102 | 75 | 27 | 544 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1001100 | 0 | 1000010 | 111101 | 10111 | 101100100 | 110100 | 110100 |
Color Harmonies of #C4434C
Complementary color
Monochromatic Colors of #C4434C
Black with #C4434C
Text Example
Text Example
White with #C4434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4434C; }
p { color: rgb(196,67,76); }
H1.HeaderClassName
{
color: #C4434C;
}
.AnyTagClassName
{
color: #C4434C;
}
</style>
background-color css
<style>
a { background-color: #C4434C; }
a { background-color: rgb(196,67,76); }
div.DivClassName
{
background-color: #C4434C;
}
.BgClassName
{
background-color: #C4434C;
}
</style>
border-color css
<style>
span { border-color: #C4434C; }
span { border-color: rgb(196,67,76); }
td.TdClassName
{
border-color: #C4434C;
}
.TagClassName
{
border-color: #C4434C;
}
</style>