Shades of Mandy #C5555C
Tints of Mandy #C5555C
RGB
CMYK
RGB Variations
Color information
#C5555C (or 0xC5555C) is known color: Mandy. HEX triplet: C5, 55 and 5C. RGB value is (197,85,92). Sum of RGB (Red+Green+Blue) = 197+85+92=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5555C is #3AAAA3. Grayscale: #777777. Windows color (decimal): -3844772 or 6051269. OLE color: 6051269.
HSL color Cylindrical-coordinate representation of color #C5555C: hue angle of 356.25º 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 #C5555C is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 92 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.23 |
| HSL | 356.25º | 0.49% | 0.55% | - |
| HSV(B) | 356.25º | 0.57% | 0.77% | - |
| XYZ | 28.21 | 19.14 | 12.33 | - |
| YUV | 119.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 92 | 0 | 0.57 | 0.53 | 0.23 | 356.25 | 0.49 | 0.55 |
| Hex | C5 | 55 | 5C | 0 | 39 | 35 | 17 | 164 | 31 | 37 |
| Octal | 305 | 125 | 134 | 0 | 71 | 65 | 27 | 544 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1011100 | 0 | 111001 | 110101 | 10111 | 101100100 | 110001 | 110111 |
Color Harmonies of #C5555C
Complementary color
Monochromatic Colors of #C5555C
Black with #C5555C
Text Example
Text Example
White with #C5555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5555C; }
p { color: rgb(197,85,92); }
H1.HeaderClassName
{
color: #C5555C;
}
.AnyTagClassName
{
color: #C5555C;
}
</style>
background-color css
<style>
a { background-color: #C5555C; }
a { background-color: rgb(197,85,92); }
div.DivClassName
{
background-color: #C5555C;
}
.BgClassName
{
background-color: #C5555C;
}
</style>
border-color css
<style>
span { border-color: #C5555C; }
span { border-color: rgb(197,85,92); }
td.TdClassName
{
border-color: #C5555C;
}
.TagClassName
{
border-color: #C5555C;
}
</style>