Shades of Mandy #C2484C
Tints of Mandy #C2484C
RGB
CMYK
RGB Variations
Color information
#C2484C (or 0xC2484C) is known color: Mandy. HEX triplet: C2, 48 and 4C. RGB value is (194,72,76). Sum of RGB (Red+Green+Blue) = 194+72+76=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2484C is #3DB7B3. Grayscale: #6D6D6D. Windows color (decimal): -4044724 or 4999362. OLE color: 4999362.
HSL color Cylindrical-coordinate representation of color #C2484C: hue angle of 358.03º 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 #C2484C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 76 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.24 |
| HSL | 358.03º | 0.5% | 0.52% | - |
| HSV(B) | 358.03º | 0.63% | 0.76% | - |
| XYZ | 25.87 | 16.63 | 8.68 | - |
| YUV | 108.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 76 | 0 | 0.63 | 0.61 | 0.24 | 358.03 | 0.5 | 0.52 |
| Hex | C2 | 48 | 4C | 0 | 3F | 3D | 18 | 166 | 32 | 34 |
| Octal | 302 | 110 | 114 | 0 | 77 | 75 | 30 | 546 | 62 | 64 |
| Binary | 11000010 | 1001000 | 1001100 | 0 | 111111 | 111101 | 11000 | 101100110 | 110010 | 110100 |
Color Harmonies of #C2484C
Complementary color
Monochromatic Colors of #C2484C
Black with #C2484C
Text Example
Text Example
White with #C2484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2484C; }
p { color: rgb(194,72,76); }
H1.HeaderClassName
{
color: #C2484C;
}
.AnyTagClassName
{
color: #C2484C;
}
</style>
background-color css
<style>
a { background-color: #C2484C; }
a { background-color: rgb(194,72,76); }
div.DivClassName
{
background-color: #C2484C;
}
.BgClassName
{
background-color: #C2484C;
}
</style>
border-color css
<style>
span { border-color: #C2484C; }
span { border-color: rgb(194,72,76); }
td.TdClassName
{
border-color: #C2484C;
}
.TagClassName
{
border-color: #C2484C;
}
</style>