Shades of Mandy #C5445B
Tints of Mandy #C5445B
RGB
CMYK
RGB Variations
Color information
#C5445B (or 0xC5445B) is known color: Mandy. HEX triplet: C5, 44 and 5B. RGB value is (197,68,91). Sum of RGB (Red+Green+Blue) = 197+68+91=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5445B is #3ABBA4. Grayscale: #6D6D6D. Windows color (decimal): -3849125 or 5981381. OLE color: 5981381.
HSL color Cylindrical-coordinate representation of color #C5445B: hue angle of 349.3º degrees, saturation: 0.53, 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 #C5445B is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 91 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.23 |
| HSL | 349.3º | 0.53% | 0.52% | - |
| HSV(B) | 349.3º | 0.65% | 0.77% | - |
| XYZ | 26.98 | 16.76 | 11.71 | - |
| YUV | 109.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 91 | 0 | 0.65 | 0.54 | 0.23 | 349.3 | 0.53 | 0.52 |
| Hex | C5 | 44 | 5B | 0 | 41 | 36 | 17 | 15D | 35 | 34 |
| Octal | 305 | 104 | 133 | 0 | 101 | 66 | 27 | 535 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1011011 | 0 | 1000001 | 110110 | 10111 | 101011101 | 110101 | 110100 |
Color Harmonies of #C5445B
Complementary color
Monochromatic Colors of #C5445B
Black with #C5445B
Text Example
Text Example
White with #C5445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5445B; }
p { color: rgb(197,68,91); }
H1.HeaderClassName
{
color: #C5445B;
}
.AnyTagClassName
{
color: #C5445B;
}
</style>
background-color css
<style>
a { background-color: #C5445B; }
a { background-color: rgb(197,68,91); }
div.DivClassName
{
background-color: #C5445B;
}
.BgClassName
{
background-color: #C5445B;
}
</style>
border-color css
<style>
span { border-color: #C5445B; }
span { border-color: rgb(197,68,91); }
td.TdClassName
{
border-color: #C5445B;
}
.TagClassName
{
border-color: #C5445B;
}
</style>