Shades of Mandy #C44154
Tints of Mandy #C44154
RGB
CMYK
RGB Variations
Color information
#C44154 (or 0xC44154) is known color: Mandy. HEX triplet: C4, 41 and 54. RGB value is (196,65,84). Sum of RGB (Red+Green+Blue) = 196+65+84=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C44154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44154 is #3BBEAB. Grayscale: #6A6A6A. Windows color (decimal): -3915436 or 5521860. OLE color: 5521860.
HSL color Cylindrical-coordinate representation of color #C44154: hue angle of 351.3º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44154 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 84 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.23 |
| HSL | 351.3º | 0.53% | 0.51% | - |
| HSV(B) | 351.3º | 0.67% | 0.77% | - |
| XYZ | 26.26 | 16.16 | 10.12 | - |
| YUV | 106.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 84 | 0 | 0.67 | 0.57 | 0.23 | 351.3 | 0.53 | 0.51 |
| Hex | C4 | 41 | 54 | 0 | 43 | 39 | 17 | 15F | 35 | 33 |
| Octal | 304 | 101 | 124 | 0 | 103 | 71 | 27 | 537 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1010100 | 0 | 1000011 | 111001 | 10111 | 101011111 | 110101 | 110011 |
Color Harmonies of #C44154
Complementary color
Monochromatic Colors of #C44154
Black with #C44154
Text Example
Text Example
White with #C44154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44154; }
p { color: rgb(196,65,84); }
H1.HeaderClassName
{
color: #C44154;
}
.AnyTagClassName
{
color: #C44154;
}
</style>
background-color css
<style>
a { background-color: #C44154; }
a { background-color: rgb(196,65,84); }
div.DivClassName
{
background-color: #C44154;
}
.BgClassName
{
background-color: #C44154;
}
</style>
border-color css
<style>
span { border-color: #C44154; }
span { border-color: rgb(196,65,84); }
td.TdClassName
{
border-color: #C44154;
}
.TagClassName
{
border-color: #C44154;
}
</style>