Shades of Mandy #C25461
Tints of Mandy #C25461
RGB
CMYK
RGB Variations
Color information
#C25461 (or 0xC25461) is known color: Mandy. HEX triplet: C2, 54 and 61. RGB value is (194,84,97). Sum of RGB (Red+Green+Blue) = 194+84+97=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C25461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25461 is #3DAB9E. Grayscale: #767676. Windows color (decimal): -4041631 or 6378690. OLE color: 6378690.
HSL color Cylindrical-coordinate representation of color #C25461: hue angle of 352.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25461 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 97 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.24 |
| HSL | 352.91º | 0.47% | 0.55% | - |
| HSV(B) | 352.91º | 0.57% | 0.76% | - |
| XYZ | 27.58 | 18.67 | 13.46 | - |
| YUV | 118.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 97 | 0 | 0.57 | 0.50 | 0.24 | 352.91 | 0.47 | 0.55 |
| Hex | C2 | 54 | 61 | 0 | 39 | 32 | 18 | 161 | 2F | 37 |
| Octal | 302 | 124 | 141 | 0 | 71 | 62 | 30 | 541 | 57 | 67 |
| Binary | 11000010 | 1010100 | 1100001 | 0 | 111001 | 110010 | 11000 | 101100001 | 101111 | 110111 |
Color Harmonies of #C25461
Complementary color
Monochromatic Colors of #C25461
Black with #C25461
Text Example
Text Example
White with #C25461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25461; }
p { color: rgb(194,84,97); }
H1.HeaderClassName
{
color: #C25461;
}
.AnyTagClassName
{
color: #C25461;
}
</style>
background-color css
<style>
a { background-color: #C25461; }
a { background-color: rgb(194,84,97); }
div.DivClassName
{
background-color: #C25461;
}
.BgClassName
{
background-color: #C25461;
}
</style>
border-color css
<style>
span { border-color: #C25461; }
span { border-color: rgb(194,84,97); }
td.TdClassName
{
border-color: #C25461;
}
.TagClassName
{
border-color: #C25461;
}
</style>