Shades of Mandy #C6545B
Tints of Mandy #C6545B
RGB
CMYK
RGB Variations
Color information
#C6545B (or 0xC6545B) is known color: Mandy. HEX triplet: C6, 54 and 5B. RGB value is (198,84,91). Sum of RGB (Red+Green+Blue) = 198+84+91=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6545B is #39ABA4. Grayscale: #767676. Windows color (decimal): -3779493 or 5985478. OLE color: 5985478.
HSL color Cylindrical-coordinate representation of color #C6545B: hue angle of 356.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6545B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 91 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.22 |
| HSL | 356.32º | 0.5% | 0.55% | - |
| HSV(B) | 356.32º | 0.58% | 0.78% | - |
| XYZ | 28.35 | 19.1 | 12.09 | - |
| YUV | 118.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 91 | 0 | 0.58 | 0.54 | 0.22 | 356.32 | 0.5 | 0.55 |
| Hex | C6 | 54 | 5B | 0 | 3A | 36 | 16 | 164 | 32 | 37 |
| Octal | 306 | 124 | 133 | 0 | 72 | 66 | 26 | 544 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1011011 | 0 | 111010 | 110110 | 10110 | 101100100 | 110010 | 110111 |
Color Harmonies of #C6545B
Complementary color
Monochromatic Colors of #C6545B
Black with #C6545B
Text Example
Text Example
White with #C6545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6545B; }
p { color: rgb(198,84,91); }
H1.HeaderClassName
{
color: #C6545B;
}
.AnyTagClassName
{
color: #C6545B;
}
</style>
background-color css
<style>
a { background-color: #C6545B; }
a { background-color: rgb(198,84,91); }
div.DivClassName
{
background-color: #C6545B;
}
.BgClassName
{
background-color: #C6545B;
}
</style>
border-color css
<style>
span { border-color: #C6545B; }
span { border-color: rgb(198,84,91); }
td.TdClassName
{
border-color: #C6545B;
}
.TagClassName
{
border-color: #C6545B;
}
</style>