Shades of Mandy #C44553
Tints of Mandy #C44553
RGB
CMYK
RGB Variations
Color information
#C44553 (or 0xC44553) is known color: Mandy. HEX triplet: C4, 45 and 53. RGB value is (196,69,83). Sum of RGB (Red+Green+Blue) = 196+69+83=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C44553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44553 is #3BBAAC. Grayscale: #6C6C6C. Windows color (decimal): -3914413 or 5457348. OLE color: 5457348.
HSL color Cylindrical-coordinate representation of color #C44553: hue angle of 353.39º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44553 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 83 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.23 |
| HSL | 353.39º | 0.52% | 0.52% | - |
| HSV(B) | 353.39º | 0.65% | 0.77% | - |
| XYZ | 26.45 | 16.62 | 10 | - |
| YUV | 108.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 83 | 0 | 0.65 | 0.58 | 0.23 | 353.39 | 0.52 | 0.52 |
| Hex | C4 | 45 | 53 | 0 | 41 | 3A | 17 | 161 | 34 | 34 |
| Octal | 304 | 105 | 123 | 0 | 101 | 72 | 27 | 541 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1010011 | 0 | 1000001 | 111010 | 10111 | 101100001 | 110100 | 110100 |
Color Harmonies of #C44553
Complementary color
Monochromatic Colors of #C44553
Black with #C44553
Text Example
Text Example
White with #C44553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44553; }
p { color: rgb(196,69,83); }
H1.HeaderClassName
{
color: #C44553;
}
.AnyTagClassName
{
color: #C44553;
}
</style>
background-color css
<style>
a { background-color: #C44553; }
a { background-color: rgb(196,69,83); }
div.DivClassName
{
background-color: #C44553;
}
.BgClassName
{
background-color: #C44553;
}
</style>
border-color css
<style>
span { border-color: #C44553; }
span { border-color: rgb(196,69,83); }
td.TdClassName
{
border-color: #C44553;
}
.TagClassName
{
border-color: #C44553;
}
</style>