Shades of Mandy #C2475B
Tints of Mandy #C2475B
RGB
CMYK
RGB Variations
Color information
#C2475B (or 0xC2475B) is known color: Mandy. HEX triplet: C2, 47 and 5B. RGB value is (194,71,91). Sum of RGB (Red+Green+Blue) = 194+71+91=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2475B is #3DB8A4. Grayscale: #6E6E6E. Windows color (decimal): -4044965 or 5982146. OLE color: 5982146.
HSL color Cylindrical-coordinate representation of color #C2475B: hue angle of 350.24º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2475B is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 91 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.24 |
| HSL | 350.24º | 0.5% | 0.52% | - |
| HSV(B) | 350.24º | 0.63% | 0.76% | - |
| XYZ | 26.39 | 16.73 | 11.74 | - |
| YUV | 110.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 91 | 0 | 0.63 | 0.53 | 0.24 | 350.24 | 0.5 | 0.52 |
| Hex | C2 | 47 | 5B | 0 | 3F | 35 | 18 | 15E | 32 | 34 |
| Octal | 302 | 107 | 133 | 0 | 77 | 65 | 30 | 536 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1011011 | 0 | 111111 | 110101 | 11000 | 101011110 | 110010 | 110100 |
Color Harmonies of #C2475B
Complementary color
Monochromatic Colors of #C2475B
Black with #C2475B
Text Example
Text Example
White with #C2475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2475B; }
p { color: rgb(194,71,91); }
H1.HeaderClassName
{
color: #C2475B;
}
.AnyTagClassName
{
color: #C2475B;
}
</style>
background-color css
<style>
a { background-color: #C2475B; }
a { background-color: rgb(194,71,91); }
div.DivClassName
{
background-color: #C2475B;
}
.BgClassName
{
background-color: #C2475B;
}
</style>
border-color css
<style>
span { border-color: #C2475B; }
span { border-color: rgb(194,71,91); }
td.TdClassName
{
border-color: #C2475B;
}
.TagClassName
{
border-color: #C2475B;
}
</style>