Shades of Mandy #C4434A
Tints of Mandy #C4434A
RGB
CMYK
RGB Variations
Color information
#C4434A (or 0xC4434A) is known color: Mandy. HEX triplet: C4, 43 and 4A. RGB value is (196,67,74). Sum of RGB (Red+Green+Blue) = 196+67+74=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4434A is #3BBCB5. Grayscale: #6A6A6A. Windows color (decimal): -3914934 or 4867012. OLE color: 4867012.
HSL color Cylindrical-coordinate representation of color #C4434A: hue angle of 356.74º 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 #C4434A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 74 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.23 |
| HSL | 356.74º | 0.52% | 0.52% | - |
| HSV(B) | 356.74º | 0.66% | 0.77% | - |
| XYZ | 26.01 | 16.24 | 8.24 | - |
| YUV | 106.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 74 | 0 | 0.66 | 0.62 | 0.23 | 356.74 | 0.52 | 0.52 |
| Hex | C4 | 43 | 4A | 0 | 42 | 3E | 17 | 165 | 34 | 34 |
| Octal | 304 | 103 | 112 | 0 | 102 | 76 | 27 | 545 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1001010 | 0 | 1000010 | 111110 | 10111 | 101100101 | 110100 | 110100 |
Color Harmonies of #C4434A
Complementary color
Monochromatic Colors of #C4434A
Black with #C4434A
Text Example
Text Example
White with #C4434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4434A; }
p { color: rgb(196,67,74); }
H1.HeaderClassName
{
color: #C4434A;
}
.AnyTagClassName
{
color: #C4434A;
}
</style>
background-color css
<style>
a { background-color: #C4434A; }
a { background-color: rgb(196,67,74); }
div.DivClassName
{
background-color: #C4434A;
}
.BgClassName
{
background-color: #C4434A;
}
</style>
border-color css
<style>
span { border-color: #C4434A; }
span { border-color: rgb(196,67,74); }
td.TdClassName
{
border-color: #C4434A;
}
.TagClassName
{
border-color: #C4434A;
}
</style>