Shades of Mandy #C6484C
Tints of Mandy #C6484C
RGB
CMYK
RGB Variations
Color information
#C6484C (or 0xC6484C) is known color: Mandy. HEX triplet: C6, 48 and 4C. RGB value is (198,72,76). Sum of RGB (Red+Green+Blue) = 198+72+76=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6484C is #39B7B3. Grayscale: #6E6E6E. Windows color (decimal): -3782580 or 4999366. OLE color: 4999366.
HSL color Cylindrical-coordinate representation of color #C6484C: hue angle of 358.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6484C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 76 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.22 |
| HSL | 358.1º | 0.53% | 0.53% | - |
| HSV(B) | 358.1º | 0.64% | 0.78% | - |
| XYZ | 26.91 | 17.16 | 8.73 | - |
| YUV | 110.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 76 | 0 | 0.64 | 0.62 | 0.22 | 358.1 | 0.53 | 0.53 |
| Hex | C6 | 48 | 4C | 0 | 40 | 3E | 16 | 166 | 34 | 35 |
| Octal | 306 | 110 | 114 | 0 | 100 | 76 | 26 | 546 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1001100 | 0 | 1000000 | 111110 | 10110 | 101100110 | 110100 | 110101 |
Color Harmonies of #C6484C
Complementary color
Monochromatic Colors of #C6484C
Black with #C6484C
Text Example
Text Example
White with #C6484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6484C; }
p { color: rgb(198,72,76); }
H1.HeaderClassName
{
color: #C6484C;
}
.AnyTagClassName
{
color: #C6484C;
}
</style>
background-color css
<style>
a { background-color: #C6484C; }
a { background-color: rgb(198,72,76); }
div.DivClassName
{
background-color: #C6484C;
}
.BgClassName
{
background-color: #C6484C;
}
</style>
border-color css
<style>
span { border-color: #C6484C; }
span { border-color: rgb(198,72,76); }
td.TdClassName
{
border-color: #C6484C;
}
.TagClassName
{
border-color: #C6484C;
}
</style>