Shades of Mandy #C5555B
Tints of Mandy #C5555B
RGB
CMYK
RGB Variations
Color information
#C5555B (or 0xC5555B) is known color: Mandy. HEX triplet: C5, 55 and 5B. RGB value is (197,85,91). Sum of RGB (Red+Green+Blue) = 197+85+91=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5555B is #3AAAA4. Grayscale: #777777. Windows color (decimal): -3844773 or 5985733. OLE color: 5985733.
HSL color Cylindrical-coordinate representation of color #C5555B: hue angle of 356.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5555B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 91 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.23 |
| HSL | 356.79º | 0.49% | 0.55% | - |
| HSV(B) | 356.79º | 0.57% | 0.77% | - |
| XYZ | 28.16 | 19.12 | 12.1 | - |
| YUV | 119.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 91 | 0 | 0.57 | 0.54 | 0.23 | 356.79 | 0.49 | 0.55 |
| Hex | C5 | 55 | 5B | 0 | 39 | 36 | 17 | 165 | 31 | 37 |
| Octal | 305 | 125 | 133 | 0 | 71 | 66 | 27 | 545 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1011011 | 0 | 111001 | 110110 | 10111 | 101100101 | 110001 | 110111 |
Color Harmonies of #C5555B
Complementary color
Monochromatic Colors of #C5555B
Black with #C5555B
Text Example
Text Example
White with #C5555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5555B; }
p { color: rgb(197,85,91); }
H1.HeaderClassName
{
color: #C5555B;
}
.AnyTagClassName
{
color: #C5555B;
}
</style>
background-color css
<style>
a { background-color: #C5555B; }
a { background-color: rgb(197,85,91); }
div.DivClassName
{
background-color: #C5555B;
}
.BgClassName
{
background-color: #C5555B;
}
</style>
border-color css
<style>
span { border-color: #C5555B; }
span { border-color: rgb(197,85,91); }
td.TdClassName
{
border-color: #C5555B;
}
.TagClassName
{
border-color: #C5555B;
}
</style>