Shades of Mandy #C5505C
Tints of Mandy #C5505C
RGB
CMYK
RGB Variations
Color information
#C5505C (or 0xC5505C) is known color: Mandy. HEX triplet: C5, 50 and 5C. RGB value is (197,80,92). Sum of RGB (Red+Green+Blue) = 197+80+92=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5505C is #3AAFA3. Grayscale: #747474. Windows color (decimal): -3846052 or 6049989. OLE color: 6049989.
HSL color Cylindrical-coordinate representation of color #C5505C: hue angle of 353.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5505C is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 92 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.23 |
| HSL | 353.85º | 0.5% | 0.54% | - |
| HSV(B) | 353.85º | 0.59% | 0.77% | - |
| XYZ | 27.83 | 18.38 | 12.21 | - |
| YUV | 116.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 92 | 0 | 0.59 | 0.53 | 0.23 | 353.85 | 0.5 | 0.54 |
| Hex | C5 | 50 | 5C | 0 | 3B | 35 | 17 | 162 | 32 | 36 |
| Octal | 305 | 120 | 134 | 0 | 73 | 65 | 27 | 542 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1011100 | 0 | 111011 | 110101 | 10111 | 101100010 | 110010 | 110110 |
Color Harmonies of #C5505C
Complementary color
Monochromatic Colors of #C5505C
Black with #C5505C
Text Example
Text Example
White with #C5505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5505C; }
p { color: rgb(197,80,92); }
H1.HeaderClassName
{
color: #C5505C;
}
.AnyTagClassName
{
color: #C5505C;
}
</style>
background-color css
<style>
a { background-color: #C5505C; }
a { background-color: rgb(197,80,92); }
div.DivClassName
{
background-color: #C5505C;
}
.BgClassName
{
background-color: #C5505C;
}
</style>
border-color css
<style>
span { border-color: #C5505C; }
span { border-color: rgb(197,80,92); }
td.TdClassName
{
border-color: #C5505C;
}
.TagClassName
{
border-color: #C5505C;
}
</style>