Shades of Mandy #C44255
Tints of Mandy #C44255
RGB
CMYK
RGB Variations
Color information
#C44255 (or 0xC44255) is known color: Mandy. HEX triplet: C4, 42 and 55. RGB value is (196,66,85). Sum of RGB (Red+Green+Blue) = 196+66+85=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C44255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44255 is #3BBDAA. Grayscale: #6B6B6B. Windows color (decimal): -3915179 or 5587652. OLE color: 5587652.
HSL color Cylindrical-coordinate representation of color #C44255: hue angle of 351.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44255 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 85 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.23 |
| HSL | 351.23º | 0.52% | 0.51% | - |
| HSV(B) | 351.23º | 0.66% | 0.77% | - |
| XYZ | 26.35 | 16.29 | 10.35 | - |
| YUV | 107.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 85 | 0 | 0.66 | 0.57 | 0.23 | 351.23 | 0.52 | 0.51 |
| Hex | C4 | 42 | 55 | 0 | 42 | 39 | 17 | 15F | 34 | 33 |
| Octal | 304 | 102 | 125 | 0 | 102 | 71 | 27 | 537 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1010101 | 0 | 1000010 | 111001 | 10111 | 101011111 | 110100 | 110011 |
Color Harmonies of #C44255
Complementary color
Monochromatic Colors of #C44255
Black with #C44255
Text Example
Text Example
White with #C44255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44255; }
p { color: rgb(196,66,85); }
H1.HeaderClassName
{
color: #C44255;
}
.AnyTagClassName
{
color: #C44255;
}
</style>
background-color css
<style>
a { background-color: #C44255; }
a { background-color: rgb(196,66,85); }
div.DivClassName
{
background-color: #C44255;
}
.BgClassName
{
background-color: #C44255;
}
</style>
border-color css
<style>
span { border-color: #C44255; }
span { border-color: rgb(196,66,85); }
td.TdClassName
{
border-color: #C44255;
}
.TagClassName
{
border-color: #C44255;
}
</style>