Shades of Mandy #C45154
Tints of Mandy #C45154
RGB
CMYK
RGB Variations
Color information
#C45154 (or 0xC45154) is known color: Mandy. HEX triplet: C4, 51 and 54. RGB value is (196,81,84). Sum of RGB (Red+Green+Blue) = 196+81+84=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C45154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45154 is #3BAEAB. Grayscale: #737373. Windows color (decimal): -3911340 or 5525956. OLE color: 5525956.
HSL color Cylindrical-coordinate representation of color #C45154: hue angle of 358.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45154 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 84 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.23 |
| HSL | 358.43º | 0.49% | 0.54% | - |
| HSV(B) | 358.43º | 0.59% | 0.77% | - |
| XYZ | 27.31 | 18.26 | 10.47 | - |
| YUV | 115.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 84 | 0 | 0.59 | 0.57 | 0.23 | 358.43 | 0.49 | 0.54 |
| Hex | C4 | 51 | 54 | 0 | 3B | 39 | 17 | 166 | 31 | 36 |
| Octal | 304 | 121 | 124 | 0 | 73 | 71 | 27 | 546 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1010100 | 0 | 111011 | 111001 | 10111 | 101100110 | 110001 | 110110 |
Color Harmonies of #C45154
Complementary color
Monochromatic Colors of #C45154
Black with #C45154
Text Example
Text Example
White with #C45154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45154; }
p { color: rgb(196,81,84); }
H1.HeaderClassName
{
color: #C45154;
}
.AnyTagClassName
{
color: #C45154;
}
</style>
background-color css
<style>
a { background-color: #C45154; }
a { background-color: rgb(196,81,84); }
div.DivClassName
{
background-color: #C45154;
}
.BgClassName
{
background-color: #C45154;
}
</style>
border-color css
<style>
span { border-color: #C45154; }
span { border-color: rgb(196,81,84); }
td.TdClassName
{
border-color: #C45154;
}
.TagClassName
{
border-color: #C45154;
}
</style>