Shades of Mandy #C25561
Tints of Mandy #C25561
RGB
CMYK
RGB Variations
Color information
#C25561 (or 0xC25561) is known color: Mandy. HEX triplet: C2, 55 and 61. RGB value is (194,85,97). Sum of RGB (Red+Green+Blue) = 194+85+97=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C25561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25561 is #3DAA9E. Grayscale: #777777. Windows color (decimal): -4041375 or 6378946. OLE color: 6378946.
HSL color Cylindrical-coordinate representation of color #C25561: hue angle of 353.39º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25561 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 97 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.24 |
| HSL | 353.39º | 0.47% | 0.55% | - |
| HSV(B) | 353.39º | 0.56% | 0.76% | - |
| XYZ | 27.65 | 18.83 | 13.49 | - |
| YUV | 118.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 97 | 0 | 0.56 | 0.50 | 0.24 | 353.39 | 0.47 | 0.55 |
| Hex | C2 | 55 | 61 | 0 | 38 | 32 | 18 | 161 | 2F | 37 |
| Octal | 302 | 125 | 141 | 0 | 70 | 62 | 30 | 541 | 57 | 67 |
| Binary | 11000010 | 1010101 | 1100001 | 0 | 111000 | 110010 | 11000 | 101100001 | 101111 | 110111 |
Color Harmonies of #C25561
Complementary color
Monochromatic Colors of #C25561
Black with #C25561
Text Example
Text Example
White with #C25561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25561; }
p { color: rgb(194,85,97); }
H1.HeaderClassName
{
color: #C25561;
}
.AnyTagClassName
{
color: #C25561;
}
</style>
background-color css
<style>
a { background-color: #C25561; }
a { background-color: rgb(194,85,97); }
div.DivClassName
{
background-color: #C25561;
}
.BgClassName
{
background-color: #C25561;
}
</style>
border-color css
<style>
span { border-color: #C25561; }
span { border-color: rgb(194,85,97); }
td.TdClassName
{
border-color: #C25561;
}
.TagClassName
{
border-color: #C25561;
}
</style>