Shades of Mandy #C44B5C
Tints of Mandy #C44B5C
RGB
CMYK
RGB Variations
Color information
#C44B5C (or 0xC44B5C) is known color: Mandy. HEX triplet: C4, 4B and 5C. RGB value is (196,75,92). Sum of RGB (Red+Green+Blue) = 196+75+92=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B5C is #3BB4A3. Grayscale: #717171. Windows color (decimal): -3912868 or 6048708. OLE color: 6048708.
HSL color Cylindrical-coordinate representation of color #C44B5C: hue angle of 351.57º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44B5C is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 92 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.23 |
| HSL | 351.57º | 0.51% | 0.53% | - |
| HSV(B) | 351.57º | 0.62% | 0.77% | - |
| XYZ | 27.21 | 17.54 | 12.08 | - |
| YUV | 113.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 92 | 0 | 0.62 | 0.53 | 0.23 | 351.57 | 0.51 | 0.53 |
| Hex | C4 | 4B | 5C | 0 | 3E | 35 | 17 | 160 | 33 | 35 |
| Octal | 304 | 113 | 134 | 0 | 76 | 65 | 27 | 540 | 63 | 65 |
| Binary | 11000100 | 1001011 | 1011100 | 0 | 111110 | 110101 | 10111 | 101100000 | 110011 | 110101 |
Color Harmonies of #C44B5C
Complementary color
Monochromatic Colors of #C44B5C
Black with #C44B5C
Text Example
Text Example
White with #C44B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B5C; }
p { color: rgb(196,75,92); }
H1.HeaderClassName
{
color: #C44B5C;
}
.AnyTagClassName
{
color: #C44B5C;
}
</style>
background-color css
<style>
a { background-color: #C44B5C; }
a { background-color: rgb(196,75,92); }
div.DivClassName
{
background-color: #C44B5C;
}
.BgClassName
{
background-color: #C44B5C;
}
</style>
border-color css
<style>
span { border-color: #C44B5C; }
span { border-color: rgb(196,75,92); }
td.TdClassName
{
border-color: #C44B5C;
}
.TagClassName
{
border-color: #C44B5C;
}
</style>